You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,19 @@
1
-
This example was developed to show how Java Toolkit works.
1
+
# OneLogin's SAML Java SAML
2
+
3
+
Updating from 1.0-SNAPSHOT to 1.1
4
+
---------------------------------
5
+
6
+
Version 1.1 adds many improvements on security. It is a recommended update for all Java SAML users.
7
+
8
+
9
+
Overview
10
+
--------
11
+
12
+
The Java SAML library is for implementing the client side of a SAML authorization, i.e. it provides a means for managing authorization initialization and confirmation requests from identity providers.
13
+
14
+
SAML authorization is a two step process and you are expected to implement support for both.
15
+
16
+
We created a example project that uses the latest version of this library to show how Java Toolkit works.
0 commit comments