Hosted Journeys OIDC Integration with Next Identity
OIDC Overview
OpenID Connect (OIDC) is a modern authentication protocol built on top of OAuth 2.0 . It allows applications to verify a user’s identity using an au...
How to call the well-known endpoint for the discovery document
The OpenID Connect (OIDC) discovery document , commonly referred to as the well-known endpoint , provides OIDC clients with the necessary configurat...
How to call the authorize endpoint for login
User login with the hosted screens is one of the most straightforward workflows when working on your Next Identity Hosted Journeys integration. In thi...
How to call the token endpoint to exchange the auth code
The code-for-token exchange will often be the second step in your integration with Next Identity Journeys. In this step, the user has already been red...
How to call the sign out endpoint to end a user's session
Ending a user's session with the Next Identity Journeys is an optional workflow in your integration with Next Identity. In this user journey, if you'd...
How to call the user info endpoint to get user details
Retrieving key details from a user's profile with Next Identity Journeys is an optional workflow in your integration with Next Identity. In this use c...
How to call the personal details endpoint with Hosted Journeys
Next Identity Hosted Journeys supports self-service end-user account management with the profile screen. In this journey, a user with an active sessio...
How to call the register endpoint
With the self-registration feature in Next Identity Journeys, end users are greeted with an intuitive registration screen where they can provide essen...
How to call the pre-register endpoint to invite users to your application
The invite workflow, also known as the pre-register journey, empowers applications to invite users to activate their accounts when self-registration i...
How To Use the State Parameter in Hosted Journeys
The state parameter is a key component of the OAuth 2.0 protocol and is fully supported in Next Identity hosted journeys . It acts as a temporary t...