Question
Multiple Authentication for User (Internal/External)
Hi,
I would like to know if there can be a way where we can use both Internal/External authentication for a single application and user.
Ex. I have an application which provides multiple types of authentication i.e.
1. User can use to login to application use the records stored from PRPC database.
2. Application have External Authentication from some third party system (like Google authentication) and once authorization is done he should logs in to the system.
Ex. Image user can authenticate itself with any of the provider.
Thanks
Gaurav
This is not available directly, but you can write a custom authentication service to achieve the functionality you show in the screenshot.