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
It should ideally send the Authorization header with Basic string generated using clientId and clientSecret, but it's not sending is there any way I can send this header?
Also the payload has parameter with name 'email' instead of that Can I name it 'username'
The text was updated successfully, but these errors were encountered:
Clients in possession of a client password MAY use the HTTP Basic authentication scheme (...)
Alternatively, the authorization server MAY support including the
client credentials in the request-body using the following
parameters: client_id (...) and client_secret (...)
As a contributor to this strategy, i'll propose a PR that writes for the moment the first point, i.e. the basic authentication scheme.
I am using NbOAuth2AuthStrategy like below
It should ideally send the Authorization header with Basic string generated using clientId and clientSecret, but it's not sending is there any way I can send this header?
Also the payload has parameter with name 'email' instead of that Can I name it 'username'
The text was updated successfully, but these errors were encountered: