mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-02-20 01:21:20 +01:00
Fix Oauth issues with use_secure_urls=true (#9722)
This commit is contained in:
@@ -346,7 +346,7 @@ $config['oauth_client_id'] = null;
|
||||
$config['oauth_client_secret'] = null;
|
||||
|
||||
// Optional: the OIDC discovery URI (the 'https://.../.well-known/openid-configuration')
|
||||
// if specified, the discovery will supersede `oauth_issuer`, `auth_auth_uri`, `oauth_token_uri`, `oauth_identity_uri`, `oauth_logout_uri`, `oauth_jwks_uri`
|
||||
// if specified, the discovery will supersede `oauth_issuer`, `oauth_auth_uri`, `oauth_token_uri`, `oauth_identity_uri`, `oauth_logout_uri`, `oauth_jwks_uri`
|
||||
// it is recommanded to activate a cache via `oauth_cache` and `oauth_cache_ttl`
|
||||
$config['oauth_config_uri'] = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user