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

[Migration][Migration Doc] Enable conversion of original claims from assertions to OIDC dialect #11359

Closed
mevan-karu opened this issue Feb 24, 2021 · 1 comment
Assignees
Labels
6.0.0-Migration Affected-6.0.0 Issues that get reported against 5.12.0 will get this label Component/Migration Type/Docs

Comments

@mevan-karu
Copy link
Contributor

mevan-karu commented Feb 24, 2021

Describe the improvement
For OAuth/OIDC application, default behavior of IS till 5.11.0 was to send the original claims sent from IDP as it is to the service provider without converting the claims OIDC dialect. From 5.12.0-M8 onwards, this behavior has been changed and claims sent from IDP is converted to OIDC dialect before sending to the service provider. This was done by setting the following configuration to true by default.

During a migration, if this feature is not required add the following configuration to deployment.toml since this feature is enabled by default from 5.12.0-M8 onwards.

[oauth.oidc.claims]
enable_oidc_dialect = false

Affected

  • 5.11.0 to 5.12.0-M7

Suggested labels

  • Migration
  • Migration doc.
@ashendes ashendes closed this as completed Apr 4, 2022
@ashendes ashendes self-assigned this Apr 20, 2022
@ashendes ashendes reopened this Apr 20, 2022
@nilminiwso2 nilminiwso2 added the Affected-6.0.0 Issues that get reported against 5.12.0 will get this label label Jun 19, 2022
@ashendes
Copy link
Contributor

Added to docs with wso2/docs-is#2991, wso2/docs-is#2997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.0.0-Migration Affected-6.0.0 Issues that get reported against 5.12.0 will get this label Component/Migration Type/Docs
Projects
None yet
Development

No branches or pull requests

3 participants