Skip to content
Snippets Groups Projects
Commit 59b6595c authored by Andy Lindeman's avatar Andy Lindeman
Browse files

userinfo_endpoint is required

parent 8959dc42
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment