Single Sign On - Azure B2C
Single Sign On - Azure B2C is developed for Single Sign On functionality. In this forge component we are using Microsoft's rest APIs for sign in process and for getting all the information related to the user. In this component we used site properties for assigning the value of Client_Id, Client_Secret , Grant_Type, Response_Mode, Scope, State, Redirect_Url, so any user can change it according to their need directly from service center. They do not need to make any changes to the application.
Below are the actions used for developing this forge component.
Screen Actions -
Server Actions -
In Service Module -
Rest API -
To login using Microsoft credential create app in Azure portal for login functionality and get necessary permissions. Copy apps details into the site properties and at the place of API call in service studio after downloading.