Skip to content

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

Duplicate of#638
@mjmartin

Description

@mjmartin

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

Activity

added
feature requestA feature has been asked for or suggested by the community
on May 28, 2025
kishore7snehil

kishore7snehil commented on Jun 4, 2025

@kishore7snehil
Contributor

@mjmartin A PR is already up and is under review. Feel free to add your review as well and I can close this issue out (as this is a duplicate issue).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature requestA feature has been asked for or suggested by the community

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @mjmartin@kishore7snehil

        Issue actions

          Request for adding Self-service SSO to the Python SDK · Issue #694 · auth0/auth0-python