JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3437
  • Score
    100M100P100Q123271F
  • License ISC

Credentials provider for AWS Single Sign-On

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.