marcellourbani / vscode_abap_remote_fs

Remote filesystem for ABAP systems
MIT License
170 stars 28 forks source link

How to use vscode abap remote fs with Single sign-on #186

Closed voidsteed closed 1 year ago

voidsteed commented 1 year ago

Hi,

My organization is using SSO and activate Secure Netowrk Communication and a list SAP servers showed up in my SAPGUI automatically. How do I use vscode_abap_remote_fs with this kind of server?

And I know Eclipse uses RFCs, and here is my setting in Eclipse: remoteserverquestion

Thank you!

marcellourbani commented 1 year ago

Hi Sadly this goes over HTTPS, not RFC The base url of your fiori apps should work, but the only sdo supported is OAUTH2 tokens, I only tested it with btp instances Marcello

On Thu, 17 Nov 2022, 06:19 Yujun, @.***> wrote:

Hi,

My organization is using SSO and activate Secure Netowrk Communication and a list SAP servers showed up in my SAPGUI automatically. How do I use vscode_abap_remote_fs with this kind of server?

And I know Eclipse uses RFCs, and here is my setting in Eclipse: [image: remoteserverquestion] https://user-images.githubusercontent.com/2634606/202354189-43f85f17-fc64-4bcb-9f34-9fcf945c961c.png

Thank you!

— Reply to this email directly, view it on GitHub https://github.com/marcellourbani/vscode_abap_remote_fs/issues/186, or unsubscribe https://github.com/notifications/unsubscribe-auth/AASW6HKF7JTYF6PKBCDC6N3WIWW6ZANCNFSM6AAAAAASC566NQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marcellourbani commented 1 year ago

Actually, now that I think about, in Issue #185 @andwehrm proposed a workaround

voidsteed commented 1 year ago

Thanks, @marcellourbani. I will take a look and try it out