We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21afa54 commit 1c8a640Copy full SHA for 1c8a640
CHANGELOG.md
@@ -2,6 +2,14 @@
2
3
All changes are in the `main` branch (`master` remains unchanged).
4
5
+### v3.4.0
6
+
7
++ Fixed issue: #4 - InResponseTo - make this available
8
+ In case of SP initiated SSO, the auth response includes the original
9
+ request ID. Make this available in the assertion subject esaml record.
10
+ (as `in_response_to`). The IDP initiated requestes don't include this.
11
+ The `in_response_to` field is set to an empty string in that case.
12
13
### v3.3.0
14
15
+ `NameID` format can be passed as a parameter to `esaml_sp:generate_authn_request/3`.
0 commit comments