Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
mnragha authored Oct 22, 2024
1 parent ab22c75 commit d48d8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Follow the instructions below to deploy the project to your own AWS account and

Create the client as a ['Web app'](https://help.okta.com/en-us/content/topics/apps/apps_app_integration_wizard_oidc.htm). You will want to enable the 'Refresh Token' grant type, 'Allow everyone in your organization to access', and 'Federation Broker Mode'. Use a placeholder URL, like ```https://example.com```, for the redirect URI, as you will update this later (in step 3).

Also verify that administrators are given ability to configure the Interaction Code grant type for apps and authorization servers. This is done in Okta under Settings > Account in the "Embedded widget sign-in support" panel. If "Interaction Code" is not enabled, select "Edit" and enable the option. Then browse to Security > API in Okta and verify that an authorization server is configured and that it has an Access Policy active with a Rule that has the "Interaction Code" grant type checked.
Verify that administrators are given ability to configure the Interaction Code grant type for apps and authorization servers. See [Verify that the Interaction Code grant type is enabled](https://developer.okta.com/docs/guides/implement-grant-type/interactioncode/main/#verify-that-the-interaction-code-grant-type-is-enabled). Verify that "Interaction Code" is enabled for your "Authorization Server". See [Enable Interaction Code grant for your authorization server](https://developer.okta.com/docs/guides/implement-grant-type/interactioncode/main/#enable-interaction-code-grant-for-your-authorization-server)

#### 1.2 Create Trusted token issuer in IAM Identity Center

Expand Down

0 comments on commit d48d8bb

Please sign in to comment.