You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.
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!
The text was updated successfully, but these errors were encountered: