Add uniqueUserIdentifier

This commit is contained in:
Stephen Marshall
2018-10-26 14:47:49 +01:00
committed by Arthur Barr
parent c88329d779
commit b8227abf7f
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@
<openidConnectClient id="mqclient"
clientId="${env.MQ_OIDC_CLIENT_ID}"
clientSecret="${env.MQ_OIDC_CLIENT_SECRET}"
uniqueUserIdentifier="${env.MQ_OIDC_UNIQUE_USER_IDENTIFIER}"
authorizationEndpointUrl="${env.MQ_OIDC_AUTHORIZATION_ENDPOINT}"
tokenEndpointUrl="${env.MQ_OIDC_TOKEN_ENDPOINT}"
scope="openid profile email"