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
I'd like to be able to read SCIM Endpoint URL and also generate Bearer token so that I could use that information to configure Azure application using Terraform as well. Currently these steps have to be performed manually.
Describe the ideal solution
auth0_connection_scim_configuration resource could expose SCIM Endpoint URL (ex.: auth0_connection_scim_configuration.endpoint_url).
New resource created for generating SCIM Bearer token (ex.: auth0_connection_scim_token)
Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
I'd like to be able to read SCIM Endpoint URL and also generate Bearer token so that I could use that information to configure Azure application using Terraform as well. Currently these steps have to be performed manually.
Describe the ideal solution
auth0_connection_scim_configuration
resource could expose SCIM Endpoint URL (ex.:auth0_connection_scim_configuration.endpoint_url
).auth0_connection_scim_token
)Alternatives and current workarounds
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: