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

Add native_social_login option to auth0_client #488

@ca-simone-chiorazzo

Description

@ca-simone-chiorazzo

Description

Auth0 has 2 toggles that enable the native social login for Apple and Facebook social login. These toggles can't be managed atm with the Terraform provider

This is how should be configured via Auth0 APIs

  "native_social_login": {
    "apple": {
      "enabled": true
    },
    "facebook": {
      "enabled": true
    }
  },

New or Affected Resource(s)

  • auth0_client

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions