Skip to content

Latest commit

 

History

History
 
 

rest-api-idp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Sign-in with REST API identity provider

Allows users to sign-in with credentials stored in a legacy identity provider using REST API services.

REST API IDP

The idea that a user can provide a username and password, while B2C makes a call to a REST API to validate the credentials. On the first time user sign-in, Azure AD B2C creates such a social account in the directory (similar to Facebook account)

Flow

  • SelfAsserted-RestAPISignin-Email Self-Asserted technical profile, provide functionality for a user to Sign in with username and password. This is achieved using a Self-Asserted technical profile and connected validation technical profile. The The technical profile to launch to validate the data the user provided, in this case to validate their credentials by calling a remote REST API service.

  • REST-Login REST Restful technical profile, sends the username and password to the remote REST API to validate the credentials.