Registry / auth / mattermost-gosaml2

mattermost-gosaml2

JSON →
library0.10.0gogounverified

A Go library for SAML 2.0 authentication.

go get github.com/mattermost/gosaml2
INSTALL
IMPORT
SIG · MATTERMOST-GOSAML2
M
mattermost-gosaml2
authgov0.10.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/mattermost/gosaml2

Creates a SAML service provider configuration.

package main import ( "fmt" "github.com/mattermost/gosaml2" ) func main() { sp := &gosaml2.SAMLServiceProvider{ IdentityProviderSSOURL: "https://idp.example.com/sso", IdentityProviderIssuer: "https://idp.example.com", } fmt.Println(sp) }
Debug
Known issues
gotchaThis library is a fork of russellhaering/gosaml2; may have diverged.
fix
Check the original library for updates or use the official fork.
affects: all
Upgrade
Version history
0.10.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
Resources
mattermost-gosaml2 — go get mattermost-gosaml2 · libregistry