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

Custom JWT verifier #130

Open
readonlynetwork opened this issue May 3, 2019 · 2 comments
Open

Custom JWT verifier #130

readonlynetwork opened this issue May 3, 2019 · 2 comments

Comments

@readonlynetwork
Copy link

Is it possible to use custom JWT verifier (in Thorntail or others)?
Example.: I would like to use Elliptic Curve (EC256 in doc) instead of RS256 with additional content (public key, like self signed cert where public key is the ID)

@sberyozkin
Copy link
Contributor

sberyozkin commented May 20, 2019

@readonlynetwork is the JWS token sequence is all you would need or will you also require an access to the mutual TLS client cert (not sure what you meant by the the public key is ID).
FYI, with Thorntail you can register a custom factory which can be used to override the default verification mechanism, please ask at the Thorntail or smallrye-jwt lists for more details.

@readonlynetwork
Copy link
Author

@sberyozkin I mean the principal name is generated from public key.

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

No branches or pull requests

2 participants