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
We require the following enhancements in the multiple authentication feature:
Throw validation exception named AuthValidationException if any required auth parameter is missing or undefined
Verify the OR auth group implementation, we need to apply only the first available authentication scheme for OR auth groups instead of selecting all of auth schemes
Add unit tests to cover the AuthValidationException and new logical changes to the apply_auth function
The text was updated successfully, but these errors were encountered:
This commit adds improvements in the implementation of multiple authentication schemes. The improvements include the addition of auth-validation exception type and early returning in case of OR authentication group.
closes#47
This commit adds improvements in the implementation of multiple authentication schemes. The improvements include the addition of auth-validation exception type and early returning in case of OR authentication group.
closes#47
We require the following enhancements in the multiple authentication feature:
AuthValidationException
if any required auth parameter is missing or undefinedOR
auth group implementation, we need to apply only the first available authentication scheme forOR
auth groups instead of selecting all of auth schemesThe text was updated successfully, but these errors were encountered: