You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried everything, but I can't get OIDC to work on my Harbor. I use Keycloak with all other apps like ArgoCD, Vault, Grafana, etc., but it doesn't work with Harbor.
The text was updated successfully, but these errors were encountered:
@marcossilvestrini
I think the error message is clear Invalid client or Invalid client credentials
Please double-check the client ID and client secret is correct.
I've tried everything, but I can't get OIDC to work on my Harbor. I use Keycloak with all other apps like ArgoCD, Vault, Grafana, etc., but it doesn't work with Harbor.
This is likely b/c they are using different clients and you misconfigured in Harbor.
@reasonerjt
Obviously I got client id and secret... unnecessary comment given all the context I went through. As for the "Invalid client or Invalid client credentials" message, you're wrong if you think it's "Clear"...it's as generic as the available TEST OIDC SERVER (I believe it doesn't validate anything credentials of oidc client). You should have observed the logs I sent...it has a lot of interesting things that could help us discover...alias with the same client id and secret I can negotiate the token through curl. If you don't want to help ok, now avoid unnecessary comments.
By the way... the oidc server test is successful... does this validate as credentials?
I'm having trouble using Keycloak as authentication in my Harbor.
I deployed it with this values(chart release: 1.16.0):
My harbor oidc configurations:
OIDC Provider Name keycloak OIDC Endpoint https://keycloak.local/realms/production OIDC Client ID harbor OIDC Client Secret foobarbeer OIDC Scope openid,profile,email,offline_access Verify Certificate true
My keycloak client:
Firefox error 400 :
'oauth2: "unauthorized_client" "Invalid client or Invalid client credentials"'
url:
Test with curl(I modify keycloak client, parameter Use refresh tokens for this test):
Payload result:
access_token decrypted:
harbor-core logs:
keycloak logs:
I've tried everything, but I can't get OIDC to work on my Harbor. I use Keycloak with all other apps like ArgoCD, Vault, Grafana, etc., but it doesn't work with Harbor.
The text was updated successfully, but these errors were encountered: