AzureAD / microsoft-identity-web

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
MIT License
682 stars 213 forks source link

[Feature Request] Add support for CIAM authorities #2677

Closed bgavrilMS closed 8 months ago

bgavrilMS commented 8 months ago

Add support for CIAM CUD authorities. See https://microsoft-my.sharepoint-df.com/:w:/p/jmprieur/EbtMcuWkuyRKnWTR8Fg9EAsBMn22Sy5Kni6YWOxTfYWjtg?e=GGad0r for spec


    "AzureAd": {
        "ClientId": "12345-cdd4-46d4-9e68-db03240b4baa",
        "CallbackPath": "/signin-oidc",
        "Authority": "https://cats.ciamextensibility.com/111111-43bb-4ff9-89af-30ed8fe31c6d/v2.0"
    },
bgavrilMS commented 8 months ago

Closing as duplicate