Package Exports
- @mhlabs/aws-sdk-sso
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mhlabs/aws-sdk-sso) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
aws-sdk-sso
SingleSignOnCredentials provider aws-sdk-js.
Usage
const AWS = require("aws-sdk");
require("aws-sdk-sso");
AWS.config.credentialProvider.providers.push(
new AWS.SingleSignOnCredentials()
);Known issues
Does not yet support browser redirect login. Please use 'aws sso login` first. This is in lieu of official support form AWS and shouldn't be used for cruical tasks.