Microsoft Entra ID
Binding Poolside to Entra ID requires creating an application in Entra ID that provides access to users inside your directory. To create an application:- Sign in to the Microsoft Entra admin center.
- Browse to Identity > Applications > App registrations.
- Select New registration to begin creating an application for Poolside.
- Provide a name for the application, for example,
Poolside. - Select the desired supporting account types that can access the application based on your needs.
- Configure a redirect URI to your Poolside deployment, using
Webfor the platform and the URI set tohttps://<your-poolside-deployment-DNS-name>/auth/callbacksubstituting your specific deployment DNS name.
- On the created application, navigate to Authentication and select both options for Access tokens and ID tokens under the Implicit grant and hybrid flows options.
- On the created application, navigate to Manage > Certificates & secrets.
- Create a new secret, provide a meaningful description, and set the expiry to 365 days.
- Obtain the details required to bind Poolside using OIDC:
- Copy the secret value you created. This is your
Client secret. Make sure to copy it before leaving the page. - Copy the Application (client) ID from the Overview page. This is your
Client ID. - From the Overview page, click Endpoints, then open the OpenID Connect metadata document URL. Locate and copy the
issuerURL.
- Copy the secret value you created. This is your