Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Added guide how to integrate Azure Active Directory as authentication…
Browse files Browse the repository at this point in the history
… provider
  • Loading branch information
Krzysztof Skrzynecki authored and hirunatan committed Nov 10, 2021
1 parent ee1524f commit deddacb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions technical-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,18 @@ Since version 1.6.0:
PENPOT_OIDC_SCOPES="scope1 scope2"
```

#### Azure Active Directory using OpenID Connect

Allows integrating with Azure Active Directory as authentication provider:

```bash
# Backend & Frontend
PENPOT_OIDC_CLIENT_ID=<client-id>

## Backend only
PENPOT_OIDC_BASE_URI=https://login.microsoftonline.com/<tenant-id>/v2.0/
PENPOT_OIDC_CLIENT_SECRET=<client-secret>
```

### LDAP ###

Expand Down

0 comments on commit deddacb

Please sign in to comment.