AWS solutions documentation change
Summary
Added Option 5 for Auth0 integration and expanded OIDC provider documentation
Security assessment
The change adds documentation for integrating Auth0 as an OIDC provider, which is a security feature, but does not address a specific security vulnerability.
Diff
diff --git a/solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md b/solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md index 5daafec28..a9e961cf7 100644 --- a//solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md +++ b//solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md @@ -43 +43 @@ Use the following steps to deploy this solution on AWS. -You can use different kinds of OpenID Connector (OIDC) providers. This section introduces Option 1 to Option 4. +You can use different kinds of OpenID Connector (OIDC) providers. This section introduces Option 1 to Option 5. @@ -47 +47 @@ You can use different kinds of OpenID Connector (OIDC) providers. This section i - * (Option 2) [Authing](https://www.authing.cn/), which is an example of a third-party authentication provider. + * (Option 2) [Authing](https://www.authing.cn/), which is an example of a third-party authentication provider in China. @@ -198,0 +199,31 @@ The issuer value is ` [https://KEYCLOAK_DOMAIN_NAME/auth/realms/REALM_NAME](http +### (Option 5) Other third-party authentication platforms such as Auth0 + + 1. On Auth0, go to the [Applications page](https://manage.auth0.com/dashboard/) + + 2. Click **\+ Create Application** + + 3. Choose **Single Page Web Applications** + + 4. Go to Settings + + 5. Save `Domain` \- this is your `OidcProvider` value + + 6. Save `Client ID` \- this is your `OidcClientId` value + +**Example Auth0 application Domain & Client ID** + + + + 7. Scroll down to **Application URIs** + + 8. Update `Allowed Callback URLs` and `Allowed Logout URLs` + +**Example Auth0 application redirect and logout URL’s** + + + + 9. Click **Save Changes** + + + +