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