spantaleev commented on issue #2895: URL: https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1935803330
I needed this for a project, so I worked on a fix in the [fix-sso](https://github.com/devture/apisix-dashboard/tree/fix-sso) branch of my fork, which is based on current `master` (currently ad697c643908faf99fb33a0970f6d95573fcca87). I've published a prebuilt container image for `amd64` here: https://hub.docker.com/r/devture/apisix-dashboard (`docker.io/devture/apisix-dashboard:sso-fixes`). As the commit message for https://github.com/devture/apisix-dashboard/commit/6ebb212eef5ad42df05dfaa873a92a7b5bc115df says, no auto-detection for OIDC support is done yet, so the **SSO via OIDC** tab always appears on the login page. This is fine for those of us currently affected by this issue, but additional work needs to be done before this can land into `master`. ------ If this approach to fixing the SSO issue seems in line with what the APISIX Dashboard team envisions, I may be able to spend a little more time on it and prepare my patches for getting upstreamed. If anyone else would like to pick my fork/branch up and finish off the remaining work (e.g. auto-detection / auto-configuration of the login page based on the enabled/supported login methods), please go ahead! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
