-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat(auth): new auth with cert service #649
base: main
Are you sure you want to change the base?
Conversation
fd67a0b
to
edf2d82
Compare
b12cc11
to
19496ca
Compare
19496ca
to
4841e94
Compare
4841e94
to
09deac8
Compare
09deac8
to
4aff5ae
Compare
4aff5ae
to
d7baf55
Compare
e0ed1c0
to
d7baf55
Compare
This automation done in |
I haven't seen any example of it. Can you show me a demo or documentation ? |
@marianfoo sorry I was a bit to quick to judge here. It is currently not as easy to do it with WebDriver. |
@christian-bromann |
first PoC to authenticate with a SAP Passport Certificate to BTP using playwright and abstraction package
playwright-client-certificate-login
currently, to make this work, put pfx file to folder
ui5-ts-app
and rename it to sap.pfx and put your passphrase to in the CertAuthenticator.ts and runnpm run authentication:btp
.This is just a PoC, needs better testing cases and proper config handling in the
CertAuthenticator.ts
.Still work to do but it works locally, should also work on pipelines