Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWT OAuth Bearer flow #316

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

BizetaRetailSolutions
Copy link

This integration permits the client to authenticate the connection through the JWT bearer token flow.
The activity is linked to open issue #288.

To engage the JWT Bearer flow, the following configuration parameters must be filled:

  • username: also used in the login/password flow.
  • authEndpoint: used in the login/password flow as well.
  • jwtPrivateKey: the private key that will be used to sign the jwt authentication payload.
  • clientId: the OAuth client ID, to be used during JWT authentication payload building.
  • jwtEndPointUrl: the jwt end point URL to be used when creating a jwt authentication payload.
  • jwtLoginUrl: the jwt login URL, to which the built payload will be sent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant