Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Azure SAML Correction #19256

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Security requirements for your **production** environment:

{% /note %}

{% note %}

## Key Notes on SAML Configuration

1. **Set `AUTHENTICATION_PROVIDER` to `saml` (lowercase):**
Ensure the `AUTHENTICATION_PROVIDER` field in your environment variables is explicitly set to `saml` for SAML authentication to function correctly. Without this, SAML integration will not work.

2. **Routing to IDP:**
Users will only be routed to the IDP upon sign-in if `AUTHENTICATION_PROVIDER` is set to `saml`.

{% /note %}

## Create OpenMetadata application

### Step 1: Configure a new Application in Microsoft Entra ID
Expand Down Expand Up @@ -150,4 +162,4 @@ Security requirements for your **production** environment:

### Step 4: Start the server

- Set up for SAML is done, you should be routed to your IDP on trying to Sign-in.
- Start the OpenMetadata server. With `AUTHENTICATION_PROVIDER` set to saml, you should be routed to the IDP upon sign-in.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@ Security requirements for your **production** environment:

{% /note %}

{% note %}

## Key Notes on SAML Configuration

1. **Set `AUTHENTICATION_PROVIDER` to `saml` (lowercase):**
Ensure the `AUTHENTICATION_PROVIDER` field in your environment variables is explicitly set to `saml` for SAML authentication to function correctly. Without this, SAML integration will not work.

2. **Routing to IDP:**
Users will only be routed to the IDP upon sign-in if `AUTHENTICATION_PROVIDER` is set to `saml`.

{% /note %}

## Create OpenMetadata application

### Step 1: Configure a new Application in Microsoft Entra ID
Expand Down Expand Up @@ -150,4 +162,4 @@ Security requirements for your **production** environment:

### Step 4: Start the server

- Set up for SAML is done, you should be routed to your IDP on trying to Sign-in.
- Start the OpenMetadata server. With `AUTHENTICATION_PROVIDER` set to saml, you should be routed to the IDP upon sign-in.
Loading