.. saml-cookbook documentation master file, created by sphinx-quickstart on Thu Jun 27 15:37:01 2024. Getting Started ========================================= Welcome to the cookbook! This project's goal is to create a community-driven repository of example code and documentation for programmers who are new to SAML or looking for a reference implementation for a specific language. The examples demonstrate minimum viable products with a focus on simplicity and include: 1. Sending an AuthnRequest to the IdP 2. Processing a Response from the IdP 3. Extracting and Displaying Attributes 4. Generating Metadata ______________ SAML is a deep topic with a wealth of well-written, exhaustive documentation. This cookbook distils what you need to get started and tries to leave out additional information. For a deeper understanding of SAML, consider reading one of the following. - https://developer.okta.com/docs/concepts/saml/ - https://www.onelogin.com/learn/saml - https://duo.com/blog/the-beer-drinkers-guide-to-saml Running the Examples -------------------- .. include:: /includes/starting-runtime-environment.rstinc Next Steps ---------- If your build was successful, you'll have a site reachable at https://saml-cookbook.localtest.me/. The examples here are fully functional, but not descriptive. For recipies and additional documentation :ref:`browse the examples`.