You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tutorials/s3_google_oidc.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
-
Connect to S3 authenticating with Google
1
+
Connect to S3 authenticating with Google Cloud
2
2
====
3
3
4
-
> Use Google to authenticate with S3 by configuring as an OpenID Connect (OIDC) Identity Provider in AWS IAM.
4
+
> Use Google Cloud to authenticate with S3 by configuring as an OpenID Connect (OIDC) Identity Provider in AWS IAM.
5
5
6
6
7
7
:::{tip}
@@ -16,7 +16,7 @@ Refer to [Custom connection profile using OpenID Connect provider and AssumeRole
16
16
17
17
## Configuration in Google Cloud Console
18
18
19
-
Create an OAuth application in the [Google Cloud Console](https://console.cloud.google.com/) and configure it as an OIDC Identity Provider.
19
+
Create an OAuth application in the [Google Cloud Console](https://console.cloud.google.com/auth/clients) and configure it as an OIDC Identity Provider.
20
20
21
21
:::{admonition} Setup a Custom OAuth Client ID Tutorial
22
22
:class: tip
@@ -25,9 +25,14 @@ Follow the [step-by-step instructions](custom_oauth_client_id.md) to Setup a Cus
25
25
:::
26
26
27
27
28
-
1. Navigate to _APIs & Services → Credentials_ in the [Google Cloud Console](https://console.cloud.google.com/apis/credentials) and choose _Create Credentials → OAuth client ID_.
29
-
2. Select _Web application_ as the application type.
30
-
3. Enter `io.cyberduck` for the _Bundle ID_
28
+
1. Navigate to _Solutions → All products → Management → Google Auth Platform → Clients_ in the [Google Cloud Console](https://console.cloud.google.com/auth/clients) and choose _Create client → OAuth client ID_.
29
+
2. Select _iOS_ as the application type.
30
+
31
+
:::{important}
32
+
Other types require a OAuth Client Secret and do not allow for a supported redirect URI.
33
+
:::
34
+
35
+
3. Enter `io.cyberduck` for use with Cyberduck or `io.mountainduck` to use with Mountain Duck for the _Bundle ID_.
31
36
4. Copy the OAuth Client ID from the credentials screen.
0 commit comments