Class ServerBearerTokenAuthenticationConverter

    • Constructor Detail

      • ServerBearerTokenAuthenticationConverter

        public ServerBearerTokenAuthenticationConverter()
    • Method Detail

      • setAllowUriQueryParameter

        public void setAllowUriQueryParameter​(boolean allowUriQueryParameter)
        Set if transport of access token using URI query parameter is supported. Defaults to false. The spec recommends against using this mechanism for sending bearer tokens, and even goes as far as stating that it was only included for completeness.
        Parameters:
        allowUriQueryParameter - if the URI query parameter is supported