-
Notifications
You must be signed in to change notification settings - Fork 262
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
Add Functionality Enable or Disable ID Token Issuer Validation in My Account and Console #5050
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also test and verify the j2 changes by testing the console and myaccount war builds with the pack.
...nsole/java/org.wso2.identity.apps.console.server.feature/resources/deployment.config.json.j2
Outdated
Show resolved
Hide resolved
apps/console/src/features/authentication/utils/authenticate-utils.ts
Outdated
Show resolved
Hide resolved
apps/console/src/features/authentication/utils/authenticate-utils.ts
Outdated
Show resolved
Hide resolved
...unt/java/org.wso2.identity.apps.myaccount.server.feature/resources/deployment.config.json.j2
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's send the framework PRs for j2 update as well.
|
Purpose
This PR adds functionality to enable or disable ID Token issuer validation in My Account and Console.
For the default behavior (tented paths enabled) of the IS, this fix can be ignored.
But for migrating users, there might be a requirement to use the old
Identity Provider Entity Value
with tenanted paths disabled. In that case, one of the following configs indeployment.toml
can be used for a flawless login for My Account and Console.deployment.toml
.deployment.toml
in order to be consistent withIdentity Provider Entity Value
.Related Issues
Related PRs