Registry / auth / russellhaering-gosaml2

russellhaering-gosaml2

JSON →
library0.11.0gogounverified

A Go library for implementing SAML 2.0 authentication.

go get github.com/russellhaering/gosaml2
INSTALL
IMPORT
SIG · RUSSELLHAERING-GOS
R
russellhaering-gosaml2
authgov0.11.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gosaml2
github.com/russellhaering/gosaml2

Create a SAML service provider instance

package main import ( "fmt" "github.com/russellhaering/gosaml2" ) func main() { sp := &gosaml2.SAMLServiceProvider{ IdentityProviderSSOURL: "https://example.com/sso", } fmt.Println(sp) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
russellhaering-gosaml2 — go get russellhaering-gosaml2 · libregistry