Authentication Flows
Last updated
Was this helpful?
Last updated
Was this helpful?
is coming with the built-in auth module with out of the box:
OAuth 2.0 and OpenID Connect Auth server implementation
Sign Up/Sign In workflows with email or phone number
Sign In using user password or external Auth Providers (like Google, Facebook, Auth0 etc)
SCIM User and Group management module
Access by JWT for Aidbox as a resource server
If you have backend service or periodical job that wants to interact with Aidbox API, you can use session-less , (OAuth) or .
If you want to work with Aidbox from a web application or implement Single Sign-On using Aidbox as Identity Server, consider or
For SPA you can use , without secret or .
Aidbox comes with Auth Sandbox - a small app that helps you configure and test all features of Auth module in Aidbox. Click the Auth Sandbox link in Aidbox UI navigation menu:
For mobile and desktop application the simplest option is