Mohammed H
Mohammed H

Reputation: 7048

Is it possible to do sso for http://aws.amazon.com using saml?

Is it possible to do sso for http://aws.amazon.com using saml?

Upvotes: 5

Views: 1780

Answers (3)

pinku
pinku

Reputation: 1159

It's not possible.They are not supporting SAML or OAuth. For your reference

http://aws.amazon.com/iam/faqs/#Do_you_support_SAML_or_OAuth

UPDATE sep 3, 2014

currently it supports...

Upvotes: 4

GalacticJello
GalacticJello

Reputation: 11445

AWS now supports SAML as of November 2013.

We are excited to announce we’ve expanded our identity federation to include support for the Security Assertion Markup Language (SAML) 2.0, an open standard used by many identity providers. This new feature enables federated single sign-on, or SSO, empowering users to log into the AWS Management Console or make programmatic calls to AWS APIs, by using assertions from a SAML-compliant identity provider, such as Shibboleth and Windows Active Directory Federation Services.

More details at this blog post: AWS Identity and Access Management Using SAML

Upvotes: 4

William Spooner
William Spooner

Reputation: 219

If you just want SSO regardless of the protocol, then AWS offer a roll-you-own SSO 'solution' for management console auth; http://aws.typepad.com/aws/2012/01/identity-federation-to-aws-management-console.html

Upvotes: 2

Related Questions