You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my set-up, I have Velociraptor served under /vraptor and Dex served under /auth. NginX takes care of serving the requests to the correct back-end. (Dex is an OIDC IdP written in Go).
There is no indication of an error in the OIDC configuration, neither trough the GUI nor through the logs.
If there is something broken with the OIDC IdP (either because of the configuration of Velociraptor or because of the features supported by the IdP), there should at least be an indicative message in the logs.
The text was updated successfully, but these errors were encountered:
Can you please test this configuration with the latest ci build? There have been some changes related to base path handling which might be broken in 0.73.3
In my set-up, I have Velociraptor served under /vraptor and Dex served under /auth. NginX takes care of serving the requests to the correct back-end. (Dex is an OIDC IdP written in Go).
Velociraptor configuration is as follow :
The IDP respond properly at https://host.domain.tld/auth/.well-known/openid-configuration
But velociraptor never tries to reach the OIDC
authorization_endpoint
URL. When clicking on "Sign in with Generic OIDC Connector" on page https://host.domain.tld/vraptor/app/index.html , the url requested is https://host.domain.tld/vraptor/vraptor/auth/oidc/login which directly 302-redirects to /vraptor/app/index.html .There is no indication of an error in the OIDC configuration, neither trough the GUI nor through the logs.
If there is something broken with the OIDC IdP (either because of the configuration of Velociraptor or because of the features supported by the IdP), there should at least be an indicative message in the logs.
The text was updated successfully, but these errors were encountered: