We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to connect to keycloak using the following provider below but I got unable to find matching targe
{ "providers": [ { "id": "keycloak", "label": "Keycloak SSO Login", "provider": "keycloak", "params": { "site": "http://xxxxxxxxxxx:8080/auth/realms/xxxx", "clientId": "xxxxxxxxxx", "clientSecret": "xxxxxxxxx", "callbackUrl": "http://localhost:9339/keycloak", "fields": { "username": "/preferred_username" }, "scopes": ["openid"] } } ] }
The text was updated successfully, but these errors were encountered:
can you provide a minimal reproducible example? how did you start keycloak?
Sorry, something went wrong.
It seems like they dropped the /auth from the .well-known URLs. So try removing it and doing the same flow again. Also you are missing some fields.
/auth
I will close this one due to inactivity. You can reopen the issue if you tried the above step and it still didn't work.
No branches or pull requests
I tried to connect to keycloak using the following provider below but I got unable to find matching targe
The text was updated successfully, but these errors were encountered: