I don't see the usernameClaim in my saml v2 identity provider
-
I'm working on my own UI, but when I retrieve the SAML Identity Provider (as outlined in this API doc) I don't see the
usernameClaim
. -
I've tested on 1.50.1 and I am able to see the
usernameClaim
in the response body.However, that field is something that is not set by default and will only show up if that field has a value in it, otherwise it will not be in the response body.
-