Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-linux-setup): remove saml_scim_client #9048

Merged
merged 1 commit into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix(jans-linux-setup): remove saml_scim_client
Signed-off-by: Mustafa Baser <mbaser@mail.com>
  • Loading branch information
devrimyatar committed Jul 29, 2024
commit 886e0e146e09bbcb147a4969f034699121ec6571
15 changes: 0 additions & 15 deletions jans-linux-setup/jans_setup/templates/jans-saml/clients.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,4 @@
[
{
"client_prefix": "2100.",
"client_var": "saml_scim_client_id",
"client_id": "saml_scim_client",
"display_name": "Jans SCIM Client for SAML",
"description": "Jans SCIM Client for SAML",
"scopes_dns": ["inum=F0C4,ou=scopes,o=jans"],
"scopes_ids": ["https://jans.io/scim/users.write", "https://jans.io/scim/users.read"],
"redirect_uri": ["https://%(hostname)s/admin-ui", "http://localhost:4100"],
"grant_types": ["client_credentials"],
"authorization_methods": ["client_secret_basic", "client_secret_post"],
"response_types": null,
"application_type": "web",
"trusted_client": "false"
},
{
"client_prefix": "2101.",
"client_var": "kc_saml_openid_client_id",
Expand Down