Skip to content

Commit

Permalink
feat: add acrValues property in admin-ui configuration. #1016
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Mar 14, 2022
1 parent 6c59930 commit ac8b572
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ authserver.clientId=%(role_based_client_id)s
authserver.clientSecret=%(role_based_client_pw)s
authserver.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
authserver.scope=openid+profile+email+user_name
authserver.acrValues=basic
authserver.redirectUrl=https://%(hostname)s/admin
authserver.frontChannelLogoutUrl=https://%(hostname)s/admin/logout
authserver.postLogoutRedirectUri=https://%(hostname)s/admin
Expand All @@ -14,6 +15,7 @@ tokenServer.clientId=%(role_based_client_id)s
tokenServer.clientSecret=%(role_based_client_pw)s
tokenServer.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
tokenServer.scope=openid+profile+email+user_name
tokenServer.acrValues=basic
tokenServer.redirectUrl=https://%(hostname)s/admin
tokenServer.logoutUrl=https://%(hostname)s/admin
tokenServer.tokenEndpoint=https://%(hostname)s/jans-auth/restv1/token
Expand Down

0 comments on commit ac8b572

Please sign in to comment.