Adding Email Address in SAML Token

I’m trying to integrate okta with a 3rd party app that requires the following claims to be configured in the SAML 2.0 token:

How would i add the email addresss claim? I can add it as a custom attribute, but the only formats that are available are Unspecified, Uri Reference or Basic.

Hi @mcuziac

Please check SAML Assertion Inline Hook feature to add the claim in the SAML response.

Thanks @dragos,

From what I see in the documentation, it seems that the inline hooks might indeed do what I want. Unfortunately, I don’t think it’s reasonable to ask each of our clients to implement these.

Does anybody have a simpler idea?

Mihai,