2.8 OBAPI configuration for OAuth
To enable IDCS out of the box support for OAuth follow below mentioned steps.
update DIGX_FW_CONFIG_ALL_B set
prop_value = <SSO_PROVIDER_URL> where prop_id =
'SSO_PROVIDER_URL';
For configuring any other service provider, a custom class needs to be written which implements com.ofss.digx.app.sms.service.user.external.IExternalUser interface.
The entry for the new custom class has to be made in database using the below script -
update DIGX_FW_CONFIG_ALL_B set prop_value =
<SSO_PROVIDER_CLASS> where prop_id =
'SSO_PROVIDER_CLASS';
Parent topic: Configuration