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 e7d36e8 commit a57bd5aCopy full SHA for a57bd5a
spec/defines/vhost_spec.rb
@@ -2440,7 +2440,7 @@
2440
'auth_oidc' => true,
2441
'oidc_settings' => { 'ProviderMetadataURL' => 'https://login.example.com/.well-known/openid-configuration',
2442
'ClientID' => 'test',
2443
- 'RedirectURI' => 'total_garbage',
+ 'RedirectURI' => 'invalid_uri',
2444
'ProviderTokenEndpointAuth' => 'client_secret_basic',
2445
'RemoteUserClaim' => 'sub',
2446
'ClientSecret' => 'aae053a9-4abf-4824-8956-e94b2af335c8',
0 commit comments