From 3d957209ea9e386dbd65d408e1fa14faf8212884 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Thu, 28 Sep 2023 17:14:51 +0100 Subject: [PATCH] :rotating_light: Fix Markdown errors --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 741f091..c38ccee 100644 --- a/README.md +++ b/README.md @@ -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 "" --client-secret "" --tenant-id "" --backend MicrosoftEntra --port 8080 +python run.py --client-id "" --client-secret "" --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 "" +``` + You will need to register an application to interact with `Microsoft Entra`. Do this as follows: