docs: update google oauth examples (#12162)

* Small update on oauth.md for Google Authn

* Replace "demo" with "example" to be consistent with other example
This commit is contained in:
Marco Malavolti 2024-08-31 19:33:17 +02:00 committed by GitHub
parent 67468ea367
commit 6bfe54788f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -155,8 +155,8 @@ Configuration of Authorised redirect URIs (Google Console)
Configuration of OAuth in Immich System Settings Configuration of OAuth in Immich System Settings
| Setting | Value | | Setting | Value |
| ---------------------------- | ------------------------------------------------------------------------------------------------------ | | ---------------------------- | ---------------------------------------------------------------------------------------------------- |
| Issuer URL | [https://accounts.google.com](https://accounts.google.com) | | Issuer URL | `https://accounts.google.com` |
| Client ID | 7\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***vuls.apps.googleusercontent.com | | Client ID | 7\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***vuls.apps.googleusercontent.com |
| Client Secret | G\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***OO | | Client Secret | G\***\*\*\*\*\*\*\***\*\*\***\*\*\*\*\*\*\***OO |
| Scope | openid email profile | | Scope | openid email profile |
@ -168,7 +168,7 @@ Configuration of OAuth in Immich System Settings
| Auto Register | Enabled (optional) | | Auto Register | Enabled (optional) |
| Auto Launch | Enabled | | Auto Launch | Enabled |
| Mobile Redirect URI Override | Enabled (required) | | Mobile Redirect URI Override | Enabled (required) |
| Mobile Redirect URI | [https://demo.immich.app/api/oauth/mobile-redirect](https://demo.immich.app/api/oauth/mobile-redirect) | | Mobile Redirect URI | `https://example.immich.app/api/oauth/mobile-redirect` |
</details> </details>