How To Save Token Using OpenID

Hi, how do I save the token that's being made when a user logs in? I want to use it within a flow.

Comments

  • You can achieve this if you use the login flow. The login flow is found in the OpenID settings under System > Settings > OpenID settings. When selecting your current provider, edit it and select the checkbox "Run flow on user login" and edit the flow. Inside of the flow editor, if you hit the "Data Explorer" you can see all the data retrieved from the OpenID response, including the token.

Sign In or Register to comment.