The system is in TEST phase, and NOT to be used for production sites or by third parties.
- Application with OIDC (OpenID Connect) SSO Flow Login (Single Page Application)
- A domain to share and host your application
- Initiate Integration: Contact support to begin the integration process.
- API Instructions: Follow the instructions in the response to obtain the relevant authentication/authorization APIs for your application.
- Implement APIs: Add the API endpoints to your application as described in the support email response.
- Domain and Redirect URI Sharing: Share the domain name where you intend to deploy your app, along with the authorization callback API path (redirect_uri) with support. This URI is where the user's
id_tokenshould be sent to access protected resources.- Example: If your application's URL is
https://example.comand there's a protected endpoint/profilethat users can access after authenticating with Passgraf, then your redirect URI will behttps://example.com/profile.
- Example: If your application's URL is
- Await Integration Confirmation: Wait for a response from support to confirm integration. Once confirmed, proceed to deploy and test the flow.
You should now have your app integrated with the SSO Passgraf App, enabling the Sign-In/Up and SSO flow with Passgraf as your authorization/authentication service!
- For further assistance, reach out to support for an example app that implements the OIDC redirect flow. This can either mimic your application or serve as a reference for implementation.