wso2is - WSO2 IS 5.0.0 userinfo endpoint ignoring its dialect configuration -
After performing the authentication against WSO2 IS 5.0.0 and talking on access token, I call the userinfo endpoint I:
https: //: 9443 / oauth2 / userinfo? Schema = OpenID
This correctly answers with a JWT, but uses the usual quote even if they are configured in another bid Identity.xml (for example) < / P>
It seems that the user ignores the endpoint bid configuration of the interface, does anyone else have to face this problem? Is this a bug or am I missing something?
I think this is not a bug because default bid for OpenAid claim according to the OpenID specification Gives UserInfo (OIDC). WS22 used the default claim bid to retrieve the userinfone as the WOSO Callim bid. But the bid of this wso2 claim should be mapped with the OpenID claim bid (). If you want to get extra userinfo from default information, you need to map properties with "" "". Otherwise it is only the default mapped properties ("phone_number", "email", "family_name" and "country").
The steps below are to retrieve "mobile" as a claim, although it is not configured as default
- "Claim Management" Under the "Configure" tab.
-
Then click "" and check whether this "mobile" claim is available or not. If this is not available, then you have to add new claim mapping. The "mobile" claim already exists, you have to check whether the mapped feature is equal to the mobile map feature (note: the special map feature must be equal to your special claim feature).
-
In this way you can map special claims with claims.
Comments
Post a Comment