SSO SAML in Angular

1,442 views
Skip to first unread message

Sumit Bhardwaj

unread,
Feb 27, 2020, 2:48:02 AM2/27/20
to ang...@googlegroups.com
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

Suresh Kumar

unread,
Feb 27, 2020, 3:50:06 AM2/27/20
to Angular and AngularJS discussion
Hi sumit

Saml requires service providers  & authentication providers.

User request access to service providers  by sending user credentials. Service providers delegates the request to authentication providers for verification. Authentication  providers sends the response to service  providers  to grant or deny. The request  & response  will be using saml file encryption  &decryption mechanism.

Pls do the same. 

Thanks 
Suresh 

--
You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/angular/CAB_TK4qtBzVPoYdY67C7UeJQzoVh4GPN0qOXX0PNkraFBTxxdQ%40mail.gmail.com.

Nitin Gupta

unread,
Jun 11, 2020, 8:33:30 AM6/11/20
to Angular and AngularJS discussion
The SSO integration will be transparent to the Rest services layer. The JWT token will be passed back to the REST service.

Hanny Miryalkar

unread,
Jun 18, 2020, 5:47:59 AM6/18/20
to Angular and AngularJS discussion
Hello Sumit, 

For SAML response your using okta end to pull SSO inline?. At angularJS lower versions it wont support, supports from angular 4 version Should keep the node part separate to consume the Response end. 

Can i know which module you are using to integrate at Node side. I used Okta-jwt but parsing is giving error. 
Could you please provide your experience im struck to consume it at middle ware.

At angular JS using direct URL of OKTA will be used or not. Please share your inputs.


Thanks,
Hanny 
Reply all
Reply to author
Forward
0 new messages