pieeer1/Create B2C User Flow
Create a B2C User Flow in Azure AD B2C
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| client_id | The client ID of the Azure AD B2C application registration with application IdentityUserFlow.ReadWrite.All permissions | yes | — |
| client_secret | The client secret of the Azure AD B2C application registration with application IdentityUserFlow.ReadWrite.All permissions | yes | — |
| tenant_id | The tenant ID of the Azure AD B2C Tenant to create the user flow in | yes | — |
| user_flow_id | The ID of the user flow to create. This must be unique within the tenant | yes | — |
| user_flow_type | The type of user flow to create. Options: [signUp, signIn, signUpOrSignIn, passwordReset, profileUpdate, resourceOwner] | yes | — |
| user_flow_type_version | The version of the user flow to create. Options: [3] | yes | 3 |
| log_level | The log level for the Azure AD B2C API client. Options: [error, verbose] | yes | error |
Outputs
no outputs