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

jwks endpoint is not compatible with Java client #44

Closed
robosung opened this issue Aug 13, 2015 · 1 comment
Closed

jwks endpoint is not compatible with Java client #44

robosung opened this issue Aug 13, 2015 · 1 comment

Comments

@robosung
Copy link
Contributor

It appears that we're unable to integrate a Java client to the jwks endpoint to validate the ID token.

The issues is logged here but it boils down to incompatible base64 encoding of modulus of public key. Java client can't decode what Python endpoint creates.

https://github.com/rohe/pyjwkest/issues/36

Any advice would be appreciated.

Thanks

@robosung
Copy link
Contributor Author

Since we're dealing with private endpoint, we adopted a workaround on both side to make this work.

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

1 participant