Could you help me to connect Azure B2C Oauth2.0 to bubble.io?
i followed and read several articles and videos, but i really don’t know what do i fill in scope, user profile endpoint, and user id key / user email key.
API Name: name / Authentification : OAuth2 User-Agent Flow
App ID: application ID in Azure B2C registered app. / App secret: secret from Azure B2C registered app.
Scope: ----?? / Authentication goes in header: checked
Header key: Authorization: Bearer
Use a generic redirect URL → i already fill this in my Azure B2C registered app’s redirect URI
Login dialog redirect: https://mytenant.b2clogin.com/mytenant.onmicrosoft.com/B2C_myflow/oauth2/v2.0/authorize
Access token endpoint: https://mytenant.b2clogin.com/mytenant.onmicrosoft.com/B2C_myflow/oauth2/v2.0/token
User profile endpoint: ???
User ID key path: ??? User email key path: ???
how to setup and get scope from Azure B2C and how to connect it?