Skip to content

Commit

Permalink
🚨 Fix Markdown errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Sep 28, 2023
1 parent caf79d9 commit 3d95720
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,21 @@ The name is a slightly tortured acronym for: LD**A**P **pr**oxy for Open**I**D *
Start the `Apricot` server on port 8080 by running:

```bash
python run.py --client-id "<your client ID>" --client-secret "<your client secret>" --tenant-id "<your tenant ID>" --backend MicrosoftEntra --port 8080
python run.py --client-id "<your client ID>" --client-secret "<your client secret>" --backend <your backend> --port 8080
```

## OpenID Connect
## OpenID Connect

Instructions for specific OpenID Connect backends below.


### Microsoft Entra

You will need to use the following command line arguments:

```bash
--backend MicrosoftEntra --entra-tenant-id "<your tenant ID>"
```

You will need to register an application to interact with `Microsoft Entra`.
Do this as follows:

Expand Down

0 comments on commit 3d95720

Please sign in to comment.