-
-
Notifications
You must be signed in to change notification settings - Fork 392
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
Issue on docs - SSO instructions do not seem to be working/fully documented #1052
Comments
Thanks for reporting. It appears we need some additional configuration options to set the path of the name property (and likely other properties such as email, image and also scope). I'll try to address this asap. |
I just configured Rallly 3.7.0 with OIDC against Keycloak and it works without any problems. |
Unfortunately, I wrote before that this problem was resolved. In fact, I answered in the wrong thread. This problem is still unsolved. :/ |
If the structure returned by your identity provider does not have name and email in the root then you will need to set the claim paths. Make sure you're running the latest version and check the OIDC configuration here: |
Thank you. I do bit know how I can find out the structure that is returned by my identity provider (cosmos cloud). The documentation regarding oidc is limited. Could you explain this to me, also his to adapt the claim paths following your example? This is missing in rally's documentation. |
Having the same issue. Set the following variables in Entra (using Office365): OIDC_CLIENT_ID: Application ID (Client), taken from Entra I checked and re-checked every single value. The discovery URL gets me a JSON, so that seems to work. I set the right scopes in Entra (email, profile, name). I even recreated the client secret, just to be sure I didn't have an copy-paste-error there. The client ID is most definitely correct. Still: I am not seeing an SSO button and have no clue why. I can only imagine that I need to configure some additional settings in Office365 that are not documented and I am thus not aware of. I tried using perplexity to figure it out and adjusted things like the token configuration ("name" is not listed in there, thus "preferred_username"), but nothing I did worked so far. BTW: I am using Coolify to host Rallly. |
Path: /self-hosting/single-sign-on
I just followed the existing documentation and tried to implement SSO for Rallly using cosmos server Link to its OIDC documentation as OIDC provider.
I followed the instructions and added into my docker env variables:
-OIDC_CLIENT_SECRET
After restarting the docker container, I do see the SSO button, pressing it opens my server's OIDC window. Pressing
OpenID Login
brings me back to the login screen, without being logged in.Attached you can see the logs of the Rallly container. The error stays the same even when passing my email address scope during the SSO.
The text was updated successfully, but these errors were encountered: