File tree 1 file changed +8
-2
lines changed
1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,20 @@ Once you have a new OAuth client application configured, Immich can be configure
67
67
| Client Secret | string | (required) | Required. Client Secret (previous step) |
68
68
| Scope | string | openid email profile | Full list of scopes to send with the request (space delimited) |
69
69
| Signing Algorithm | string | RS256 | The algorithm used to sign the id token (examples: RS256, HS256) |
70
- | Storage Label Claim | string | preferred_username | Claim mapping for the user's storage label |
71
- | Storage Quota Claim | string | immich_quota | Claim mapping for the user's storage |
70
+ | Storage Label Claim | string | preferred_username | Claim mapping for the user's storage label** ¹ ** |
71
+ | Storage Quota Claim | string | immich_quota | Claim mapping for the user's storage** ¹ ** |
72
72
| Default Storage Quota (GiB) | number | 0 | Default quota for user without storage quota claim (Enter 0 for unlimited quota) |
73
73
| Button Text | string | Login with OAuth | Text for the OAuth button on the web |
74
74
| Auto Register | boolean | true | When true, will automatically register a user the first time they sign in |
75
75
| [ Auto Launch] ( #auto-launch ) | boolean | false | When true, will skip the login page and automatically start the OAuth login process |
76
76
| [ Mobile Redirect URI Override] ( #mobile-redirect-uri ) | URL | (empty) | Http(s) alternative mobile redirect URI |
77
77
78
+ :::note Claim Options [ 1]
79
+
80
+ Claim is only used on user creation and not synchronized after that.
81
+
82
+ :::
83
+
78
84
::: info
79
85
The Issuer URL should look something like the following, and return a valid json document.
80
86
You can’t perform that action at this time.
0 commit comments