tarunpandey23 d578aa7f30
Updated docs for implicit and auth code flow sso (#19126)
Co-authored-by: Tarun <tarun.p@deuexsolutions.com>
2024-12-18 15:03:29 +05:30

916 B

title slug collate
Auth0 SSO for Docker /deployment/security/auth0/auth-code-flow false

Auth Code Flow

Step 1: Create a New Application

  • Once you are on the Dashboard page, click on Applications > Applications available on the left-hand side panel.

{% image src="/images/v1.5/deployment/security/auth0/create-new-app-1.png" alt="create-app" /%}

  • Click on Create Application.

{% image src="/images/v1.5/deployment/security/auth0/create-new-app-2.png" alt="create-app" /%}

  • Enter the Application name.
  • Choose an application type and click on Create.

{% image src="/images/v1.5/deployment/security/auth0/auth-code-flow-1.png" alt="create-app" /%}

Step 2: Where to Find the Credentials

  • Navigate to the Settings tab.
  • You will find your Client ID and Client Secret.

{% image src="/images/v1.5/deployment/security/auth0/auth-code-flow-2.png" alt="credentials" /%}