AWS singlesignon documentation change
Summary
Fixed URL formatting by adding double slash in documentation link
Security assessment
Change only corrects a URL path syntax (added double slash) without altering security-related content or configurations. No security implications.
Diff
diff --git a/singlesignon/latest/userguide/user-session-duration-prereqs-considerations.md b/singlesignon/latest/userguide/user-session-duration-prereqs-considerations.md index 88446b8c2..081e0faef 100644 --- a//singlesignon/latest/userguide/user-session-duration-prereqs-considerations.md +++ b//singlesignon/latest/userguide/user-session-duration-prereqs-considerations.md @@ -36 +36 @@ If you are using the AWS CLI, AWS SDKs, or other AWS development tools to access - * You must define a profile for single sign-on settings in your shared AWS config file. This profile is used to connect to the AWS access portal. We recommend that you use the SSO token provider configuration. With this configuration, your AWS SDK or tool can automatically retrieve refreshed authentication tokens. For more information, see [SSO token provider configuration](https://docs.aws.amazon.com/sdkref/latest/guide/feature-sso-credentials.html#sso-token-config) in the _AWS SDK and Tools Reference Guide_. + * You must define a profile for single sign-on settings in your shared AWS config file. This profile is used to connect to the AWS access portal. We recommend that you use the SSO token provider configuration. With this configuration, your AWS SDK or tool can automatically retrieve refreshed authentication tokens. For more information, see [SSO token provider configuration](https://docs.aws.amazon.com//sdkref/latest/guide/feature-sso-credentials.html#sso-token-config) in the _AWS SDK and Tools Reference Guide_.