Bearer token carried by Authorization header used by OAuth authentication type. At the moment org.switchyard.security.credential.extractor.AuthorizationHeaderCredentialExtractor supports only Basic and Digest types.
Use extensible mechanism (e.g. ServiceLoader with CredentialExtractorStrategy) to support other credential types like TokenCredential
|