-
-
Notifications
You must be signed in to change notification settings - Fork 90
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
GitLab's OAuth2.0 white screen after sign in #408
Comments
Hi IIPOCTAK! 👋 Welcome, and thank you for opening your first issue in the repo! Please wait for triaging by our maintainers. As development is carried out in our spare time, you can support us by sponsoring our activities or even funding the development of specific issues. If you plan to raise a PR for this issue, please take a look at our contributing guide. |
Hi, can you check browser's dev console for errors and/or failed network requests? |
Further user feedback is requested. Please reply within 7 days or we might close the issue. |
@Haarolean Sure. There are only success codes (here I refreshed the page with white screen): |
Thanks for the additional feedback! We'll get back to your issue soon. |
And the other one please, JS errors in the console. |
@Haarolean here it is: |
Yeah, right now everything is working properly. Thank you! |
Issue submitter TODO list
main
-labeled docker image and the issue still persists thereDescribe the bug (actual behavior)
When GitLab's sign in is complete entire screen is white
Expected behavior
I should see UI tab
Your installation details
We are using GitLab as OAuth provider for some applications, kafka-ui in the list.
Our configuration is:
Steps to reproduce
Deploy application using helm chart and setup GitLab OAuth2
Screenshots
Logs
In the log I see successful login:
DEBUG [reactor-http-nio-3] i.k.u.s.r.e.OauthAuthorityExtractor: Token's groups: []
DEBUG [reactor-http-nio-3] i.k.u.s.r.e.OauthAuthorityExtractor: Matched roles: [admins]
With
debug: on
:DEBUG [reactor-http-nio-3] o.s.s.w.s.c.WebSessionServerSecurityContextRepository: Found SecurityContext 'SecurityContextImpl [Authentication=OAuth2AuthenticationToken [Principal=RbacOidcUser[user=Name: [], Granted Authorities: [[OIDC_USER, SCOPE_openid, SCOPE_profile]], User Attributes: [{sub=19, groups_direct=[], profile=https:///, iss=https://, groups=[], preferred_username=, https://gitlab.org/claims/groups/owner=[], nonce=, picture=https:///uploads/-/system/user/avatar/19/avatar.png, aud=[], auth_time=, name=, nickname= sub_legacy=, exp=, iat=}], groups=[admins]], Credentials=[PROTECTED], Authenticated=true, Details=null, Granted Authorities=[OIDC_USER, SCOPE_openid, SCOPE_profile]]]' in WebSession: 'org.springframework.web.server.session.InMemoryWebSessionStore$InMemoryWebSession@1ecb2f6'
Additional context
Helm values:
Note: Without rbac section (only when auth is present) I can login without any problem and see all pages.
The text was updated successfully, but these errors were encountered: