Configure PlaceOS for Azure B2C
Create an Authentication Source for a PlaceOS Domain with Azure B2C.
Last updated
Create an Authentication Source for a PlaceOS Domain with Azure B2C.
Last updated
To allow users to authenticate on PlaceOS provided applications against Azure B2C, we will need to configure a PlaceOS Domain to use Azure B2C as the Authentication Provider.
These steps are similar to configuring OAuth2 for Google Workspace or Azure Active Directory, however, it is important to note the specific endpoints are different and unique to your Azure B2C tenant.
In PlaceOS Backoffice navigate to the Domains tab.
Select the domain you would like to add Microsoft B2C Authentication to.
Click the Authentication Tab.
Click New Auth Source.
Select OAuth as the auth source type.
Provide a name eg. 'Microsoft Azure B2C'.
Click Save.
Copy the Auth Source ID eg. oauth_strat-Dw9b-5_lO3
You will require the Auth Source ID to be used as the Azure App Registration Callback URI, for example: https://placeos-dev.im/auth/oauth2/callback?id=oauth_strat-Dw9b-5_lO3
You will need to create an App Registration for PlaceOS in Azure B2C. This is the application PlaceOS will use to communicate with B2C.
Login to your Azure B2C Tenant.
Under Manage select App Registrations.
Click new App Registration
Give your App a name e.g. PlaceOS User Auth
Under supported account types select: Accounts in this organizational directory only
Under URI Redirect select Web and enter the PlaceOS oauth_strat created in the previous step e.g. https://placeos-dev.im/auth/oauth2/callback?id=oauth_strat-Dw9b-5_lO3
Click Register.
Navigate to API Permissions and confirm offline_access
and openid
scopes are granted.
Navigate to Certificates and Keys.
Click New Client Secret, name the secret something relevant e.g. PlaceOS Secret.
Note down your Secret Value.
You will need to include this Application ID in the array of Application ID's in the TrustFrameWorkExtension.xml audience
section.
Information required in this step:
App Registration Client ID & Secret
Azure B2C Tenant Name
Azure B2C Custom Policy Name
In the Authentication Source, enter the following information:
Field | Description | Example |
---|---|---|
Name | A unique name for the Auth Source |
|
Client ID | The Client ID from your PlaceOS App Registration | |
Client Secret | The Client Secret from your PlaceOS App Registration | |
Site | PlaceOS Domain + b2c.com | {placeos_domain} |
Scope | Scope's the application will use. |
|
Token Method |
| |
Authentication Scheme |
| |
Token URL | Endpoint for obtaining the token, including your Azure B2C Tenant Name and Policy Name |
|
Authorize URL | Endpoint used for Authenticating Users, including your Azure B2C Tenant Name and Policy Name |
|
User Profile URL | The User Info endpoint that was created to pull user information via Graph API |
|
Info Mappings:
PlaceOS | Provider |
---|---|
|
|
|
|
|
|
Login to PlaceOS Backoffice
Navigate to the Domains tab.
Select the Domain for your organisation.
Click on the Edit icon.
Set the login URL to /auth/login?provider=oauth2&id=[OAUTH_STRAT]&continue={{url}}
, replacing the [OAUTH_STRAT]
with the authentication source ID created in 'Creating a PlaceOS Authentication Source' instructions, leaving the {{url}}
as is.
Set the logout URL to /auth/logout?continue=https://sso.org.com/logout
if they haven’t provided you a logout.