#
Creating an EntraID OpenID Provider
The following steps outline the configuration steps for adding an EntraID authentication provider.
-
On the OpenID Provider page, click + Add Provider.

- From the Provider drop-down, select either the Azure Single Tenant or Azure Multi Tenant option.
-
Enter a Name. This is a required field and it can be used as the sign-in URL for your tenant.
To set the name of the configured authentication provider to the sign-in URL, set the Sign-in Page URL switch. It allows for a sign-in page with one or more authentication providers specific to your organization only.
- Generic sign-in URL:
https://portal.hydden.com/signin/
- Customized sign-in URL for your tenant:
https://portal.hydden.com/signin/<your sign-in page identifier>
- In the Client ID field, enter the identifier of your authentication provider app.
- In the Client Secret field, enter the server address of for your authentication provider app.
- In the Issuer field, enter the authentication issuer. This field can take the URL of the authentication provider.
- The single tenant setup only requires the basic issuer information, as in
https://login.microsoftonline.com/{tenant}/v2.0.
- The Multi Tenant setup required an organizations-based issuer, as in
https://login.microsoftonline.com/organizations/v2.0.
- In the Issuer URL field, enter the URL of the authentication provider. For a single tenant setup this field is optional if the URL has been provided in the required Issuer field. For multi tenant it needs to be filled in, as in
https://login.microsoftonline.com/{tenant}/v2.0.
- From the Auth Style drop-down, keep the selection as Auto Detect.
- From the Switch Prompt drop-down, select either login or select_account.
- Use the Order field to specify the order in which the authentication provider should appear on the sign-in page, if more than one provider is configured. This is an option field, if not set and more than one authentication provider is configured the providers are displayed in alphabetical order.
-
In the Redirect URL field, provide a redirect URL for the user navigation following the authentication process. This is an optional field. By default, the user is placed into your default tenant address which can be a different destination in multi-tenant setups.

- Click Add.