I have a scenario and trying to implement SSO here but not sure if it's possible.
- Users enter username/password still in my native app inboxes.
- My Authentication proxy receives the username and password, and then forward to the 3rd party IdP(ADFS, AAD, etc), and get back profiles via SAML tokens.
- My server creates profiles in my databases and logs the user in.
Not sure if any middleware is able to do that? like IdentifyServer4, simpleSAMLphp, etc. Any comments would be highly appreciated! Thanks in advance!