thrownewIllegalArgumentException("Only ClientAuthenticationMethod.BASIC is supported. The issuer \""+issuer+"\" returned a configuration of "+metadataAuthMethods);
thrownewIllegalArgumentException("Only AuthorizationGrantType.AUTHORIZATION_CODE is supported. The issuer \""+issuer+"\" returned a configuration of "+grantTypes);
}
@ -87,7 +83,7 @@ public final class OidcConfigurationProvider {
@@ -87,7 +83,7 @@ public final class OidcConfigurationProvider {
thrownewIllegalArgumentException("Only ClientAuthenticationMethod.BASIC and ClientAuthenticationMethod.POST are supported. The issuer \""+issuer+"\" returned a configuration of "+metadataAuthMethods);
.hasMessageContaining("Only ClientAuthenticationMethod.BASIC is supported. The issuer \""+this.issuer+"\" returned a configuration of [client_secret_post]");
.hasMessageContaining("Only ClientAuthenticationMethod.BASIC and ClientAuthenticationMethod.POST are supported. The issuer \""+this.issuer+"\" returned a configuration of [tls_client_auth]");