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
Hi there, I have looked at the API documentation and found a suitable solution or answer. But this is just a kind request for the team to add the POST /v2/self-service-profiles/{id}/sso-ticket etc endpoints, it would be really helpful as we like talking to Auth0 via the Python SDK rather than using stuff like requests etc.
Workaround is of course to us one's favourite HTTP client and talk to the Auth0 Management REST API, which is okay but we'd prefer to see it in the Python SDK.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
Hi there, I have looked at the API documentation and found a suitable solution or answer. But this is just a kind request for the team to add the POST /v2/self-service-profiles/{id}/sso-ticket etc endpoints, it would be really helpful as we like talking to Auth0 via the Python SDK rather than using stuff like requests etc.
Describe the ideal solution
Implementing:
Get self-service profiles
Create a self-service profile
Get a self-service profile by ID
Delete a self-service profile by ID
Update a self-service profile
Get custom text for a self-service profile
Set custom text for a self-service profile
Create an SSO-access ticket to initiate the self-service SSO flow
Revoke an SSO access ticket
Alternatives and current workarounds
Workaround is of course to us one's favourite HTTP client and talk to the Auth0 Management REST API, which is okay but we'd prefer to see it in the Python SDK.
Additional context
No response
The text was updated successfully, but these errors were encountered: