KeyCloak integration issue #548

Closed
opened 2025-11-20 05:13:31 -05:00 by saavagebueno · 2 comments
Owner

Originally created by @AlfioSaitta on GitHub (Dec 15, 2023).

Describe the problem
Followed to the letter the guide to integrate Netbird with keycloak. But netbird can't download the OIDC configuration file from Keycloack when the file is more than available from the browser

docker-compose logs management:
management_1 | Error: failed reading provided config file: /etc/netbird/management.json: failed fetching OIDC configuration from endpoint https://[OBFUSCATED_DOMAIN]/realms/netbird/.well-known/openid-configuration Get "https://[OBFUSCATED_DOMAIN]/realms/netbird/.well-known/openid-configuration": tls: failed to verify certificate: x509: certificate signed by unknown authority

Screenshots
image

Originally created by @AlfioSaitta on GitHub (Dec 15, 2023). **Describe the problem** Followed to the letter the guide to integrate Netbird with keycloak. But netbird can't download the OIDC configuration file from Keycloack when the file is more than available from the browser **docker-compose logs management:** management_1 | Error: failed reading provided config file: /etc/netbird/management.json: failed fetching OIDC configuration from endpoint https://[OBFUSCATED_DOMAIN]/realms/netbird/.well-known/openid-configuration Get "https://[OBFUSCATED_DOMAIN]/realms/netbird/.well-known/openid-configuration": tls: failed to verify certificate: x509: certificate signed by unknown authority **Screenshots** ![image](https://github.com/netbirdio/netbird/assets/10280718/9751fa3e-2850-430c-9b03-cd30b0d4db46)
saavagebueno added the waiting-feedbackconfig-issue labels 2025-11-20 05:13:31 -05:00
Author
Owner

@mlsmaycon commented on GitHub (Dec 18, 2023):

Hello @AlfioSaitta the issues seem to be related to a self-signed certificate on the keycloack side:

tls: failed to verify certificate: x509: certificate signed by unknown authority
@mlsmaycon commented on GitHub (Dec 18, 2023): Hello @AlfioSaitta the issues seem to be related to a self-signed certificate on the keycloack side: ``` tls: failed to verify certificate: x509: certificate signed by unknown authority ```
Author
Owner

@nazarewk commented on GitHub (Apr 17, 2025):

Closing this for lack of feedback/activity

@nazarewk commented on GitHub (Apr 17, 2025): Closing this for lack of feedback/activity
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/netbird#548