Categorygithub.com/tlin20151/go-oidc
repository
0.0.0-20191119221853-fba3333fc6f2
Repository: https://github.com/tlin20151/go-oidc.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

# README

go-oidc

GoDoc Build Status

This repo is taken directly from coreos/go-oidc (https://github.com/coreos/go-oidc) and being customized to resolve the following issues:

  1. comment out the logic to return errors immediately when issuers were mismatched
  2. comment out the logic to always include openid+email+profile in its scope. Changed it so the default scope will only require openid.