Custom claim data from openId integration

Custom claim data from openId integration

Comments

  • We are looking at using an openid connection for users in our decisions instance. (auth0)

    Is it possible to retrieve custom claim data from the JWT provided by auth0 in a flow?

  • When setting up your OpenID settings, there is an option at the bottom to Run flow on user login. If you check this and then create a flow you will have access to the Raw Access Token and the Identity Token that you get from Auth0 and also a list name/value pairs of all the claims in each of the tokens as input to this particular flow. You would need to save these values in this login flow by either extending the Account structure or creating another data structure to hold the values to then be able to get them and use them in other flows.

Sign In or Register to comment.