You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/credential-provider-sso/README.md
+18-15
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,15 @@
5
5
6
6
## AWS Credential Provider for Node.js - AWS Single Sign-On (SSO)
7
7
8
-
This module provides a function, `fromSSO` that will create `CredentialProvider`
9
-
functions that read from [AWS SDKs and Tools shared configuration and credentials files](https://docs.aws.amazon.com/credref/latest/refdocs/creds-config-files.html)(Profile appears
10
-
in the credentials file will be given precedence over the profile found in the
11
-
config file). This provider will load the _resolved_ access token on local disk,
12
-
and then request temporary AWS credentials. For the guidance over AWS Single
13
-
Sign-On service, please refer to [the service document](https://aws.amazon.com/single-sign-on/).
8
+
This module provides a function, `fromSSO`, that creates
9
+
`CredentialProvider` functions that read from [AWS SDKs and Tools
0 commit comments