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
Copy file name to clipboardExpand all lines: pkg/oidc/oidc.go
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ type Config struct {
14
14
IssuerURLstring`long:"issuer-url" description:"IdP Issuer URL to be contacted" default:"https://accounts.google.com"`
15
15
ClientIDstring`long:"client-id" required:"yes" description:"Client ID to be used"`
16
16
ClientSecretstring`long:"client-secret" required:"yes" description:"Client Secret to be used"`
17
+
RedirectURLstring`long:"redirect-url" description:"Redirect URL to be communicated to the IdP (needs to indicate \"out of band\")" default:"urn:ietf:wg:oauth:2.0:oob"`
0 commit comments