Skip to content

Commit

Permalink
Merge pull request #547 from GluuFederation/flex-linux-setup-encoded-…
Browse files Browse the repository at this point in the history
…client-secret

fix: flex-linux-setup use encoded client secret
  • Loading branch information
duttarnab authored Oct 25, 2022
2 parents ef51e0f + 427e2bb commit ba3ec9a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authserver.clientId=%(admin_ui_client_id)s
authserver.clientSecret=%(admin_ui_client_pw)s
authserver.clientSecret=%(admin_ui_client_encoded_pw)s
authserver.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
authserver.scope=openid+profile+email+user_name
authserver.acrValues=%(adminui_authentication_mode)s
Expand All @@ -12,7 +12,7 @@ authserver.userInfoEndpoint=https://%(hostname)s/jans-auth/restv1/userinfo
authserver.endSessionEndpoint=https://%(hostname)s/jans-auth/restv1/end_session

tokenServer.clientId=%(admin_ui_client_id)s
tokenServer.clientSecret=%(admin_ui_client_pw)s
tokenServer.clientSecret=%(admin_ui_client_encoded_pw)s
tokenServer.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
tokenServer.scope=openid+profile+email+user_name
tokenServer.acrValues=basic
Expand Down

0 comments on commit ba3ec9a

Please sign in to comment.