Skip to content

Commit

Permalink
Update generated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Oct 19, 2023
1 parent 8605615 commit 15e4bb1
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,45 +57,45 @@ AWS Certificate Manager is a service that lets you easily provision, manage, and
## **Installation**
Depending on your choice of authentication providers, choose the appropriate configuration section
<details>
<summary>AWS Certificate Manager with Okta Auth Configuration</summary>

<details>
<summary>AWS Setup</summary>
<summary>AWS Certificate Manager with Okta Auth Configuration</summary>
&nbsp;&nbsp;
<details>
<summary>AWS Setup</summary>

### Identity Provider Setup
### Identity Provider Setup

A 3rd party [identity provider](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html) similar to the one below needs to be setup in AWS for each account.
![image.png](/Images/AWSIdentityProvider.gif)
A 3rd party [identity provider](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_create_oidc.html) similar to the one below needs to be setup in AWS for each account.
![image.png](/Images/AWSIdentityProvider.gif)

### AWS Role Setup
### AWS Role Setup

An Aws [Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html) Needs Added for each AWS account.
![image.png](/Images/AWSRole1.gif)
An Aws [Role](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user.html) Needs Added for each AWS account.
![image.png](/Images/AWSRole1.gif)

### Trust Relationship
### Trust Relationship

Ensure the [trust relationship](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/edit_trust.html) is setup for that role. Should look like below:
![image.png](/Images/AWSRole2.gif)
Ensure the [trust relationship](https://docs.aws.amazon.com/directoryservice/latest/admin-guide/edit_trust.html) is setup for that role. Should look like below:
![image.png](/Images/AWSRole2.gif)

## OKTA Setup
## OKTA Setup

### Okta API - Settings
### Okta API - Settings

Ensure your Authorization Server Is Setup in OKTA. Here is a sample below:
![image.png](/Images/OktaSampleAuthorizationServer.gif)
Ensure your Authorization Server Is Setup in OKTA. Here is a sample below:
![image.png](/Images/OktaSampleAuthorizationServer.gif)

### Okta API - Scopes
### Okta API - Scopes

Ensure the appropriate scopes are setup in Okta. Here is a sample below:
![image.png](/Images/OktaSampleAuthorizationServer-scopes.gif)
Ensure the appropriate scopes are setup in Okta. Here is a sample below:
![image.png](/Images/OktaSampleAuthorizationServer-scopes.gif)

### Okta App
### Okta App

Setup an Okta App with similar settings to the screens below:
![image.png](/Images/OktaApp1.gif)
![image.png](/Images/OktaApp2.gif)
Setup an Okta App with similar settings to the screens below:
![image.png](/Images/OktaApp1.gif)
![image.png](/Images/OktaApp2.gif)

</details>
</details>

<details>
## Cert Store Type Settings
Expand Down

0 comments on commit 15e4bb1

Please sign in to comment.