Skip to content

Commit

Permalink
fix: use authoriztion_url for authz request #47
Browse files Browse the repository at this point in the history
  • Loading branch information
duttarnab committed Feb 8, 2022
1 parent 8d794d5 commit 92f9ade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flex-linux-setup/auiConfiguration.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
authserver.clientId=%(role_based_client_id)s
authserver.clientSecret=%(role_based_client_pw)s
authserver.authzBaseUrl=https://%(hostname)s/jans-auth/authorize.htm
authserver.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
authserver.scope=openid+profile+email+user_name
authserver.redirectUrl=https://%(hostname)s/admin
authserver.frontChannelLogoutUrl=https://%(hostname)s/admin/logout
Expand All @@ -12,7 +12,7 @@ authserver.endSessionEndpoint=https://%(hostname)s/jans-auth/restv1/end_session

tokenServer.clientId=%(role_based_client_id)s
tokenServer.clientSecret=%(role_based_client_pw)s
tokenServer.authzBaseUrl=https://%(hostname)s/jans-auth/authorize.htm
tokenServer.authzBaseUrl=https://%(hostname)s/jans-auth/restv1/authorize
tokenServer.scope=openid+profile+email+user_name
tokenServer.redirectUrl=https://%(hostname)s/admin
tokenServer.logoutUrl=https://%(hostname)s/admin
Expand Down

0 comments on commit 92f9ade

Please sign in to comment.