-
Notifications
You must be signed in to change notification settings - Fork 12
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
feat(policy): JWT policy #2
Conversation
In charge of validatation of Json Web Tokens signature & expiration Closes gravitee-io/issues#46
In charge of validation of Json Web Tokens signature & expiration Closes gravitee-io/issues#46
In charge of validation of Json Web Tokens signature & expiration Closes gravitee-io/issues#46
In charge of validation of Json Web Tokens signature & expiration Closes gravitee-io/issues#46
I see that you've defined a JWT plan. Do you have an application which subscribes to this plan (with the client from the token)? |
@yogeshgarg1904 you specified a rsa with a HS256 signature, it is your error here |
Hi @brasseld |
@aelamrani what should be correct configuration |
@yogeshgarg1904 you have used a key to generate the token. Please use the same hash within the |
@brasseld thanks for suggestion. i have used the secret key in resolver parametre but still not working |
In charge of validatation of Json Web Tokens signature & expiration
Closes gravitee-io/issues#46