Skip to content

Microsoft Entra ID support for appid url parameter #415

@marcowartmann

Description

@marcowartmann

OIDC is not working when Entra ID "App Registration" is configured with custom APIs.

The issue occurs cause of well-known openid-configuration and jwks uri must use an added parameter in the URL with appid speficified

Well known openid configuration:
https://login.microsoft.com/<tenant-id>/discovery/v2.0/.well-known/openid-configuration?appid=<app-id>

jwks uri:
https://login.microsoft.com/<tenant-id>/discovery/v2.0/keys?appid=<app-id>

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