Azure B2C Endpoints and Scope:
Scope: | openid |
Authorize Endpoint: | https://<tenant-name >.b2clogin.com/<tenant-name>.onmicrosoft.com/<policy-name>/oauth2/v2.0/authorize |
Access Token Endpoint: | https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/<policy-name>/oauth2/v2.0/token |
Get User Info Endpoint: | https://graph.microsoft.com/v1.0/me |
Custom redirect URL after logout: [optional] | https://<tenant-name>.b2clogin.com/<tenant-name>.onmicrosoft.com/<policy-name>/oauth2/v2.0/logout?post_logout_redirect_uri=<your url> |