feat: add support of hd auth parameter to work with G Suite domains (#4010)

* Add support of hd google auth parameter - to work with G Suite domains

* Style-fix

* fix: google auth hostedDomain hint

Co-authored-by: Nicolas Giard <github@ngpixel.com>
This commit is contained in:
Denis
2021-05-25 01:04:11 +03:00
committed by GitHub
parent 2ffeaed0d6
commit ee8006892e
2 changed files with 36 additions and 20 deletions

View File

@@ -22,3 +22,8 @@ props:
title: Client Secret
hint: Application Client Secret
order: 2
hostedDomain:
type: String
title: Hosted Domain
hint: (optional) Only for G Suite hosted domain. Leave empty otherwise.
order: 3