I am trying to implement authentication and authorization in the spring boot(2.2.4) app using spring security(spring-security-starter).
Use Case: Based on the username I want to redirect the user for the specific authentication provider
- If username ends with 'mit.com' Authenticate User using database (I am using hibernate)- For this, I canβ¦
Top comments (0)