Sven Njegač
Sven Njegač
**Describe the bug** Current solution supports defining `HTTPRequest` and `HTTPResponse` structs in HTTP handler function definitions. However, if we define additional struct for our `HTTPRequest`, e.g. `Dependency`, and `HTTPRequest` includes...
I have a case, where I don't have access to IDP metadata. We need to use certificate specified in SAML response assertion, and we should use it only if it...
Service provider should not depend on IDP metadata url being specified. This PR adds two more options for configuring SP: - Configure IDP certificate fingerprint and fingerprint algorithm - Configure...