-
Notifications
You must be signed in to change notification settings - Fork 174
Closed as duplicate of#638
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community
Description
Checklist
- I have looked into the Readme and Examples, and have not found a suitable solution or answer.
- I have looked into the API documentation and have not found a suitable solution or answer.
- I have searched the issues and have not found a suitable solution or answer.
- I have searched the Auth0 Community forums and have not found a suitable solution or answer.
- I agree to the terms within the Auth0 Code of Conduct.
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 a self-service profile by ID
Delete a self-service profile by ID
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
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
Metadata
Metadata
Assignees
Labels
feature requestA feature has been asked for or suggested by the communityA feature has been asked for or suggested by the community