I deployed Rancher 2.9.2 to support Generic OIDC u...
# general
f
I deployed Rancher 2.9.2 to support Generic OIDC using a private Gitlab server How to configure OIDC to work with GitLab? After struggling sometime, I got an error on GitLab authentication pop-up => “The requested scope is invalid, unknown, or malformed.” In fact, after copy/paste, the URL from this pop-up and fixed the scope part to put only “openid”, it’s seems to work. So scopes are malformed in this URL, because spaces aren’t escaped. See the generated URL below
Copy code
...verify-auth&scope=openid profile email&state=...