Use Microsoft Entra ID as an external identity provider
SCDS Membership allows you to use external identity providers such as Microsoft Entra.
To set up Entra ID, you'll need to create an App Registration in your Microsoft Entra poral. You can follow Microsoft's instructions for help doing this.
You then need to add your application details in SCDS System Administration.
You'll need to
- Add the SCDS start url in Entra ID
- Add the SCDS redirect uri in Entra ID
- Create a client secret in Entra ID
- Save the client ID, client secret and tenant id in the membership system.
You then need to grant the email
, offline_access
, openid
and profile
scopes to the application for all users in your tenant. Follow Microsoft's
instructions for help.