Skip to content

Commit

Permalink
Adjust spec for oidc configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Ivančić committed Sep 11, 2020
1 parent ad60fda commit 3eb32fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -69,7 +69,7 @@ public function it_returns_openid_connect_configuration(
'userinfo_endpoint' => 'http://localhost/userinfo.php',
'jwks_uri' => 'http://localhost/jwks.php',
'scopes_supported' => ['openid'],
'response_types_supported' => ['code', 'token', 'id_token token'],
'response_types_supported' => ['code', 'token'],
'subject_types_supported' => ['public'],
'id_token_signing_alg_values_supported' => ['RS256'],
'code_challenge_methods_supported' => ['plain', 'S256'],
Expand Down

0 comments on commit 3eb32fa

Please sign in to comment.