forked from mystiq/dex
316953d33f
Update github.com/coreos/go-oidc/ to include coreos/go-oidc#87 which adds support for Azure AD |
||
---|---|---|
.. | ||
example | ||
http | ||
jose | ||
key | ||
oauth2 | ||
oidc | ||
.gitignore | ||
.travis.yml | ||
build | ||
CONTRIBUTING.md | ||
DCO | ||
LICENSE | ||
MAINTAINERS | ||
NOTICE | ||
README.md | ||
test |
go-oidc
go-oidc provides a comprehensive collection of golang libraries for other projects to implement OpenID Connect (OIDC) server and client components.
package documentation
- github.com/coreos/go-oidc/oidc - OIDC client- and server-related components
- github.com/coreos/go-oidc/oauth2 - OAuth2-specific code needed by the OIDC components
- github.com/coreos/go-oidc/jose - Javascript Object Signing and Encryption (JOSE) object (JWS, JWK) generation, validation and serialization
- github.com/coreos/go-oidc/key - RSA key management for OIDC components