cancel
Showing results for 
Search instead for 
Did you mean: 

Login with Identity Authentication Credentials credentials + Registration and login with SSO

amallari
Explorer
0 Kudos

Hello,

I am trying to create a page that would allow two kinds of users to register: Enterprise users, and 3rd Party users. 3rd Party users should be able to register then login. If the user is not third party, I am thinking they can click a button or link that will allow them to login via SSO.

At the moment, I can only do either: (1) SSO (2) 3rd Party Registration and Login but not both because in the Logon page, there is no option to add a button or hyperlink to redirect them.

Does anybody have any idea how this could be implemented with IAS?

Accepted Solutions (0)

Answers (1)

Answers (1)

Colt
Active Contributor
0 Kudos

Hello Maria,

this should be possible by setting User Application Access to Public for your IAS application. When registering, only the e-mail is initially asked and then checked via conditional authentication rules whether an enterprise user (SSO via a corp. IdP) is forwarded. Depending on the configuration, you do not need any local profiles in the IAS for the enterprise users who use SSO. The registration button or social sign-on is available for external users, including ToU, etc.

Wouldn't that cover your requirement?

Cheers Carsten