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 #330

Closed
BilelAouiss opened this issue Feb 11, 2021 · 5 comments
Closed

auth0_connection with google-apps strategy #330

BilelAouiss opened this issue Feb 11, 2021 · 5 comments

Comments

@BilelAouiss
Copy link

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!

@ns0092
Copy link

ns0092 commented Feb 16, 2021

Facing the same problem. Any solution for this?

@BilelAouiss
Copy link
Author

No solution right now!!

@zzarkouna
Copy link

Facing the same problem :/

@vandevusse
Copy link
Contributor

Hopefully this is fixed with PR at #398 🙏

@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

5 participants