mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
fix: docs oauth formatting issue (#12272)
This commit is contained in:
parent
48da4c9317
commit
b6cad7715f
1 changed files with 15 additions and 15 deletions
|
@ -154,21 +154,21 @@ 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` |
|
| 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 |
|
||||||
| Signing Algorithm | RS256 |
|
| Signing Algorithm | RS256 |
|
||||||
| Storage Label Claim | preferred_username |
|
| Storage Label Claim | preferred_username |
|
||||||
| Storage Quota Claim | immich_quota |
|
| Storage Quota Claim | immich_quota |
|
||||||
| Default Storage Quota (GiB) | 0 (0 for unlimited quota) |
|
| Default Storage Quota (GiB) | 0 (0 for unlimited quota) |
|
||||||
| Button Text | Sign in with Google (optional) |
|
| Button Text | Sign in with Google (optional) |
|
||||||
| 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://example.immich.app/api/oauth/mobile-redirect` |
|
| Mobile Redirect URI | `https://example.immich.app/api/oauth/mobile-redirect` |
|
||||||
|
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue