Skip to content

Commit

Permalink
[Workplace Search] Add conditional props for Gmail (#94855)
Browse files Browse the repository at this point in the history
THis PR adds conditional query params that gmail sends when doing an oauth redirect.
  • Loading branch information
scottybollinger authored Mar 17, 2021
1 parent 3ec9a17 commit 74b6046
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -859,6 +859,10 @@ export function registerOauthConnectorParamsRoute({
kibana_host: schema.string(),
code: schema.maybe(schema.string()),
session_state: schema.maybe(schema.string()),
authuser: schema.maybe(schema.string()),
prompt: schema.maybe(schema.string()),
hd: schema.maybe(schema.string()),
scope: schema.maybe(schema.string()),
state: schema.string(),
oauth_token: schema.maybe(schema.string()),
oauth_verifier: schema.maybe(schema.string()),
Expand Down

0 comments on commit 74b6046

Please sign in to comment.