"oauth": {
"autoLaunch": true,
"autoRegister": true,
"buttonText": "Login",
"clientId": "immich",
"clientSecret": "<redacted>",
"defaultStorageQuota": 0,
"enabled": true,
"issuerUrl": "https://auth.<mydomain>/.well-known/openid-configuration",
"mobileOverrideEnabled": false,
"mobileRedirectUri": "",
"profileSigningAlgorithm": "none",
"roleClaim": "immich_role",
"scope": "openid email profile",
"signingAlgorithm": "RS256",
"storageLabelClaim": "preferred_username",
"storageQuotaClaim": "immich_quota",
"timeout": 30000,
"tokenEndpointAuthMethod": "client_secret_post"
},
"oauth": {
"autoLaunch": true,
"autoRegister": true,
"buttonText": "Login",
"clientId": "immich",
"clientSecret": "<redacted>",
"defaultStorageQuota": 0,
"enabled": true,
"issuerUrl": "https://auth.<mydomain>/.well-known/openid-configuration",
"mobileOverrideEnabled": false,
"mobileRedirectUri": "",
"profileSigningAlgorithm": "none",
"roleClaim": "immich_role",
"scope": "openid email profile",
"signingAlgorithm": "RS256",
"storageLabelClaim": "preferred_username",
"storageQuotaClaim": "immich_quota",
"timeout": 30000,
"tokenEndpointAuthMethod": "client_secret_post"
},