Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support "Federation Metadata" for ADFS connection #454

Closed
1 task done
SimonG-Kontentai opened this issue Jan 30, 2023 · 1 comment
Closed
1 task done

Support "Federation Metadata" for ADFS connection #454

SimonG-Kontentai opened this issue Jan 30, 2023 · 1 comment
Labels
🌱 feature New feature or request

Comments

@SimonG-Kontentai
Copy link

Checklist

Describe the problem you'd like to have solved

auth_connection for ADFS connection only supports using adfs_server, but Auth0 has a second option -> using Federation Metadata
image

Describe the ideal solution

Option to use the Federation Metadata file instead of adfs_server.

Alternatives and current workarounds

Maybe I could use "metadata_xml", but if I define a value for this property, I get "Error: 400 Bad Request: missing federation metadata url"

metadata_url (String) The URL of the SAML metadata document.
metadata_xml (String) The XML content for the SAML metadata document.

Additional context

https://community.auth0.com/t/create-adfs-connection-with-federation-metadata-file-using-auth0-terraform-provider/90055/1

@sergiught
Copy link
Contributor

Hey @SimonG-Kontentai 👋🏻 this is now available in the latest release. https://github.com/auth0/terraform-provider-auth0/releases/tag/v0.43.0 You can now use the fed_metadata_xml option to set the metadata directly for adfs connections.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🌱 feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants