Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use SAML SSO token instead of credentials #100

Open
mdusane opened this issue Jul 25, 2024 · 1 comment
Open

Use SAML SSO token instead of credentials #100

mdusane opened this issue Jul 25, 2024 · 1 comment

Comments

@mdusane
Copy link

mdusane commented Jul 25, 2024

Hello there,
Is there any way to use/pass SAML SSO token instead of user credentials?

@tom-j-irvine
Copy link

tom-j-irvine commented Jul 25, 2024

There are some ways to authenticate without user/pass, but the bad news is you are constrained by the proprietary SAP RFC protocol, so don't expect it to be easy. Depending on your exact requirements/implementation, you'll just be providing different parameters in your connection string to make it work. Generally speaking, you'll find most of the documentation under RFC SNC (secure network communication).

Probably the best examples I have found are here: https://sap.github.io/PyRFC/authentication.html

This is actually for a python RFC wrapper, but it is wrapping the same RFC SDK as SapNwRfc. So, in theory, you would provide similar configuration and get the same results.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants