Hi Experts,
We have a two apps architecture where we have a UI based on Angular and Spring Based application which serves REST API to the UI. We have a custom token based (you can say our own implementation of JWT) communication between the server and the UI for all the security.
Now we want to implement SSO using SAML, How will this need to handled at the Angular Level and at the REST API Level.
Are there any guideline or examples which can help understand how should we go about this?
Any help is appreciated!!
Best
Sumit