Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Request for adding Self-service SSO to the Python SDK #694

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

Open
5 tasks done
mjmartin opened this issue May 28, 2025 · 0 comments
Open
5 tasks done

Request for adding Self-service SSO to the Python SDK #694

mjmartin opened this issue May 28, 2025 · 0 comments
Labels
feature request A feature has been asked for or suggested by the community

Comments

@mjmartin
Copy link

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 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

@mjmartin mjmartin added the feature request A feature has been asked for or suggested by the community label May 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A feature has been asked for or suggested by the community
Projects
None yet
Development

No branches or pull requests

1 participant