You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IS-5.10.0 documentation states that oidc claims with address. prefix will be responded in JSON object format. However, the claims with address. prefix are not included in the ID token.
This is due to removing the prefix from the claim URI before searching for the claim value mapped to the claim URI. This results in value not being found.
Add a OIDC claim with address. prefix.
Set up an application that request this claim.
Create a user and update the claim with a value.
Generate the ID token.
Decode and observe that the claims with address. prefix are not included in the ID token.
Version
wso2is-5.10.0 KM
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered:
Description
Description
IS-5.10.0 documentation states that oidc claims with
address.
prefix will be responded in JSON object format. However, the claims withaddress.
prefix are not included in the ID token.This is due to removing the prefix from the claim URI before searching for the claim value mapped to the claim URI. This results in value not being found.
[1] https://is.docs.wso2.com/en/5.10.0/learn/configuring-claims-for-a-service-provider/#claim-mapping
Steps to Reproduce
Add a OIDC claim with
address.
prefix.Set up an application that request this claim.
Create a user and update the claim with a value.
Generate the ID token.
Decode and observe that the claims with
address.
prefix are not included in the ID token.Version
wso2is-5.10.0 KM
Environment Details (with versions)
No response
The text was updated successfully, but these errors were encountered: