Kyleen
Kyleen
- switch to erlang:timestamp() instead of erlang:now() due to deprecation warning - default to sha256 in xmerl_dsig:digest/1
- When generating an authn request, generate unique ID and store it for a certain time (5 minutes). - When validating an assertion response, verify that the ID in `InResponseTo`...
When processing an assertion, if notbefore element exists in the subject confirmation then validate the assertion with it.
Extract all bindings when decoding idp metadata. -Before, this would only look for HTTP-POST login locations. Now, it will extract any location it finds: post, redirect, or artifact. The way...
Allows for passed in configuration of name id policy format, to be included in the authn request. A format of undefined will generate no name id policy block. Changes arity...