Saml and Angular

Hi There,

I’ve stumbled upon an article by Auth0 on implementing Saml with Angular - https://auth0.com/authenticate/angular2/samlp/

Sadly the article seems to be cut in the middle as it does not actually covers how the implementation works (it just includes an html file and a component with imports a authentication service which isn’t being discussed).

Am I missing something? Has anyone implemented Saml within an Angular app (generating saml token within browser). It should be possible but I’ve not been able to find any examples.

Thanks,
Guy N.

:wave: @gnesher

We have an instructions on the overview to connect to SAML Identity Providers here, and we also have generic instructions for any regular identity provider here. I believe we may have some examples in the works, I am going to see if I can get you some examples for implementing SAML within an Angular App.

The following may be helpful for now