Use this guide if your OIDC provider is not covered by a specific integration guide.
For Okta, Entra ID, or other providers with dedicated guides, refer to those instead.
1
Set up your identity provider (IdP)
Create an OIDC application in your identity provider.
- Log in to your identity provider’s admin console.
- Create a new OIDC/OAuth 2.0 application or client. Choose Web Application as the application type.
-
Ensure your application supports the following OIDC scopes:
openid- Required for OIDC authenticationprofile- Required to retrieve user profile informationemail- Required to retrieve user email address
- Choose a name for the application (e.g. Honeydew).
-
Configure the Redirect URI (also called Callback URL):
- Add:
https://auth.honeydew.cloud/login/callback
- Add:
-
Configure the Sign-out redirect URI (if supported):
- Add:
https://app.honeydew.cloud
- Add:
- Save the application configuration.
-
Note the following information from your OIDC application:
- Client ID
- Client Secret
- Issuer URL or Discovery URL
(typically ends with
/.well-known/openid-configurationor just the base issuer URL)
- Assign users or groups that should have access to Honeydew.
2
Configure OIDC Integration in Honeydew
Now that your OIDC application is ready, configure it in Honeydew.Please pass the following information to your Honeydew contact or to [email protected]:
- Issuer URL or Discovery URL from your OIDC provider
- Client ID from your OIDC application
- Client Secret from your OIDC application
- Email domains used in your company’s email addresses
- Initiate login URI
(format:
https://app.honeydew.cloud/login?connection=<connection name>)
3
Finish OIDC configuration in your identity provider
- Return to your OIDC application in your identity provider.
- Configure the Initiate login URI (if supported) with the URI provided by Honeydew. This allows users to initiate login from your identity provider.
- Save your configuration.
- Notify your Honeydew contact or [email protected] that the configuration is complete.
- Once complete, test the OIDC setup by logging in to Honeydew. Any user with an email address matching the domain you provided will be able to log in using your OIDC provider. Upon login they will be redirected to your provider’s login page.