From ee304f1724008246afb6e5b82e82d8d6abfa3fb8 Mon Sep 17 00:00:00 2001 From: GPrathap Date: Fri, 6 May 2016 21:01:20 +0530 Subject: [PATCH] added SAML2 Web SSO federated authenticator --- modules/p2-profile-gen/pom.xml | 46 ++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/modules/p2-profile-gen/pom.xml b/modules/p2-profile-gen/pom.xml index da918ec5..ffb503fd 100644 --- a/modules/p2-profile-gen/pom.xml +++ b/modules/p2-profile-gen/pom.xml @@ -333,6 +333,28 @@ org.wso2.carbon.identity:org.wso2.carbon.identity.xacml.server.feature:${carbon.identity.version} + + + + org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.basicauth.server.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.application.authenticator.samlsso.server.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.saml2.sso.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.thrift.authentication.feature:${carbon.identity.version} + + + org.wso2.carbon.identity:org.wso2.carbon.identity.authenticator.mutualssl.feature:${carbon.identity.version} @@ -1090,6 +1112,30 @@ ${carbon.identity.version} + + + org.wso2.carbon.identity.application.authenticator.basicauth.server.feature.group + + ${carbon.identity.version} + + + + org.wso2.carbon.identity.application.authenticator.requestpath.basicauth.server.feature.group + + ${carbon.identity.version} + + + + org.wso2.carbon.identity.application.authenticator.requestpath.oauth.server.feature.group + + ${carbon.identity.version} + + + + org.wso2.carbon.identity.application.authenticator.samlsso.server.feature.group + + ${carbon.identity.version} +