8000 Add ability to inspect generated SAML response for SAML Clients with client scope mappings by thomasdarimont · Pull Request #30396 · keycloak/keycloak · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add ability to inspect generated SAML response for SAML Clients with client scope mappings #30396

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -1196,6 +1196,9 @@ deleteClientPolicyProfileConfirm=This action will permanently delete {{profileNa
deleteExecutorProfileConfirm=The action will permanently delete {{executorName}}. This cannot be undone.
confirmClientSecretBody=If you regenerate the secret, the Keycloak database will be updated and you will need to download a new adapter for this client.
keysList=Keys list
generatedSamlResponse=Generated SAML response
generatedSamlResponseIsDisabled=Generated SAML response is disabled when no user is selected
generatedSamlResponseNo=No generated SAML response
generatedUserInfo=Generated user info
clientRegistration=Client registration
masterSamlProcessingUrl=Master SAML Processing URL
Expand Down
Loading
Loading
0