I have created a application on angular2 (typescript) and am using ionic to generate apk file.
Now I would like to integrate SAML2 for authentication. I already have a Identity provider Metadata.
Now few things that I am stuck with-
- How can I generate the SP Metadata for my angular2 app.
- How can I make my angular2 app behave as a service provider.
- How to read Identity Provider Metadata from my angular2 app
- What all SAML2 apis can I use for my angular2 app.
I am completely new to SAML and angular2. Any help would be really appreciated
Thanks for the guidance :)