I am trying to use aws sso - saml 2.0 to integrate with a tool and I am not sure how to return group name instead of group id.
The mapping I am using is memberOf --> ${user:groups}, and I can see group ids are returned, however, the tool integration is expecting group name so it can do group mapping when the user is sign-in to the app.
I wonder if it is possible to configure so the saml will send human readable group names?
Thanks.