From 9b5643bdd211fd4857ffed1d0136dc785085a3f6 Mon Sep 17 00:00:00 2001 From: mstokericatt <43372165+mstokericatt@users.noreply.github.com> Date: Thu, 14 Dec 2023 16:19:43 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f695d0400..0258ab98c 100644 --- a/README.md +++ b/README.md @@ -69,11 +69,11 @@ To resolve this, follow these steps: Now, you should be able to add new migrations. The kiss.bff project contains the migrations, and setting this project as your startup project should resolve the above error. Make sure to switch back to the original startup project configuration after adding the migrations, if required for your development process. -## OIDC koppeling (Azure AD) -Om in te kunnen loggen is er een OIDC identity provider nodig. -Bij gebruik van Azure AD dient het voor de koppeling gebruikte secret periodiek vernieuwd te worden. -Een redirectloop bij inloggen is indicatie dat dit het geval is -1. ga naar de appregistration. -1. ga naar certificates en secrets. -1. voeg een secret toe (de waarde wordt automatisch gegenereerd) en kopieer de waarde. -1. update de waarde van OIDC_CLIENT_SECRET in je env.local (OIDC_CLIENT_ID verandert niet) +## OIDC authentication (Azure AD) +An OIDC identity provider is required to login to the application. +The secret that is used in the connection must be renewed periodically if Azure AD is used as the identity provider. +A redirectloop after log in is an idication the secret has expired +1. go to the appregistration. +1. go to certificates en secrets. +1. Add a secret (the value is generated automatically) and copy the value. +1. update de value of the OIDC_CLIENT_SECRET in your env.local (OIDC_CLIENT_ID is not affected)