How do I forward the scope claim in an Auth0 Action?

I currently would like to forward the “scope” claim to a “scp” claim to integrate with an application. I figure this should be done in an Action but I can’t figure out how to get the scopes authorized. I see the scopes requested but I don’t see the ones the user is granted. Is there a way to access the user’s current scopes in the Action?

Hi @jgleason,

AFAIK, it’s not possible to retrieve the granted scopes in an Action.

There is some discussion of it. I’ll reach out to the team and see what I can find.

It appears possible in a rule.

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