Skip to content

update properties on microsoftEntraId page #125

@nielsm5

Description

@nielsm5

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions