Skip to content

Commit b46fd61

Browse files
committedMar 18, 2014
[PLINK-355] - Merging PicketLink Federation Quickstarts.
1 parent d2d1952 commit b46fd61

File tree

176 files changed

+6343
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

176 files changed

+6343
-50
lines changed
 

‎.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ bin
3232
.clover
3333
*.swp
3434
!/wicket-war/src/main/resources/META-INF/MANIFEST.MF
35-
build.sh
35+
build.sh

‎README.md

+21
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,27 @@ The root folder of each individual quickstart contains a README file with specif
4242
* [Start the JBoss server](#start-the-jboss-server)
4343
* [Build and deploy the quickstarts](#build-and-deploy-the-quickstarts)
4444

45+
## About the PicketLink Federation Quickstarts
46+
47+
The *PicketLink Federation Quickstarts* provide a lot of examples about how to use *PicketLink Federation SAML Support* to enable SSO for your organization and applications.
48+
Before running them you need to understand how they are related with each other.
49+
50+
| SAML Configuration | Identity Provider | Service Provider(s) |
51+
| ------------- |:-------------------------------------------------:| --------------------------------------------------------------------------------------------------------:|
52+
| Basic | picketlink-federation-saml-idp-basic | picketlink-federation-saml-sp-post-basic, picketlink-federation-saml-sp-redirect-basic |
53+
| Encryption | picketlink-federation-saml-idp-with-encryption | picketlink-federation-saml-sp-with-encryption |
54+
| Metadata | picketlink-federation-saml-idp-with-metadata | picketlink-federation-saml-sp-with-metadata |
55+
| Signatures | picketlink-federation-saml-idp-with-signature | picketlink-federation-saml-sp-post-with-signature, picketlink-federation-saml-sp-redirect-with-signature |
56+
| HTTP CLIENT_CERT and FORM Authentication | picketlink-federation-saml-idp-ssl | picketlink-federation-saml-sp-post-basic, picketlink-federation-saml-sp-redirect-basic |
57+
| IDP Servlet Filter | picketlink-federation-saml-idp-servlet-filter | picketlink-federation-saml-sp-post-with-signature, picketlink-federation-saml-sp-redirect-with-signature |
58+
59+
The table above describes what are the Identity Provider and Service Providers required to test a specific configuration. It is important that you respect these dependencies to get the
60+
functionality properly working. Each configuration has its own IdP and SPs, you must deploy them together.
61+
62+
### Using SAML Tracer Firefox Add-On to Debug the SAML SSO Flow
63+
64+
If you want to understand even better how IdPs and SPs communicate with each other, you may want to configure the [SAML Tracer Add-On](https://addons.mozilla.org/en-US/firefox/addon/saml-tracer/) to your Mozilla Firefox.
65+
This is a nice way to debug and view SAML Messages, so you can take a look about how the IdP and SP exchange messages when establishing a SSO session.
4566

4667
### Start the JBoss Server
4768

0 commit comments

Comments
 (0)