Commit 59b6595c authored by Andy Lindeman's avatar Andy Lindeman

userinfo_endpoint is required

parent 8959dc42
...@@ -147,6 +147,7 @@ func TestDiscovery(t *testing.T) { ...@@ -147,6 +147,7 @@ func TestDiscovery(t *testing.T) {
"authorization_endpoint", "authorization_endpoint",
"token_endpoint", "token_endpoint",
"jwks_uri", "jwks_uri",
"userinfo_endpoint",
} }
for _, field := range required { for _, field := range required {
if _, ok := got[field]; !ok { if _, ok := got[field]; !ok {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment