providers/azure-ad-b2c
default()β
default(
options
):OIDCConfig
<AzureADB2CProfile
>
Add Azure AD B2C login to your page.
Configurationβ
Basicβ
Basic configuration sets up Azure AD B2C to return an ID Token. This should be done as a prerequisite prior to running through the Advanced configuration.
For the step "User attributes and token claims" set the following:
- Collect attribute:
- Email Address
- Display Name
- Given Name
- Surname
- Return claim:
- Email Addresses
- Display Name
- Given Name
- Surname
- Identity Provider
- Identity Provider Access Token
- User's Object ID
Parametersβ
βͺ options: OIDCUserConfig
< AzureADB2CProfile
> & object
Returnsβ
OIDCConfig
< AzureADB2CProfile
>