diff --git a/.gitignore b/.gitignore
index 5e6e5fb9808adff330db155cbcfb6d23d2e27886..2a939eb7178b033e6f865f0608f532bc557e6fef 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 8b22d4fae5a4291987246b6c7fc38acc74011e01..1489beb1436a75f4769efd7dc979403dc769f327 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