We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7e47b commit d28301dCopy full SHA for d28301d
solid/tests/Unit/Controller/ServerControllerTest.php
@@ -415,6 +415,7 @@ public function testRegisterWithRedirectUris()
415
'application_type' => 'web',
416
'grant_types' => ['implicit'],
417
'id_token_signed_response_alg' => 'RS256',
418
+ 'origin' => 'https://mock.client',
419
'redirect_uris' => ['https://mock.client/redirect'],
420
'registration_client_uri' => '',
421
'response_types' => ['id_token token'],
0 commit comments