Table of Contents

Azure AD B2C

To set up a single sign-on through Azure Active Directory B2C, go to the Azure portal.

Configure the authentication in the cluster configuration

In the cluster configuration file, you will have to fill in the following configuration by replacing the corresponding tags:

Authentication:
  Preset: AzureAdB2C
  Authority: https://xxx.b2clogin.com/xxx.onmicrosoft.com/B2C_1A_SIGNUP_SIGNIN/v2.0
  ClientId: [CLIENT_ID]
  ClientSecret: [CLIENT_SECRET]
  Scopes:
    - [CLIENT_ID]

Replace :

  • [CLIENT_ID] by the Application (client) ID of the cluster resource.
  • [CLIENT_SECRET] by the Client secret of the cluster resource.