I created one B2C tenant following this tutorial https://learn.microsoft.com/en-us/azure/active-directory-b2c/tutorial-create-tenant
During creation, I entered details like Organization name as Contoso b2c
by default.
Now I need to change these properties to different values. In normal AAD, I used to do that in Properties
but unable to perform same in B2C tenant.
All tabs that I can see in B2C tenant under Manage are
- App registrations
- Applications (Legacy)
- Identity providers
- API connectors
- Company branding
- User attributes
- Users
- Roles and administrators
I cannot find Properties field in B2C tenant.
Is there any way to change B2C tenant properties from portal or rest api or powershell.
I tried checking most of the graph docs and found this
https://learn.microsoft.com/en-us/graph/api/organization-update?view=graph-rest-1.0&tabs=http
But this doesn't satisfy my requirement. Any help?
TIA