Runawaytrain
CCoder.com
•Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
It looks like this might be the line that generates the redirect url using
CODER_ACCESS_URL
https://github.com/coder/coder/blob/main/cli/server.go#L1338 replies
CCoder.com
•Created by Runawaytrain on 1/16/2025 in #help
Need different OIDC redirect URL from the `CODER_ACCESS_URL`
To add a little bit more, I need OIDC login button send the user to
/api/v2/users/oidc/callback?redirect=%2Fworkspaces
which returns the built OIDC url with redirect_uri
with value CODER_ACCESS_URL
. I need to modify the value the api returns8 replies