Skip to content

Commit

Permalink
[Workplace Search] Add conditional props for Gmail (#94855) (#94871)
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.

Co-authored-by: Scotty Bollinger <[email protected]>
  • Loading branch information
kibanamachine and scottybollinger authored Mar 18, 2021
1 parent ad36e8c commit 4215631
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 4215631

Please sign in to comment.