1- # OneLogin's SAML Java Toolkit
1+ # OneLogin's SAML Java Toolkit <!-- omit in toc -->
22
33[ ![ Build Status] ( https://travis-ci.org/onelogin/java-saml.svg?branch=master )] ( https://travis-ci.org/onelogin/java-saml ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/onelogin/java-saml/badge.svg?branch=master )] ( https://coveralls.io/github/onelogin/java-saml?branch=master )
44
@@ -20,6 +20,45 @@ We [introduced some incompatibilities](https://github.com/onelogin/java-saml/iss
2020Version 1.1.2 is considered to be deprecated. If you have used it, we strongly recommend that you migrate to the new version.
2121We rebuilt the toolkit on 2.0.0, so code/settings that you had been using in the previous version will no longer be compatible.
2222
23+ - [ Why add SAML support to my software?] ( #why-add-saml-support-to-my-software )
24+ - [ General description] ( #general-description )
25+ - [ Security warning] ( #security-warning )
26+ - [ Installation] ( #installation )
27+ - [ Hosting] ( #hosting )
28+ - [ Github] ( #github )
29+ - [ Maven] ( #maven )
30+ - [ Dependencies] ( #dependencies )
31+ - [ Working with the github repository code and Eclipse.] ( #working-with-the-github-repository-code-and-eclipse )
32+ - [ Get the toolkit.] ( #get-the-toolkit )
33+ - [ Adding java-saml toolkit components as a project] ( #adding-java-saml-toolkit-components-as-a-project )
34+ - [ Adding the java-saml-tookit-jspsample as a project] ( #adding-the-java-saml-tookit-jspsample-as-a-project )
35+ - [ Deploy the java-saml-tookit-jspsample] ( #deploy-the-java-saml-tookit-jspsample )
36+ - [ Getting started] ( #getting-started )
37+ - [ Learning the toolkit] ( #learning-the-toolkit )
38+ - [ core (com.onelogin: java-saml-core )] ( #core-comoneloginjava-saml-core )
39+ - [ toolkit (com.onelogin: java-saml )] ( #toolkit-comoneloginjava-saml )
40+ - [ samples (com.onelogin: java-saml-tookit-samples )] ( #samples-comoneloginjava-saml-tookit-samples )
41+ - [ How it works] ( #how-it-works )
42+ - [ Javadocs] ( #javadocs )
43+ - [ Settings] ( #settings )
44+ - [ Properties File] ( #properties-file )
45+ - [ KeyStores] ( #keystores )
46+ - [ Dynamic Settings] ( #dynamic-settings )
47+ - [ The HttpRequest] ( #the-httprequest )
48+ - [ Initiate SSO] ( #initiate-sso )
49+ - [ The SP Endpoints] ( #the-sp-endpoints )
50+ - [ SP Metadata] ( #sp-metadata )
51+ - [ Attribute Consumer Service(ACS)] ( #attribute-consumer-serviceacs )
52+ - [ Single Logout Service (SLS)] ( #single-logout-service-sls )
53+ - [ Initiate SLO] ( #initiate-slo )
54+ - [ Extending the provided implementation] ( #extending-the-provided-implementation )
55+ - [ Working behind load balancer] ( #working-behind-load-balancer )
56+ - [ IdP with multiple certificates] ( #idp-with-multiple-certificates )
57+ - [ Replay attacks] ( #replay-attacks )
58+ - [ Demo included in the toolkit] ( #demo-included-in-the-toolkit )
59+ - [ SP setup] ( #sp-setup )
60+ - [ IdP setup] ( #idp-setup )
61+ - [ How it works] ( #how-it-works-1 )
2362
2463## Why add SAML support to my software?
2564
0 commit comments