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)