AWS Security Token Service logo

AWS Security Token Service

AWS Security Token Service

UpOpen Sourcecloudby Amazon Web Services62· JavaScript· MIT

Security Token Service (STS) enables you to request temporary, limited-privilege credentials for Identity and Access Management (IAM) users or for users that you authenticate (federated users).

Visit site ↗Source ↗Health checked 2d ago
Use it when

Provides temporary limited-privilege credentials

Watch for

Check the docs depth and real endpoint shape before assuming production fit.

First check

To start using the Security Token Service, you need to authenticate with AWS credentials. Then you can request temporary credentials for IAM or federated users via the API.

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
41 ms
Protocol
REST
Pricing
Stars
62

Uptime · 30-day window

Probes: 7Uptime: 100%Avg latency: 47ms

GitHub activity

62JavaScriptMIT17 open issuesLast commit 118d ago
01

About this API

The AWS Security Token Service (STS) provides a way to request temporary, limited-privilege credentials for users. These credentials can be used to securely access AWS resources without needing to share long-term credentials. STS is particularly useful for scenarios involving federated users or applications that require temporary access.

Developers use STS to generate session-based credentials that expire after a set period, enhancing security by limiting the window of access. This service integrates closely with AWS Identity and Access Management (IAM), allowing fine-grained control over permissions granted to temporary credentials.

STS is relevant for organizations that need to manage access dynamically, such as granting temporary access to third-party users or enabling mobile and web applications to securely interact with AWS resources without embedding permanent credentials.

02

What you can build

  • 1Generate temporary credentials for IAM users
  • 2Authenticate federated users with limited privileges
  • 3Enable secure access to AWS resources
  • 4Manage session-based permissions dynamically
03

Strengths & limitations

Strengths

  • Provides temporary limited-privilege credentials
  • Supports federated user authentication
  • Integrates with IAM for access control
04

Example request

curl https://github.com/mermade/aws2openapi/<endpoint>
05

Getting started

To start using the Security Token Service, you need to authenticate with AWS credentials. Then you can request temporary credentials for IAM or federated users via the API.

06

FAQ

Do I need an API key to use AWS STS?+

You need valid AWS credentials to authenticate and request temporary credentials via STS.

Can I use STS credentials from a browser?+

Yes, but you should handle credentials securely and avoid exposing them publicly.

What kind of credentials does STS provide?+

STS provides temporary security credentials with limited privileges and expiration.

Is HTTPS required to use STS?+

Yes, AWS APIs including STS require HTTPS for secure communication.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: Yes
Auth type
unknown
Pricing
unknown
Protocols
REST
Response time
41 ms
Last health check
5/18/2026, 8:40:28 AM
08

Tags

09

More from Amazon Web Services