ToolJet/docs/versioned_docs/version-2.36.0/user-authentication/sso/openid/azuread.md
Karan Rathod 11d38325cb
[docs]:App builder 1.6 updates (#9514)
* add app-builder doc updates on Table and themes

* breakdown chart docs in two parts and add custom css for headers

* update chart example images and add more examples

* revamp table component and minor fixes

* fix typos

* fix table formatting for docusarus v3

* fix filepicker table

* create new version

* fix grammar and tables
2024-04-26 15:17:51 +05:30

2.2 KiB

id title
azuread AzureAD

AzureAD Single Sign-on

:::info To construct a Well Known URL refer this link :: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-protocols-oidc :::

  • Open your organization page and select app registration

    <img style={{ width:'100%', border:'0', marginBottom:'15px', borderRadius:'5px', boxShadow: '0px 1px 3px rgba(0, 0, 0, 0.2)' }} className="screenshot-full" src="/img/sso/azuread/azure-app-reg.png" alt="Azure AD: SSO" />

  • Select new registration

    Azure AD: SSO
  • Open your organization page and select App registration.

  • Enter name, select supported account type and enter the redirect URL which can be copied from Manage SSO -> Open Id -> Redirect URL, click on register.

    Azure AD: SSO
  • Application will be registered and will be able to view the details

  • Configure Application (Client) ID as client id in Open Id configuration page.

    Azure AD: SSO
  • Click on Add certificate or secret next to the Client credentials.

  • Click on +New Client Secret

    Azure AD: SSO
  • Give a description, set the expiry, and then click on the Add button.

    Azure AD: SSO
  • Secret will be created, copy value and add it to the client secret section of Open Id SSO config.

  • You can brand the redirect page using the branding and properties option.

    Azure AD: SSO