v2.1.0 brings BTP auth with SAP passport #654
vobu
announced in
Announcements
Replies: 1 comment
-
We missed something in the current release, if you want to try the new feature use the version v2.1.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If a UI5 app on BTP uses the default SAP Cloud Identity Service, authentication happens with Universal ID that sometimes asks to solve a Captcha in addition to username/pwd. This breaks automated testing as auto-solving Captchas via remote controlled browser is not (and also must not!) be possible.
v2.1.0
mitigates that with the help of SAP passport - that certificate can be used to authenticate against SAP Cloud Identity Service on BTP, w/o username and password, and any Captcha obstacles.Docs are here: https://ui5-community.github.io/wdi5/#/authentication?id=sap-btp-with-client-certificate-authentication
Gist:
wdi5
aware of the cert location and passphrase in the config.All Kudos for this go to @marianfoo 🎉 🙇
Beta Was this translation helpful? Give feedback.
All reactions