Skip to content

Q LSP Auth: Add API that returns a profile by name with its linked sso session #946

@opieter-aws

Description

@opieter-aws

Is your feature request related to a problem? Please describe.

To migrate Auth from VSCode to the LSP Identity Server, we need a function that returns a profile by name along with its linked sso session. This API does currently not exist on the Identity Server. Our understanding is that this functionality is required for all IDEs.

Describe the solution you'd like

An API in the LSP Identity Server that takes a profileName as input, and returns the profile and linked sso session.

Describe alternatives you've considered

We currently implement the functionality itself, which every IDE would have to do. This API would avoid the code duplication across all IDEs.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions