Skip to content

Commit 1edd332

Browse files
committed
Use iOS application type.
1 parent 2162fdb commit 1edd332

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

tutorials/s3_google_oidc.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
Connect to S3 authenticating with Google
1+
Connect to S3 authenticating with Google Cloud
22
====
33

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.
55
66

77
:::{tip}
@@ -16,7 +16,7 @@ Refer to [Custom connection profile using OpenID Connect provider and AssumeRole
1616

1717
## Configuration in Google Cloud Console
1818

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.
2020

2121
:::{admonition} Setup a Custom OAuth Client ID Tutorial
2222
:class: tip
@@ -25,9 +25,14 @@ Follow the [step-by-step instructions](custom_oauth_client_id.md) to Setup a Cus
2525
:::
2626

2727

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_.
3136
4. Copy the OAuth Client ID from the credentials screen.
3237

3338

0 commit comments

Comments
 (0)