-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
-
None
This check is wrong:
if (realmKeyPem == null && oidcJsonConfiguration.isBearerOnly() && (oidcJsonConfiguration.getAuthServerUrl() == null || oidcJsonConfiguration.getProviderUrl() == null)) { throw log.invalidConfigurationForBearerAuth(); }
It fails when using bearer-only and either auth-server-url or provider-url, which is valid.
- duplicates
-
ELY-2362 Add support for the bearer-only option when using the OIDC HTTP mechanism
- Resolved