Reputation: 11
I am doing one POC where in I am planning to integrate siteminder with our single page app. The frontend is in Angular 10 and its using Asp .Net Web API. Our frontend and backend will be deployed in same server and it will be protected by siteminder. So far what I have thought of is -
Please guide if this flow is OK or not. And if not, what else needs to be taken into consideration. Also how to protect Angular routes? Can I call backend API in Angular route guard to verify if a valid SMSESSION cookie is there or not. If a valid SMSESSION cookie exists, user can route to another URL. Otherwise user will be logged off.
Upvotes: 1
Views: 865