From 5191e3d9de7c14ac2befbf31ff4ab8de8d88fb87 Mon Sep 17 00:00:00 2001 From: Deven Phillips Date: Thu, 9 May 2019 18:45:02 -0400 Subject: [PATCH] Update README to reflect correct names for properties --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a78e191..4edbfb4 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ Go to the login form, a new button "Log in with Google" allow users to connect t ## General Configuration ## -Property | Description | Default value ----------| ----------- | ------------- -sonar.auth.google.allowUsersToSignUp|Allow new users to authenticate. When set to 'false', only existing users will be able to authenticate to the server|true -sonar.auth.google.clientId.secured|Consumer Key provided by Google when registering the consumer|None -sonar.auth.google.clientSecret.secured|Consumer password provided by Google when registering the consumer|None -sonar.auth.google.enabled|Enable Google users to login. Value is ignored if consumer Key and Secret are not defined|false -sonar.auth.google.loginStrategy|When the login strategy is set to 'Unique', the user's login will be auto-generated the first time so that it is unique. When the login strategy is set to 'Same as Google login', the user's login will be the Google login. This last strategy allows, when changing the authentication provider, to keep existing users (if logins from new provider are the same than Google)|Unique -sonar.auth.google.limitOauthDomain|When set with a GApps domain, only allow users from that domain to authenticate|None +Property | Description | Default value +-------------------------------------------| ----------- | ------------- +sonar.auth.googleoauth.allowUsersToSignUp |Allow new users to authenticate. When set to 'false', only existing users will be able to authenticate to the server|true +sonar.auth.googleoauth.clientId.secured |Consumer Key provided by Google when registering the consumer|None +sonar.auth.googleoauth.clientSecret.secured|Consumer password provided by Google when registering the consumer|None +sonar.auth.googleoauth.enabled |Enable Google users to login. Value is ignored if consumer Key and Secret are not defined|false +sonar.auth.googleoauth.loginStrategy |When the login strategy is set to 'Unique', the user's login will be auto-generated the first time so that it is unique. When the login strategy is set to 'Same as Google login', the user's login will be the Google login. This last strategy allows, when changing the authentication provider, to keep existing users (if logins from new provider are the same than Google)|Unique +sonar.auth.googleoauth.limitOauthDomain |When set with a GApps domain, only allow users from that domain to authenticate|None