Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

auth0_connection with google-apps strategy #328

Closed
BilelAouiss opened this issue Feb 8, 2021 · 3 comments
Closed

auth0_connection with google-apps strategy #328

BilelAouiss opened this issue Feb 8, 2021 · 3 comments

Comments

@BilelAouiss
Copy link

BilelAouiss commented Feb 8, 2021

resource "auth0_connection" "my_connection" {
name = "my_connection"
strategy = "google-apps"
is_domain_connection = false

options {
allowed_audiences = ["myDomain.com"]
scopes = ["email", "profile"]
api_enable_users = true
domain = "myDomain.com"
tenant_domain ="myDomain.com"
}
}

But i get : 400 Bad Request: undefined is not a valid google apps domain.

Here domain and tenant_domain are ignored!

@vandevusse
Copy link
Contributor

Hopefully this is fixed with PR at #398 🙏

@multani
Copy link

multani commented Dec 15, 2021

Duplicates of #330

@sergiught
Copy link
Collaborator

This should now be fixed, closing this PR as such. Feel free to reopen in case of need.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants