userinfo_endpoint is required

This commit is contained in:
Andy Lindeman 2019-06-25 12:17:03 -04:00
parent 8959dc4275
commit 59b6595c37

View file

@ -147,6 +147,7 @@ func TestDiscovery(t *testing.T) {
"authorization_endpoint",
"token_endpoint",
"jwks_uri",
"userinfo_endpoint",
}
for _, field := range required {
if _, ok := got[field]; !ok {