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
When creating auth0_connection with strategy waad the login button doesn't appear on login page until we go to auth0 dashboard and manually set "Display connection as a button" checkbox.
New or Affected Resource(s)
auth0_connection
Potential Terraform Configuration
resource"auth0_connection""aad" {
name="microsoft-azure-AD"strategy="waad"options {
waad_common_endpoint=falsetenant_domain="test.com"identity_api="microsoft-identity-platform-v2.0"client_id="asdfasdfafsd"client_secret="asfasdf"//something like following could be helpfuldisplay_connection_as_button=truedisplay_connection_as_button_label="Login with AD"display_connection_as_button_logo="https://my.domain/logo.png"
}
enabled_clients=[auth0_client.my_new_app.id]
}
References
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
From terraform-provider-auth0 created by smhamza24: alexkappa/terraform-provider-auth0#495
Description
When creating auth0_connection with strategy waad the login button doesn't appear on login page until we go to auth0 dashboard and manually set "Display connection as a button" checkbox.
New or Affected Resource(s)
Potential Terraform Configuration
References
Community Note
The text was updated successfully, but these errors were encountered: