From 0c19ea1515fde70d2434169759fa4e79b9e06890 Mon Sep 17 00:00:00 2001 From: Marek Denis Date: Mon, 4 Aug 2014 18:31:25 +0200 Subject: [PATCH] SAML2 federated authentication for ADFS. Authentication workflow for the Active Directory Federated Services (ADFS) by Microsoft is different from 'standard' ECP based one. This plugin allows for authentication and fetching security token with SAML2 assertion inside, sending to the Service Provide and retrieving an unscoped token. Change-Id: I588de1967a7fb92c5928686d092895847553923a Implements: blueprint add-saml2-cli-authentication --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index db21d75..e88046e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ keystoneclient.auth.plugin = v3token = keystoneclient.auth.identity.v3:Token v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken - + v3unscopedadfs = keystoneclient.contrib.auth.v3.saml2:ADFSUnscopedToken [build_sphinx] source-dir = doc/source