fixed
Update: fixes
over 5 years ago by Jeroen Smakman
The documentation has been updated to fix a number of deviations from the Berlin Group spec:
- The HTTP response code for an Authorization Code request will change to
302 Found
(was303 See Other
). - The Digest header will support the Digest algorithm prefix
SHA-256=
. - The TPP-Signature-Certificate header will no longer require a URL-encoded PEM-file, but supports the Base64 encoded certificate directly.
- The Signature header algorithm will support the algorithm names
rsa-sha256
(wasSHA256withRSA
) andrsa-sha512
(wasSHA512withRSA
).
The APIs have been updated with these changes.