Skip to content

Commit

Permalink
fix: clear password in auiConfiguration.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jan 1, 2022
1 parent cfc8742 commit db6afd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/jans-config-api/auiConfiguration.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
authserver.clientId=%(role_based_client_id)s
authserver.clientSecret=%(role_based_client_encoded_pw)s
authserver.clientSecret=%(role_based_client_pw)s
authserver.authzBaseUrl=https://%(hostname)s/jans-auth/authorize.htm
authserver.scope=openid+profile+email+user_name
authserver.redirectUrl=https://%(hostname)s/admin
Expand All @@ -11,7 +11,7 @@ authserver.userInfoEndpoint=https://%(hostname)s/jans-auth/restv1/userinfo
authserver.endSessionEndpoint=https://%(hostname)s/jans-auth/restv1/end_session

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

0 comments on commit db6afd7

Please sign in to comment.