Skip to content

russellhaering/gosaml2

Folders and files

NameName
Last commit message
Last commit date
Mar 4, 2024
Sep 29, 2021
Sep 29, 2021
Mar 18, 2017
Mar 1, 2023
Sep 29, 2021
Aug 4, 2017
Mar 15, 2016
Oct 12, 2022
Apr 20, 2023
Sep 29, 2021
Sep 29, 2021
Sep 29, 2021
Jun 29, 2022
Jun 29, 2022
Mar 1, 2023
Mar 1, 2023
Mar 1, 2023
Aug 17, 2023
Aug 17, 2023
Sep 29, 2021
Sep 29, 2021
Aug 14, 2017
Aug 16, 2023
Aug 16, 2023
Sep 29, 2021
Sep 29, 2021
Sep 29, 2021

Repository files navigation

gosaml2

Build Status GoDoc

SAML 2.0 implemementation for Service Providers based on etree and goxmldsig, a pure Go implementation of XML digital signatures.

Installation

Install gosaml2 into your $GOPATH using go get:

go get github.com/russellhaering/gosaml2

Example

See demo.go.

Supported Identity Providers

This library is meant to be a generic SAML implementation. If you find a standards compliant identity provider that it doesn't work with please submit a bug or pull request.

The following identity providers have been tested:

  • Okta
  • Auth0
  • Shibboleth
  • Ipsilon
  • OneLogin
  • Azure Active Directory (Azure AD)