Spring Security SAML and Database Authentication
This tutorial shows how to implement SAML and database authentication using Spring Security.
Spring Security SAML and Database Authentication
This tutorial shows how to implement SAML and database authentication using Spring Security.
Melvin George
I followed the steps in this article to create a new application. But, two observations:
1) dbuser@dbauth.com : Even though this user is NOT in People list in my okta developer account, it logs in with password (no quotes) "oktaiscool"
2) samluser@oktaauth.com : This user is created in People list in my okta developer account and assigned to this application. After logging in through okta IdP, it shows “Something went wrong” page. Terminal shows "ERROR: User not found in database: Optional.empty"
Did I miss to configure something?
Abhishek Tripathi
Hey Melvin
Did you get the solution I am also facing same issue