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-based Client Authentication #209

Closed
TakahikoKawasaki opened this issue Feb 3, 2021 · 1 comment
Closed

JWT-based Client Authentication #209

TakahikoKawasaki opened this issue Feb 3, 2021 · 1 comment
Assignees
Labels
status: duplicate A duplicate of another issue

Comments

@TakahikoKawasaki
Copy link

JWT-based client authentication methods defined in RFC 7523 Section 2.2, namely, client_secret_jwt and private_key_jwt.

Client authentication is required at some endpoints. It is recommended to design and implement an abstraction layer for client authentication from the beginning. tls_client_auth and self_signed_tls_client_auth mentioned in #101 also should be handled under the abstraction layer.

@TakahikoKawasaki TakahikoKawasaki added the type: enhancement A general enhancement label Feb 3, 2021
@jgrandja
Copy link
Collaborator

Closing as duplicate of #59

@jgrandja jgrandja added status: duplicate A duplicate of another issue and removed type: enhancement A general enhancement labels Feb 17, 2021
@jgrandja jgrandja self-assigned this Feb 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: duplicate A duplicate of another issue
Projects
None yet
Development

No branches or pull requests

2 participants