userinfo_endpoint is required
This commit is contained in:
parent
8959dc4275
commit
59b6595c37
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Reference in a new issue