Replies: 2 comments 1 reply
-
Hi, we use our custom configuration properties for authentication (mostly), so they don't start with spring.* unlike in your example. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @Haarolean that helped a lot. Can I suggest for the SSO Guide to be updated, as it still mentions some docker environment variables that start with SPRING_* Otherwise, for other who are trying to do the same I'll share my docker environment variables I ended up using here:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to integrate kafka-ui to my company's SSO.
I have started by following the guide here
And I have used the following parameters in my docker-compose file:
Note that I'm certain of the Issuer URI, since when I append ".well-known/openid-configuration" to it and paste in a browser I get the expected Json document.
I'm also certain of the client ID setup and the client secret (i've set them up myself in the SSO provider).
When I use these parameters however I have an error "registrations cannot be null or empty"
Error.log
I have read through the issues already posted about this and in particular this one
So I have tried to implement some more properties like the ones below
(once again, all these URI have been double-checked)
Without success (same error).
I have also tried to set other "SPRING_SECURITY_OAUTH2_CLIENT" variables based on the Spring documentation
Without success (same error).
Not sure if you are going to be able to help...
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions