-
Notifications
You must be signed in to change notification settings - Fork 398
docs(OAuth2):added guide for aws cognito #2017
base: master
Are you sure you want to change the base?
Changes from 1 commit
c37f033
f053aea
bbdd7c0
7e978a2
ee84cca
e5c856c
20a12b9
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,62 @@ | ||||||
| --- | ||||||
| title: "AWS Cognito" | ||||||
| sidebar: | ||||||
| nav: setup | ||||||
| --- | ||||||
|
|
||||||
| This page instructs you on how to obtain an OAuth 2.0 client ID and client secret for | ||||||
| use with your AWS Cognito User Pools. | ||||||
|
|
||||||
| ## Setting up an AWS Cognito App Client | ||||||
|
|
||||||
| 1. Navigate to [https://aws.amazon.com/](https://aws.amazon.com/) and log in with your AWS credentials. | ||||||
| 2. Search for Cognito in the search bar. | ||||||
| 3. Select the user pools you want Spinnaker to use. | ||||||
| 4. At the side bar under "General settings", select "App clients", add a client | ||||||
|
||||||
| 4. At the side bar under "General settings", select "App clients", add a client | |
| 4. At the side bar under "General settings", select "App clients", add a client. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Make sure you select "Generate client secret" | |
| - Make sure you select "Generate client secret." |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 5. After that go to "App integration", then to "App client settings" | |
| 5. After that go to "App integration," then to "App client settings." |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Select "Cognito User Pool" as one of the "Enabled Identity Providers" | |
| - Select "Cognito User Pool" as one of the "Enabled Identity Providers." |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one, and the ones following, should probably be numbered instead of sub-bullets. They're just further steps, right? (The two items under "Check the following" are ok as bullets though, of course.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - Input your callback url | |
| - Input your callback URL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Periods for all these that are complete sentences.
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You should have these credentials ready before moving on to the next step | |
| Have these credentials ready before moving on to the next step |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| You may configure Halyard either with the CLI or by manually editing the hal config. | |
| You can configure Halyard either with the [CLI](/reference/halyard/commands/) or by manually editing the hal config. |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Set up OAuth 2.0 with AWS Cognito: | |
| 1. Set up OAuth 2.0 with AWS Cognito: |
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Now enable OAuth 2.0 using hal: | |
| Enable OAuth 2.0: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we link directly to the Cognito page?