Categorygithub.com/lstoll/oidcop
repositorypackage
1.0.0-alpha.1
Repository: https://github.com/lstoll/oidcop.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

oidcop

Go Reference

Go library for implementing OIDC OPs (Servers)

Example OP

An example server is provided. Can be run:

go run ./cmd/oidc-example-op

And interacted with via

go run github.com/lstoll/oidc/cmd/oidccli -issuer=http://localhost:8085 -client-id=cli -scopes=openid,offline_access -skip-cache info