Create a new Azure AD App registration in the Azure portal and name it “Applysia” for example
After you have created the app registration, navigate to the app registration overview page and locate the Application (client) ID. Save this ID, as you will need it later.
Click on “Add a certificate or secret” and create a new secret. Save the value of the secret for later.
From the registration overview page click on “Add a Redirect URI” and then on “Add a platform”. Create three platform with this values:
Create a platform of type “Web” and enter https://<YOUR_SUBDOMAIN>.applysia.app/auth/sso/openid_connect/callback as redirect URI. Replace <YOUR_SUBDOMAIN> with the workspace of your organization.
Create a platform of type iOS / macOS and enter de.applysia.app as Bundle ID.
In the app registration overview page, navigate to the API permissions section, and add the following delegated permissions:
Microsoft Graph > User.Read
Microsoft Graph > email
Microsoft Graph > openid
Microsoft Graph > profile
In the app registration overview page, navigate to the Token configuration and click “Add optional claim”. Select “ID” as token type and add this claims:
email
family_name
given_name