You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,36 @@ The callback will get invoked when the user returns to your application. There a
288
288
289
289
If the `returnTo` URL is not found in the **Allowed Logout URLs** of your Auth0 Application, the server will not make the redirection and the browser will remain open.
290
290
291
+
### Trusted Web Activity (Experimental Release)
292
+
293
+
> **⚠️ Warning:** Trusted Web Activity support in Auth0.Android is still experimental and can change in the future.
294
+
>
295
+
> Please test it thoroughly in all the targeted browsers and OS variants and let us know your feedback.
296
+
297
+
Trusted Web Activity is a feature provided by some browsers to provide a native look and feel.
298
+
299
+
<palign="center">
300
+
<img width="500" alt="Trusted Web Activity" src="https://github.com/auth0/Auth0.Android/assets/15910425/0be50959-e7e9-4a41-a99c-4c4c377e1faa">
301
+
</p>
302
+
303
+
To use this feature, there are some additional steps you must take:
304
+
305
+
- We need the SHA256 fingerprints of the app’s signing certificate. To get this, you can run the following command on your APK:
306
+
```shell
307
+
keytool -printcert -jarfile sample-debug.apk
308
+
```
309
+
- The fingerprint has to be updated in the [Auth0 Dashboard](https://manage.auth0.com/dashboard/eu/poovamraj/applications) under
0 commit comments