
Security News
libxml2 Maintainer Ends Embargoed Vulnerability Reports, Citing Unsustainable Burden
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
aws-simple-sso
Advanced tools
Simple AWS SSO Sign-in
npm install aws-simple-sso
Simplified AWS SSO authentication
Example
import { authenticate } from 'aws-simple-sso'
const credentials = await authenticate()
Promise.<SSOCredentials>
Simplified Authentication function
Kind: static constant of aws-simple-sso
Returns: Promise.<SSOCredentials>
- SSO Role Credentials
Param | Type | Description |
---|---|---|
[params] | AuthenticateParams | Optional function parameters |
Promise.<SSOOrgUrl>
Get an Organization Start URL
Kind: static constant of aws-simple-sso
Returns: Promise.<SSOOrgUrl>
- Organization Start URL
Param | Type | Description |
---|---|---|
matchOrg | MatchFunction | Partial string to match with the Org name |
Promise.<SSOToken>
Get an SSO OIDC Token
Kind: static constant of aws-simple-sso
Returns: Promise.<SSOToken>
- SSO OIDC Token
Param | Type | Description |
---|---|---|
orgUrl | SSOOrgUrl | SSO Start URL |
Promise.<SSOAccount>
Get a list of SSO AWS Accounts
Kind: static constant of aws-simple-sso
Returns: Promise.<SSOAccount>
- SSO Role
Param | Type | Description |
---|---|---|
token | SSOToken | SSO OIDC Token |
matchAcc | MatchFunction | Partial string to match with the Account name |
Promise.<SSORole>
Get an SSO Role
Kind: static constant of aws-simple-sso
Returns: Promise.<SSORole>
- SSO Role
Param | Type | Description |
---|---|---|
token | SSOToken | SSO OIDC Token |
accountId | string | AWS Account Id |
matchRole | MatchFunction | Partial string to match with the Role name |
Promise.<SSOCredentials>
Get SSO Role Credentials
Kind: static constant of aws-simple-sso
Returns: Promise.<SSOCredentials>
- SSO Role Credentials
Param | Type | Description |
---|---|---|
token | SSOToken | SSO OIDC Token |
ssoRole | SSORole | SSO Role structure |
Promise
Delay function
Kind: inner method of aws-simple-sso
Returns: Promise
- Promise that resolves after the delay
Param | Type | Description |
---|---|---|
ms | number | Delay in milliseconds |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
[matchOrg] | MatchFunction | Organization match function |
[matchAcc] | MatchFunction | Account match function |
[matchRole] | MatchFunction | Role match function |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
name | string | Organization name |
startUrl | string | SSO Start URL |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
accountId | string | AWS Account Id |
name | string | Account name |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
[accessToken] | string | AWS Access Token |
[tokenType] | string | Token type |
[expiresIn] | number | Token expiration in seconds |
[expireTime] | Date | Token expiration time |
[refreshToken] | string | Refresh token |
[idToken] | string | ID token |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
accountId | string | AWS Account Id |
name | string | SSO Role name |
object
Kind: inner typedef of aws-simple-sso
Properties
Name | Type | Description |
---|---|---|
accessKeyId | string | AWS Access Key Id |
secretAccessKey | string | AWS Secret Access Key |
sessionToken | string | AWS Session Token |
expireTime | Date | Token expiration time |
boolean
Kind: inner typedef of aws-simple-sso
Returns: boolean
- True if the value matches
Param | Type | Description |
---|---|---|
value | object | Value to match |
FAQs
Simple AWS SSO Sign-in
The npm package aws-simple-sso receives a total of 1 weekly downloads. As such, aws-simple-sso popularity was classified as not popular.
We found that aws-simple-sso demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Libxml2’s solo maintainer drops embargoed security fixes, highlighting the burden on unpaid volunteers who keep critical open source software secure.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.