Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update properties on microsoftEntraId page #125

Open
nielsm5 opened this issue Oct 31, 2024 · 0 comments
Open

update properties on microsoftEntraId page #125

nielsm5 opened this issue Oct 31, 2024 · 0 comments

Comments

@nielsm5
Copy link
Member

nielsm5 commented Oct 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant