• caglararli@hotmail.com
  • 05386281520

Access API using SSO with saml2

Çağlar Arlı      -    84 Views

Access API using SSO with saml2

I have an application that retrieves and publishes information in an API with GET and UPDATE methods. And this application is under the umbrella of a SSO federated environment.

How would it be possible to get access to this API passing the SSO login page? The little I know is that the Idp and the SP are communicating using saml2 protocol.

What are the tools and necessary knowledge to make a valid authentication to this SSO and get access to the API?