Project:
View Revisions: Issue #49159 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0049159: Add a new authentication method that authenticates by just setting the Authorization header with basic authentication | ||
Revision | 2022-04-28 10:12 by caristu | ||
Description | Currently we have the BasicHttpAuthorizationProvider which follows the standard HTTP basic authentication[1]. It would be nice to have a different authorization provider to authenticate with an external system that does not strictly follow the standard HTTP authentication but expects to directly have the basic authentication in the Authorization header of the request. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication [^] |
||
Revision | 2022-04-28 10:11 by caristu | ||
Description | Currently we have the BasicHttpAuthorizationProvider which follows the standard HTTP basic authentication[1]. It would be nice to have a different authorization provider to authenticate with an external system that does not strictly follow the standard HTTP authentication and instead expect to directly have the basic authentication in the Authorization header of the request. [1] https://developer.mozilla.org/en-US/docs/Web/HTTP/Authentication [^] |
||
Revision | 2022-04-28 09:55 by caristu | ||
Description | It would be nice to support HTTP authorization methods that can directly set the authentication information by adding headers into the request |
Copyright © 2000 - 2009 MantisBT Group |