AWS IAM: Fix Shibboleth documentation link
Summary
Corrected the URL for Shibboleth documentation from an incorrect AWS-prefixed link to the direct source.
Security assessment
The change fixes a broken URL but does not address any security vulnerability or introduce security guidance.
Evidence
+ * [How to Use Shibboleth for Single Sign-On to the AWS Management Console.](https://aws.amazon.com/blogs/security/how-to-use-shibboleth-for-single-sign-on-to-the-aws-management-console/). Shows how to use [Shibboleth](http://shibboleth.net/) and [SAML](./id_roles_providers_saml.html) to provide users with single sign-on (SSO) access to the AWS Management Console.
Diff
diff --git a/IAM/latest/UserGuide/id_credentials_temp.md b/IAM/latest/UserGuide/id_credentials_temp.md index c89ca8aa2..7c27c9a22 100644 --- a//IAM/latest/UserGuide/id_credentials_temp.md +++ b//IAM/latest/UserGuide/id_credentials_temp.md @@ -84 +84 @@ You can use AWS Security Token Service (AWS STS) to create and provide trusted u - * [How to Use Shibboleth for Single Sign-On to the AWS Management Console.](https://aws.amazon.com/blogs/security/how-to-use-shibboleth-for-single-sign-on-to-the-aws-management-console/). Shows how to use [Shibboleth](https://docs.aws.amazon.com/http://shibboleth.net/) and [SAML](./id_roles_providers_saml.html) to provide users with single sign-on (SSO) access to the AWS Management Console. + * [How to Use Shibboleth for Single Sign-On to the AWS Management Console.](https://aws.amazon.com/blogs/security/how-to-use-shibboleth-for-single-sign-on-to-the-aws-management-console/). Shows how to use [Shibboleth](http://shibboleth.net/) and [SAML](./id_roles_providers_saml.html) to provide users with single sign-on (SSO) access to the AWS Management Console.