OpenID Connect
Connect Huma with OpenID connect to enable secure, centralized authentication through your organization’s existing identity provider.
To integrate your system with Huma, you'll need the following:
-
Client ID
-
Client Secret
-
Domain
Be sure to set your Redirect URI to: https://auth.humahr.com/
What is OpenID Connect?
OpenID Connect (OIDC) is a simple, secure way to let users log in to your system using their Huma account—similar to logging into apps with Google or Apple.
This helps you:
-
Avoid creating and managing new usernames or passwords
-
Make it faster for users to sign in
-
Reduce security risks from password reuse
Open ID Connect ❤️ Huma requirements:
- Only supports grant type
authorization_code
- Required scopes: "profile", "email", "openid"
- Required JWT claims: "email", "email_verified", "given_name", "family_name"