Ok so the project is using a home grown sso, were the return data contains the username/password. I want to activate Spring Security and add the user in my application.
Is there a way to do this?
|
Ok so the project is using a home grown sso, were the return data contains the username/password. I want to activate Spring Security and add the user in my application. Is there a way to do this? |
|||
|
|
You really need to give little bit more information but based on what I understood, the answer is yes. Authorization can be implemented using Spring security even if you don't use Spring for Authentication. Thanks, Raghu |
|||
|