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

Update documentation on ID token signature verification. #2043

Open
chamathns opened this issue Sep 16, 2020 · 0 comments
Open

Update documentation on ID token signature verification. #2043

chamathns opened this issue Sep 16, 2020 · 0 comments
Assignees

Comments

@chamathns
Copy link
Contributor

Description:
Currently, in the documentation [1], the approach mentioned for ID token signature verification involves extracting the public key from the wso2carbon.jks and then, verifying the signed ID token.
However, the recommended approach should be to get the JWKeySet from the /jwks endpoint and verifying the signed ID token with that.

[1] - https://is.docs.wso2.com/en/latest/learn/idtoken-signature-verification/

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

No branches or pull requests

2 participants