-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
35 lines (21 loc) · 954 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Revision history for URN-OASIS-SAML2
{{$NEXT}}
0.006 2024-09-15 03:49:10Z
* Undo NAMEID_FORMAT changes from v0.004 as they are described in
https://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf, p 76
They are indeed correctly in the 1.1 namespace (TIMLEGGE)
0.005 2024-04-19 15:37:46Z
* Add NAMEID_UNSPECIFIED and NAMEID_DEFAULT to the module.
NAMEID_DEFAULT is an alias for NAMEID_UNSPECIFIED
0.004 2024-04-18 19:50:56Z
* Add PartialLogout status
* Bump NAMEID_FORMAT constants to SAML 2 namespace. They were
previously in SAML 1.1 namespace, which was incorrect.
0.003 2022-07-30 16:17:14Z
* Add new constants for nameid's and status
* Rename bindings and classes to singular form in export
Plural form is still supported
0.002 2022-07-20 21:22:58Z
* Fix doublice ':' bug in binding constants
0.001 2022-07-19 21:08:31Z
* Initial release