diff --git a/.gitignore b/.gitignore index 5e6e5fb..2a939eb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ !/www/lib/sib-core !/www/lib/sib-router !/www/lib/sib-chat -!/www/lib/sib-oidc \ No newline at end of file +!/www/lib/sib-oidc +*.iml \ No newline at end of file diff --git a/README.md b/README.md index 8b22d4f..1489beb 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ clone then: * `make install` Edit the created `./src/config.pug` file to : - - update the `client_id` you generated on the server / OIDC provider + - update the `client_id` [you generated on the server](https://git.happy-dev.fr/startinblox/applications/sib-app-data-server/blob/master/README.md#openidconnect-configuration) / OIDC provider - update the `sdn` / Server Domain Name to match yours ## Build