🐛 Throw exception on S3 writing error (#358)

This commit is contained in:
Anton Shepilov
2024-02-05 23:53:59 +01:00
committed by GitHub
parent e63ad92f6b
commit a6ced0d615
2 changed files with 3 additions and 3 deletions
@@ -53,7 +53,7 @@ export default class OIDCAuthProviderService
redirect_uri: getAsFrontUrl(OIDC_CALLBACK_URL),
response_type: 'code',
response_mode: 'query',
scope: 'openid profile email address phone offline_access',
scope: 'openid profile email address phone offline_access applications',
post_logout_redirect_uri: getAsFrontUrl(OIDC_SIGNOUT_URL),
silent_redirect_uri: getAsFrontUrl(OIDC_SILENT_URL),
automaticSilentRenew: false,