repository
0.0.0-20191119221853-fba3333fc6f2
Repository: https://github.com/tlin20151/go-oidc.git
Documentation: pkg.go.dev
# README
go-oidc
This repo is taken directly from coreos/go-oidc (https://github.com/coreos/go-oidc) and being customized to resolve the following issues:
- comment out the logic to return errors immediately when issuers were mismatched
- comment out the logic to always include openid+email+profile in its scope. Changed it so the default scope will only require openid.