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.
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.
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.