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

OIDC Claims with "address." prefix are not included in the ID token. #22011

Open
RushanNanayakkara opened this issue Dec 11, 2024 · 0 comments
Open

Comments

@RushanNanayakkara
Copy link
Contributor

Description

Description

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.

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant