Closed artonge closed 1 month ago
When selfencoded_bearer_validation_audience_check is set to false, then $providerClientId is never set, and the comparison fails here
selfencoded_bearer_validation_audience_check
false
$providerClientId
https://github.com/nextcloud/user_oidc/blob/v6.1.0/lib/User/Validator/SelfEncodedValidator.php#L90-110
Introduced by https://github.com/nextcloud/user_oidc/issues/856
When
selfencoded_bearer_validation_audience_check
is set tofalse
, then$providerClientId
is never set, and the comparison fails herehttps://github.com/nextcloud/user_oidc/blob/v6.1.0/lib/User/Validator/SelfEncodedValidator.php#L90-110
Introduced by https://github.com/nextcloud/user_oidc/issues/856