Skip to content

Commit

Permalink
Merge pull request #1507 from SEKOIA-IO/update-azure-sso
Browse files Browse the repository at this point in the history
feat(azure-sso): add some more details regarding the OpenID connect configuration
  • Loading branch information
PierrickV authored Dec 15, 2023
2 parents 7815de4 + 10a1b22 commit b01f437
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions docs/getting_started/sso/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@

In order to configure Azure with Sekoia.io, the following steps must be done:

1. Create a new application on Azure
2. Connect to Sekoia.io, add a new domain that belongs to your community and wait for its validation
3. Configure OpenID Connect in Sekoia.io (see associated documentation [Single Sign-On With OpenID Connect](../SSO_openid_connect.md))
1. Verify that the user that will connect have a complete profile. To authenticate, the profile must have the following information: email address, first name, last name and full name
2. Create a new application on Azure
3. Connect to Sekoia.io, add a new domain that belongs to your community and wait for its validation
4. Configure OpenID Connect in Sekoia.io (see associated documentation [Single Sign-On With OpenID Connect](../SSO_openid_connect.md))

## Create an Microsoft Entra ID (Azure AD) app registration
## Create a Microsoft Entra ID (Azure AD) app registration

1. Visit "Microsoft Entra ID (Azure AD) " > "Manage" > [App Registrations](https://portal.azure.com/#view/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/~/RegisteredApps)
2. Use the "+ New registration" button to start the creation
3. Choose a name and input the redirect URI: https://app.sekoia.io/user/callback
2. Use the `+ New registration"` button to start the creation
3. Choose:
- Name of the integration, for example: `Sekoia.io`
- `Who can use this application or access this API?`: select the group that is allowed to use the application
- `Redirect URI (optional)` : `Web`: `https://app.sekoia.io/user/callback` (you might need to adapt the domain if you are not working on FRA1)
4. Click on "Register"

## Configure the registration
Expand Down

0 comments on commit b01f437

Please sign in to comment.