Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for SAML 2.0 asynchronous (front-channel) binding for single logout #210

Merged
merged 20 commits into from
Feb 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
9e84887
build a logout request for a session participant for redirect
sachiniWettasinghe Jan 12, 2019
c3329f8
resolve comments in PR(#204)
sachiniWettasinghe Jan 13, 2019
c874077
add the implementation of signing the logout request
sachiniWettasinghe Jan 14, 2019
090a7b6
add Logout Response validation
sachiniWettasinghe Jan 14, 2019
ff720e6
refactor X509CredentialImpl class
sachiniWettasinghe Jan 15, 2019
912d3c7
apply changes for PR(#205) comments
sachiniWettasinghe Jan 17, 2019
d7e9ecf
add implementation of sending logout response back to initiator
sachiniWettasinghe Jan 17, 2019
9af1ea2
add improvements for the implementation of responding back to initiator
sachiniWettasinghe Jan 21, 2019
2a1001c
add implementation of POST binding
sachiniWettasinghe Jan 22, 2019
641331d
resolve comments in PR #205
sachiniWettasinghe Jan 22, 2019
7674657
add code refinements
sachiniWettasinghe Jan 23, 2019
b98cbe7
Merge pull request #205 from sachiniWettasinghe/feature-saml-frontCha…
JKAUSHALYA Jan 25, 2019
c0c3ed0
Add SAML Front-Channel Logout UI.
Jan 25, 2019
a8df629
Add SAML Front-Channel Logout UI.
Jan 31, 2019
0a12987
Merge pull request #207 from hasinidilanka/front-channel-logout-ui
JKAUSHALYA Feb 1, 2019
494e3da
add SAML Front-Channel Logout UI
Jan 25, 2019
cdd1e1b
merge new UI configs
sachiniWettasinghe Jan 28, 2019
69f79bb
Merge branch 'feature-front-channel-logout' into feature-saml-frontCh…
sachiniWettasinghe Feb 5, 2019
ad91a35
add unit tests
sachiniWettasinghe Feb 11, 2019
5324ac0
Merge pull request #208 from sachiniWettasinghe/feature-saml-frontCha…
JKAUSHALYA Feb 20, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
114 changes: 0 additions & 114 deletions components/org.wso2.carbon.identity.sso.saml.common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@
<url>http://www.wso2.com</url>

<dependencies>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.core</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.ui</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.framework</groupId>
<artifactId>org.wso2.carbon.identity.base</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.orbit.org.opensaml</groupId>
<artifactId>opensaml</artifactId>
Expand All @@ -52,40 +40,6 @@
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.logging</artifactId>
</dependency>
<dependency>
<groupId>org.wso2.carbon.identity.inbound.auth.saml2</groupId>
<artifactId>org.wso2.carbon.identity.sso.saml.stub</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents.wso2</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-testng</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.agent</artifactId>
<classifier>runtime</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand All @@ -100,13 +54,6 @@
<Bundle-Name>${project.artifactId}</Bundle-Name>
<Import-Package>
javax.servlet.http; version="${imp.pkg.version.javax.servlet}",
org.wso2.carbon.ui.util; version="${carbon.kernel.package.import.version.range}",
org.wso2.carbon.identity.base;
version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.identity.core.util;
version="${carbon.identity.framework.imp.pkg.version.range}",
org.wso2.carbon.identity.sso.saml.stub.types;
version="${identity.inbound.auth.saml.imp.pkg.version.range}",
org.apache.commons.logging; version="${commons-logging.osgi.version.range}",
</Import-Package>
<Export-Package>
Expand All @@ -116,67 +63,6 @@
</instructions>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven.surefire.plugin.version}</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>src/test/resources/testng.xml</suiteXmlFile>
</suiteXmlFiles>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${jacoco.version}</version>
<executions>
<execution>
<id>default-prepare-agent</id>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>default-prepare-agent-integration</id>
<goals>
<goal>prepare-agent-integration</goal>
</goals>
</execution>
<execution>
<id>default-report</id>
<goals>
<goal>report</goal>
</goals>
</execution>
<execution>
<id>default-report-integration</id>
<goals>
<goal>report-integration</goal>
</goals>
</execution>
<execution>
<id>default-check</id>
<goals>
<goal>check</goal>
</goals>
<configuration>
<rules>
<rule implementation="org.jacoco.maven.RuleConfiguration">
<element>BUNDLE</element>
<limits>
<limit implementation="org.jacoco.report.check.Limit">
<counter>COMPLEXITY</counter>
<value>COVEREDRATIO</value>
<!--<minimum>0.20</minimum>-->
</limit>
</limits>
</rule>
</rules>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ public class SAMLSSOProviderConstants {

public static final String LOGIN_PAGE = "customLoginPage";

//Front Channel Logout Methods
public static final String HTTP_REDIRECT_BINDING = "HTTPRedirectBinding";
public static final String HTTP_POST_BINDING = "HTTPPostBinding";

private SAMLSSOProviderConstants() {
}

Expand Down

This file was deleted.

Loading