-
Notifications
You must be signed in to change notification settings - Fork 74
Incorrect authentication credentials results in server error #150
Comments
Which authenticator is used? Marketplace? |
yes, currently when the user logins with invalid credentials null is returned:
This is also similar to the default authenticator:
|
I will take a look this weekend. Thanks for bringing it up. |
@auahmed If the credential is not matched, then a null account object is returned and in the basic authentication, the popup window will show up again. This repeats several times depending on the OS configuration and then fail the basic authentication. The Marketplace is using the form and the flow might be different. What is the behavior in your app? |
The flow of the app is that the user credentials are passed in the headers to oauth2 as base64-encoded. |
Do you have a form to collect the username and password? Is it possible to just customize the marketplace auth? I am working on the light-portal now and will pick up the post authentication soon. |
Will check into seeing if its possible to just update the marketplace auth |
When a user enters the wrong username and password for code authentication, the response should be incorrect credentials rather then server error.
The text was updated successfully, but these errors were encountered: