-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Docs for OIDC #2209
Comments
+1 I was trying to connect listmonk to keycloak and while I was getting some problems I decided to check the docs just to find out there's no docs related to OIDC :) |
Hi @jtagcat. That section only describes the limited TOML and env configuration. The rest of the settings are managed via the admin UI. |
I've also tried to configure OIDC via WebUI in listmonk v4.1.0 but it doesn't redirect to my keycloak instance during login. So what exactly needs to be set as OIDC Provider-URL when using keycloak in the background? I've tried
When clicking the login button there's no redirect of the browser appearing, but the following error is shown on the login page error exchanging token: Post "": unsupported protocol scheme "" The log states : auth.go:97: error initializing OIDC OAuth provider: 404 Not Found: {"error":"Unable to find matching target resource method"} |
I did a web search on "Unable to find matching target resource method" there were some hints. Perhaps there's a clue there?
Did a bit of digging and this would be the correct provider URL for KeyCloak. However:
This should actually be |
I've faced "unsupported protocol scheme" error too. UPD: Finally got it to work. |
https://listmonk.app/docs/configuration/ does not list OIDC support. I thought listmonk doesn't support it.
edit: unsubscribing since this turned in to a support ticket
The text was updated successfully, but these errors were encountered: