- RedirectURI string `long:"oidc-redirect-uri" description:"Redirection URI to which the response to OIDC authentication request will be sent. If configured, it must end with '/oidc/callback' path. Example: 'https://example.org:1234/stork/oidc/callback'. If left empty, Stork will try to construct this URI by joining Stork server address (scheme+host+port+rest-base-url setting) with '/oidc/callback' path. It is useful when Stork UI is behind a Reverse Proxy and the UI is served under a different URL than Stork server." env:"STORK_OIDC_REDIRECT_URI" default:""`
0 commit comments