From 4cfcfafcacc343825598f245bf20997fb5ca3ab8 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Fri, 11 Aug 2023 15:37:22 +0200 Subject: [PATCH 1/2] Add connection profile to authenticate to S3 with Azure AD. --- ...(Azure AD) OpenID Connect.cyberduckprofile | 55 +++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile diff --git a/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile b/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile new file mode 100644 index 0000000..7f903fe --- /dev/null +++ b/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile @@ -0,0 +1,55 @@ + + + + + + + Protocol + s3 + Vendor + aws-s3-sts-azure-activedirectory-oidc + Description + AWS S3+STS & Azure Active Directory (Azure AD) + Default Nickname + AWS S3+STS + Azure AD OIDC + OAuth Authorization Url + https://login.microsoftonline.com/common/oauth2/v2.0/authorize + OAuth Token Url + https://login.microsoftonline.com/common/oauth2/v2.0/token + OAuth Client ID + f40bc18f-cd02-4212-b7f1-15243e4e2ad3 + OAuth Client Secret + + OAuth Redirect Url + ${oauth.handler.scheme}://oauth + Scopes + + openid + offline_access + + Password Configurable + + Username Configurable + + Username Placeholder + Username + Properties + + + s3.assumerole.rolearn= + + + From 0c7d202f56cfbbbd1b22fa166e66c1e4a4dc3e7d Mon Sep 17 00:00:00 2001 From: David Kocher Date: Fri, 11 Aug 2023 23:10:21 +0200 Subject: [PATCH 2/2] Add connection profile to authenticate to S3 with Google OpenID Connect. --- ...(Azure AD) OpenID Connect.cyberduckprofile | 2 + ...S & Google OpenID Connect.cyberduckprofile | 56 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 AWS S3+STS & Google OpenID Connect.cyberduckprofile diff --git a/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile b/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile index 7f903fe..7b992b1 100644 --- a/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile +++ b/AWS S3+STS & Azure Active Directory (Azure AD) OpenID Connect.cyberduckprofile @@ -40,6 +40,8 @@ openid offline_access + Authorization + AuthorizationCode Password Configurable Username Configurable diff --git a/AWS S3+STS & Google OpenID Connect.cyberduckprofile b/AWS S3+STS & Google OpenID Connect.cyberduckprofile new file mode 100644 index 0000000..ab1900d --- /dev/null +++ b/AWS S3+STS & Google OpenID Connect.cyberduckprofile @@ -0,0 +1,56 @@ + + + + + + + Protocol + s3 + Vendor + aws-s3-sts-google-oidc + Description + AWS S3+STS & Google OpenID Connect + Default Nickname + AWS S3+STS & Google + OAuth Authorization Url + https://accounts.google.com/o/oauth2/auth + OAuth Token Url + https://accounts.google.com/o/oauth2/token + OAuth Client ID + 996125414232-s922bvdt21nceeh5dq1gb6av8plpj7hr.apps.googleusercontent.com + OAuth Client Secret + + OAuth Redirect Url + ${oauth.application.identifier}:oauth + Scopes + + openid + + Authorization + AuthorizationCode + Password Configurable + + Username Configurable + + Username Placeholder + Username + Properties + + + s3.assumerole.rolearn= + + +