wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 727 forks source link

Add support to get local claims with associated external claims #15485

Open VivekVinushanth opened 1 year ago

VivekVinushanth commented 1 year ago

Is your suggestion related to an experience ? Please describe. Currently to confirm that whether a local claim is being associated with any external claims, there is no straight forward way. We have to fetch the claims from all external claim dialects and then do a search in all to see if there are any associated external claims for a local claim. The client or user has to write this logic.

Describe the improvement Provide BE support for this case where getLocalClaims will also fetch the associated external claims.

VivekVinushanth commented 1 year ago

Being fixed with

VivekVinushanth commented 1 year ago

Revert PRs