-
I am working on setting up an EntraID SSO to Cyberduck and my security team is asking why there is the need for this set of permissions: This is a permission requested to access your data in [redacted]." This seems a little excessive. Can anyone shed light on this? I have not been able to email the support team at Cyberduck. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The offline_access scope 1 is required to obtain a refresh token. Otherwise, the user would need to start a new OAuth flow every time when connecting. Footnotes |
Beta Was this translation helpful? Give feedback.
The offline_access scope 1 is required to obtain a refresh token. Otherwise, the user would need to start a new OAuth flow every time when connecting.
Footnotes
https://learn.microsoft.com/en-us/entra/identity-platform/scopes-oidc#the-offline_access-scope ↩