mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-03 00:40:25 +02:00
google: fix default provider URL (#1928)
This commit is contained in:
parent
a4e1ae8db0
commit
03d8ffaee2
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ const (
|
|||
)
|
||||
|
||||
const (
|
||||
defaultProviderURL = "https://www.googleapis.com/admin/directory/v1/"
|
||||
defaultProviderURL = "https://www.googleapis.com/"
|
||||
)
|
||||
|
||||
type config struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue