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
If pass empty string private_key to SP, this code will throw error but cannot be captured by caller, just by process.uncaughtException. I think it should be captured and pass into callback.
The text was updated successfully, but these errors were encountered:
Code is at
saml2/lib/saml2.coffee
Line 566 in fca725b
If pass empty string
private_key
to SP, this code will throw error but cannot be captured by caller, just byprocess.uncaughtException
. I think it should be captured and pass into callback.The text was updated successfully, but these errors were encountered: