-
Notifications
You must be signed in to change notification settings - Fork 117
Document resigning fingerprint for external services #3220
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -52,6 +52,17 @@ | |||||
| [Biometrics Interception](/mobile-apps/features/biometric-authentication/) | Enable/disable Biometrics Interception. Enabling allows you to choose authentication options if your mobile app requires a biometric authentication, such as fingerprint or face recognition on Android, and Face ID or Touch ID on iOS.<br/> This setting is disabled by default for iOS apps. | | ||||||
| Group Folder Redirect <br/><p><span className="sauceGreen">iOS Only</span></p> | Enable/disable a group directory redirect. Enabling allows you to use your app's private app container directory instead of the shared app group container directory. When your app gets resigned, the shared directory is not accessible. | | ||||||
|
||||||
##### Android App Resigning and Certificate Fingerprint | ||||||
Check warning on line 55 in docs/mobile-apps/live-testing/live-mobile-app-testing.md
|
||||||
When resigningEnabled is set to true (which is required for instrumentation features), Sauce Labs resigns your application. This re-signing process changes the app's signing certificate. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. In the table above it's not called
Suggested change
|
||||||
|
||||||
If your application uses services that rely on the app's signing certificate fingerprint (e.g., "Sign In With Google"), these services will only work correctly if the new signing certificate's fingerprint is registered with the respective service provider. You will need to add the Sauce Labs signing certificate fingerprint to your service's configuration (e.g., in your Google Cloud Project for "Sign In With Google"). | ||||||
|
||||||
The SHA1 fingerprint of the signing certificate used by Sauce Labs for resigning is: | ||||||
|
||||||
``` | ||||||
A9:09:F1:59:45:35:08:C2:D8:52:6B:87:32:F6:75:D2:82:36:86:19 | ||||||
``` | ||||||
|
||||||
#### Device Settings | ||||||
|
||||||
| Setting | Description | | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess we can remove one level from all headings in here since there is no
H1
, we start withH2
for some reason 😕