We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New release is good change to disable legacy functionality by default to force customers to use new API or change code to not depends on workarounds:
We need to review default setting: https://github.com/GluuFederation/community-edition-setup/blob/master/templates/oxauth-config.json
For example we can change:
"legacyIdTokenClaims": true,
to
"legacyIdTokenClaims": false,
The text was updated successfully, but these errors were encountered:
community-edition-setup #246
25bf757
Review oxAuth default configuration to make it more strict by default
qbert2k
nynymike
No branches or pull requests
New release is good change to disable legacy functionality by default to force customers to use new API or change code to not depends on workarounds:
We need to review default setting: https://github.com/GluuFederation/community-edition-setup/blob/master/templates/oxauth-config.json
For example we can change:
to
The text was updated successfully, but these errors were encountered: