Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Back-End: Option to disable trust manager when invoking KC endpoints #197

Closed
EricWittmann opened this issue Nov 13, 2017 · 1 comment
Closed
Labels

Comments

@EricWittmann
Copy link
Member

When the user unlinks a linked account, we make an http request to Keycloak to delete the identity provider link. If the URL to Keycloak is a https and the cert is e.g. self-signed, this will fail. Need to provide an option to disable the trust manager for this connection.

@EricWittmann EricWittmann changed the title Back-End: Option to disable trust manager when deleting KC linked account Back-End: Option to disable trust manager when invoking KC endpoints Nov 13, 2017
@EricWittmann
Copy link
Member Author

Additionally, when we try to acquire an access token for a linked account (stored in KC), this error is hit. Basically any time the Apicurio back-end acts as an HTTP Client to Keycloak, we need to be able to (optionally) disable the trust manager.

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

No branches or pull requests

1 participant