Skip to content

Uniform authentication method for HttpSender #3045

@nielsm5

Description

@nielsm5

Describe the issue
image

Create a new uniform method of authenticating on the HttpSender. Depending on the auth-scheme you need to be able to specify a few URL's or attributes instead of <Param name="Authorization" xpathExpression="concat('Bearer', access_token)"/> see #2983. oauth1 vs oauth2 vs saml vs openid connect
https://www.okta.com/identity-101/whats-the-difference-between-oauth-openid-connect-and-saml/

Is this part of HttpComponents 5? Or is it more widely supported there? Then perhaps we should upgrade first (v4 to v5).

Grant Types

Implemented:

  • Refresh Token Grant. (rfc6749#section-1.5)
  • Resource Owner Password Credentials. (deprecated)
  • Basic auth (on resource server)
  • Basic auth (on authorization server)

Related

image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions