Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click the Register button in the bottom left of the page and wait a few seconds until the registration is finished.

3. Metadata

...

You may find the discovery URL endpoint under Endpoints in Azure AD B2C:

Image Removed

Copy Find the Metadata endpoint URL by clicking the Endpoints button and copy the Azure AD B2C OpenID Connect metadata document, which in our case is this URL : https://kantegassob2c.b2clogin.com/kantegassob2c.onmicrosoft.com/<policy-name>/v2.0/.ending with .well-known/openid-configuration
Save this URL for later. Notice that a policy name is needed to get a complete URL.

Next, select the user flow policy. This value is dependent on your organization. For this example, we use the default one. Navigate to the home page of Azure AD B2C and select User flows in the left menu:

...

).

...

Return to Kantega SSO setup wizard and press Next. You will then see the Metadata step:

...

Insert the Metadata URL into IDP Discovery URL field. So far the URL contains <policy-name>. Now we need to find the right policy name to introduce here.

Click link up to right:

...

and then press User flows in left menu.

In our case we have a standard user flow prepared in previous step Azure AD B2C - User Flows . You may specify unique flows depending on the client you’re integrating with Azure.

...

Complete example URL containing the <policy-name> could be: https://kantegassob2c.b2clogin.com/kantegassob2c.onmicrosoft.com/B2C_1_user-standard-flow/v2.0/.well-known/openid-configuration

Navigate back to the setup wizard in Kantega SSO Enterprise and paste the metadata URL containing the right <policy-name>:

...

4. Scopes

These are the scopes we were able to fetch from the metadata. You can add scope values from a list, start typing to add your own or unselect them. A minimum of one scope value is required. Openid is always required.

...