-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
frank-manual/docs/source/deploying/IdentityProviders/MicrosoftEntraId/microsoftEntraId.rst
Lines 47 to 58 in f1c2159
application.security.http.authenticators.myOauth.type=OAUTH2 | |
application.security.http.authenticators.myOauth.provider=custom | |
#Directory (tenant) ID | |
application.security.http.authenticators.myOauth.clientId=<application id> | |
#Secret value | |
application.security.http.authenticators.myOauth.clientSecret= | |
application.security.http.authenticators.myOauth.scopes=openid,profile,email | |
application.security.http.authenticators.myOauth.authorizationUri=https://login.microsoftonline.com/<tenantID>/oauth2/v2.0/authorize | |
application.security.http.authenticators.myOauth.tokenUri=https://login.microsoftonline.com/<tenantID>/oauth2/v2.0/token | |
application.security.http.authenticators.myOauth.jwkSetUri=https://login.microsoftonline.com/common/discovery/v2.0/keys | |
application.security.http.authenticators.myOauth.issuerUri=https://login.microsoftonline.com/<tenantID>/v2.0 | |
application.security.http.authenticators.myOauth.userInfoUri=https://graph.microsoft.com/oidc/userinfo |
contains the old property style (in this case for a webservice endpoint and no the console)
This should be
application.security.console.authentication
instead.Metadata
Metadata
Assignees
Labels
No labels