Further links
=============

There are many resources for SAML 2.0 on the Internet. Here's a few pointers:


Documentation
-------------

- `SAML 2.0 on Wikipedia <https://en.wikipedia.org/wiki/SAML_2.0>`_
- `The pysaml2 documentation <https://pysaml2.readthedocs.io/>`_


Testing resources
-----------------

- `samltest.id identity provider for testing <https://samltest.id/>`_
- `SSOCircle identity provider for testing <https://www.ssocircle.com/>`_
- `auth0 as identity provider for testing
  <https://auth0.com/docs/authenticate/single-sign-on/outbound-single-sign-on/configure-auth0-saml-identity-provider>`_
- `"I need a SAML IdP to test - now!" on medium.com
  <https://medium.com/the-new-control-plane/i-need-a-saml-idp-to-test-now-477761595b60>`_


pysaml2 example code
--------------------

- `SAML2 Service Provider with Single Logout Capability
  <https://github.com/flengyel/pysaml2-service-provider>`_
- `Example SAML SP service with Flask and pysaml2
  <https://github.com/jpf/okta-pysaml2-example>`_
