SSO: Microsoft

Single sign-on allows users to access Quinto with their Microsoft credentials using a public key handshake method.

Step 1. Create an Azure AD application

  1. Go to the Azure portal: https://portal.azure.com

  2. Click App registrations in the left-hand menu.

  3. Click +New registration or +Register an application.

  4. Enter a name for your application.

  5. Select Single Tenant Only as the supported account type.

  6. Select Single-page application (SPA) as the Redirect URI.

  7. Enter https://[YOUR-QUINTO-URL]/login as the Redirect URI.

  8. Click Register to create your Azure AD application.

  9. Take note of the Application (client) ID and the Directory (tenant) ID.

Microsoft-Redirect-URI.png

Step 2. Set up SSO in Quinto

  1. Click the gear icon on the top right of your screen.

  2. Select General administration in the drop-down.

  3. Click General under Account in the side menu.

  4. Scroll to the bottom of the page and turn on Single sign-on.

  5. Select Microsoft as the provider.

  6. Enter the Application(client)ID from Microsoft as the Client ID.

  7. Enter https://login.microsoftonline.com/Directory(tenant)ID as the Authorization URL. Replace Directory(tenant)ID with the value provided in Microsoft.

  8. Enter https://login.microsoftonline.com/Directory(tenant)ID/discovery/v2.0/keys as the Keys URL. Replace Directory(tenant)ID with the value provided in Microsoft.

  9. Click Save.

SSO-Azure-3.png