Skip to content

Commit

Permalink
fix: jans-linux-setup add dummy jansRedirectURI to scim client
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed Jul 7, 2022
1 parent d7a2424 commit 5023c02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jans-linux-setup/jans_setup/setup_app/installers/scim.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ def generate_configuration(self):
'jansSubjectTyp': ['pairwise'],
'jansTknEndpointAuthMethod': ['client_secret_basic'],
'inum': [Config.scim_client_id],
'jansClntSecret': [Config.scim_client_encoded_pw]
'jansClntSecret': [Config.scim_client_encoded_pw],
'jansRedirectURI': ['https://{}/.well-known/scim-configuration'.format(Config.hostname)]
})

client_ldif_fd.close()
Expand Down

0 comments on commit 5023c02

Please sign in to comment.