-
Notifications
You must be signed in to change notification settings - Fork 58
Description
As a developer working with SAP systems through VS Code,
I want to authenticate using Single Sign-On (SSO),
so that I can securely and seamlessly connect to SAP environments without managing passwords locally
Description
The purpose of this feature is to enable Single Sign-On (SSO) support in the Connection Manager for SAP Systems extension within Visual Studio Code.
Currently, the extension only supports username/password authentication, which introduces security, usability, and compliance concerns in environments that enforce modern authentication standards..
Technical Design
What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I am a user of the Connection Manager for SAP Systems extension in VS Code ...
when I create or open a connection configured to use SSO ...
then the extension should authenticate me using my corporate identity provider without requiring a username/password.
Notes
Tasks
- Unit Tests added
- Test Cases defined