You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to use this library with PingOne and with signed authentication requests. There is currently no exported function to build an Auth URL with the HTTP Redirect Binding.
The current function BuildAuthURL calls the function BuildAuthURLFromDocument which has this singular line of code:
Azure (Microsoft Entra ID) also needs this if "Verification certificates" is active: "AADSTS76022: Cannot verify the signature of received authentication request since there is no certificate for verification configured in the application."
This issue says that the equivalent of BuildAuthURL is missing:
Because of using BindingHttpRedirect instead of BindingHttpPost, this function call will add SigAlg= and Signature= query parameters next to SAMLRequest=.
(Personally, I would have them added all the time).
Hello thank you for this Library!
I need to use this library with PingOne and with signed authentication requests. There is currently no exported function to build an Auth URL with the HTTP Redirect Binding.
The current function
BuildAuthURL
calls the functionBuildAuthURLFromDocument
which has this singular line of code:Unless this is a bug and it's supposed to call
BindingHttpRedirect
, the library appears to be missing the exported functionBuildAuthURLWithRedirect
I have a PR in my personal Git with the requested changes: https://github.com/TheGreatAbyss/gosaml2/pull/1/files
If you would grant me access to the repo I'd be happy to push a branch and open a MR.
Thank You
-- Eric
The text was updated successfully, but these errors were encountered: