Problem:
Logging in as Alice using Basic Authn should not return a 401 error on GET request. I believe this to be a bug with Basic Authn.
When running ./start from conjur (OSS) and logging in as Alice with ‘secret’ as the password in Postman (using the basic authn format from the API docs), I am experiencing a 401 unauthorised error
API Docs
Starting OSS with oidc tag ./start —authn-oidc, I experience a 200 OK
Steps to reproduce:
Navigate to Conjur repo
Run OSS with ./start
Start server with conjurctl server
Navigate to Postman and create a GET request to http://localhost:3000/authn/cucumber/login according to API docs
** Can be done with curl as well
Witness 401 error
To receive a 200 OK, need to run with Open IDC
Navigate to Conjur repo
Run OSS with ./start --authn-oidc
Start server with conjurctl server
Navigate to Postman and create a GET request to http://localhost:3000/authn/cucumber/login according to API docs
** Can be done with curl as well
Problem: Logging in as Alice using Basic Authn should not return a 401 error on GET request. I believe this to be a bug with Basic Authn.
When running
./start
fromconjur
(OSS) and logging in as Alice with ‘secret’ as the password in Postman (using the basic authn format from the API docs), I am experiencing a 401 unauthorised errorAPI Docs
Starting OSS with oidc tag
./start —authn-oidc
, I experience a 200 OKSteps to reproduce:
./start
conjurctl server
http://localhost:3000/authn/cucumber/login
according to API docs ** Can be done with curl as wellTo receive a 200 OK, need to run with Open IDC
./start --authn-oidc
conjurctl server
http://localhost:3000/authn/cucumber/login
according to API docs ** Can be done with curl as well