Amr claim in token introspection

How can I add amr claim in the access token under API > Authorization Server ?

It is only available in the ID token otherwise you would have to use an inline hook to retrieve it:

https://developer.okta.com/docs/reference/api/oidc/#id-token-claims

Thanks. Is it because the OpenIDConnect specification restricts it to id token only?

Hi @AL123

Yes, this is by design. Through token inline hook, you can take the amr value from the ID token and then add it to the access token. This requires API Access Management feature enabled on your Okta org (if you have a free developer org, it will be enabled by default).

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.