Pysaml2 Documentation

pysaml2 Documentation

Roland Hedberg

Jan 25, 2022

Contents

1 About PySAML2

3

2 How to use PySAML2

5

3 Table of contents

7

3.1 Quick install guide . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

3.2 Quick pysaml2 example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8

3.3 How to use PySAML2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12

3.4 How sp_test works internally . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41

i

ii

pysaml2 Documentation

SAML 2.0 or Security Assertion Markup Language 2.0 is a version of the SAML standard for exchanging authentication and authorization data between security domains.

Contents

1

pysaml2 Documentation

2

Contents

1 CHAPTER

About PySAML2

PySAML2 is a pure python implementation of SAML2. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples of both. Originally written to work in a WSGI environment, there are extensions that allow you to use it with other frameworks.

3

pysaml2 Documentation

4

Chapter 1. About PySAML2

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download