Skip to main content
All CollectionsIntegrations
Set up single sign-on (SSO) in edyoucated with Microsoft Entra ID
Set up single sign-on (SSO) in edyoucated with Microsoft Entra ID
Updated this week

Create a new application in Entra ID

  1. In the Microsoft Entra ID admin center, go to Microsoft Entra ID > App registrations.

  2. To register a new application such as edyoucated, click New registration.

  3. In the Name field, enter a name for the application, for example "edyoucated SSO".

  4. Under Supported account types, select the account type that can use the application or access the API.

  5. Paste the following Callback URI from edyoucated into the field under Redirect URI (like described here):

    https://authentication-prod-edyoucated.auth.eu-central-1.amazoncognito.com/oauth2/idpresponse

  6. Ensure that Web is selected from the drop-down menu as the redirect type.

  7. To register the application, click Register.

A message will display to confirm that the application has successfully been created and you will be taken to the new application.

Set up integration details

Your edyoucated account manager now needs the following information from you:

The authorization URI

  1. In the new application that you have created in Microsoft Entra ID, go to Overview > Endpoints and click Endpoints.

  2. You'll find the value in the OAuth 2.0 authorization endpoint (v2) field. This should look something like: https://login.microsoftonline.com/<SOME_UUID>/v2.0/authorize

The client ID

  1. Go to Microsoft Entra ID > Overview.

  2. Copy the value that is listed for the Application (client) ID.

The client secret

  1. The In the application that you have created in Microsoft Entra ID, go to Manage > Certificates & secrets.

  2. Select Client secrets.

  3. The Add a client secret drawer is displayed.

  4. In the Description field, enter a name for the client secret and choose the relevant expiry date from the Expires drop-down menu.

  5. Click Add.

  6. A page is displayed showing an overview of the application credentials. Copy the value listed under the Value column.

Send this information via a secure channel to your edyoucated account manager, so that they can set the configuration up for you.

Did this answer your question?