Jascha Beste
Jascha Beste
I think I'm also using an older version of spring ldap. And I found this bug that might be related got recently fixed? https://github.com/spring-projects/spring-ldap/issues/446 Maybe you know the terminology in...
Okay I've merged a dependency update, wasn't quite as straightforward but should work now. I still doubt that fixes our issue but maybe worth a shot anyway. I also saw...
Hey @niklju, that seems like a pretty decent workaround. I don't think there is much more you could have done on your side to debug this, it's likely that my...
Any OIDC compatible Auth provider should work. The error mentions that the redirect url kviklet is sending is not configured on the jumpcloud server. Did you ensure this is configured...
If you have set: `KVIKLET_IDENTITYPROVIDER_TYPE=jumpcloud` that should be the correct redirect url yes. Is there anything else that could be special about jumpcloud?
Kviklet will always request these 3 scopes: "openid", "email", "profile" So although that's not mentioned in the error message you probably have to add profile to your oauth client. Other...
You should btw see the redirect url that Kviklet generates in the URL bar as a Parameter when it directs you to jumpcloud to authenticate. So that should help figure...
Look at the redirect_uri param of the link you sent. The http:// on port 443 seems odd to me but is that what you configured in jumpcloud?
On your picture you have https:// and no port specified which defaults to 443, but I am pretty sure that's not the same as http via port 443, so it...
there is no configuration this redirect url is inferred from headers. But you can allow the resulting url in jumpcloud.