mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-23 22:47:57 +01:00
Minor change.
This commit is contained in:
parent
16180f4c6d
commit
844a3768b0
@ -137,9 +137,13 @@ security.ldap.firstName.attribute=givenName
|
|||||||
#######################################################################################
|
#######################################################################################
|
||||||
# Google OAuth Authentication
|
# Google OAuth Authentication
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
# OAuth Client id
|
||||||
|
#security.oauth2.google.clientId=<config settings>
|
||||||
|
# OAuth Client secret
|
||||||
|
#security.oauth2.google.clientSecret=<oauth client>
|
||||||
# Redirect to this url, this url must be configured in the google app {baseurl}/c/registration-google
|
# Redirect to this url, this url must be configured in the google app {baseurl}/c/registration-google
|
||||||
security.oauth2.google.callbackUrl=https://wisemapping.com/c/registration-google
|
#security.oauth2.google.callbackUrl=<oauth callback url>
|
||||||
|
|
||||||
# Google service for finish registration process, ie. exchange temporal code for user token
|
# Google service for finish registration process, ie. exchange temporal code for user token
|
||||||
security.oauth2.google.confirmUrl=https://oauth2.googleapis.com/token
|
security.oauth2.google.confirmUrl=https://oauth2.googleapis.com/token
|
||||||
# Google service for get user data (name, email, etc)
|
# Google service for get user data (name, email, etc)
|
||||||
@ -147,11 +151,8 @@ security.oauth2.google.userinfoUrl=https://www.googleapis.com/oauth2/v3/userinfo
|
|||||||
# Url for starting auth process with google
|
# Url for starting auth process with google
|
||||||
security.oauth2.google.url=https://accounts.google.com/o/oauth2/v2/auth?redirect_uri=${security.oauth2.google.callbackUrl}&prompt=consent&response_type=code&client_id=${security.oauth2.google.clientId}&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&access_type=offline&state=wisemapping&include_granted_scopes=true
|
security.oauth2.google.url=https://accounts.google.com/o/oauth2/v2/auth?redirect_uri=${security.oauth2.google.callbackUrl}&prompt=consent&response_type=code&client_id=${security.oauth2.google.clientId}&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.profile%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fuserinfo.email&access_type=offline&state=wisemapping&include_granted_scopes=true
|
||||||
|
|
||||||
# Configure the following settings ...
|
|
||||||
# OAuth Client id
|
|
||||||
#security.oauth2.google.clientId=
|
|
||||||
# OAuth Client secret
|
|
||||||
#security.oauth2.google.clientSecret=
|
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
# User Account filtering policies
|
# User Account filtering policies
|
||||||
|
Loading…
Reference in New Issue
Block a user