hey, I'm setting up my local env with jans and all is running pretty well. But running tests, I can't pass AuthorizeRestWebServiceHttpTest
in requestAuthorizationAccessToken
. I'm having this message. java.lang.AssertionError: The access token is null expected object to not be null
. Debugging I'm checking that
ddQueryStringParam(queryStringBuilder, AuthorizeRequestParam.ACCESS_TOKEN, accessToken);
accessToken
is always null. Is there some configuration that is needed to be added to database or configuration files to set this value ?
Hello, I have a bit of a starter question in regards to setting up a new jans-auth server. I have installed jans rpm package on my virtual ubuntu machine. And everything auto-magically happened and was setup, but now I'm having trouble, how to configure certain things, where is jans installed etc.
There might be a doc on github, which I haven't discovered yet, but would really appreciate, if anybody can help me with that :)
Hello, I have configured jans setup on ubuntu 20.X on my vmware workstation fulfilling all installation requirements.I am getting this type of error for both of the modules, when I try to access menu driven interface. Any solution on the below problem mentioned?
root@ub:~# /opt/jans/jans-cli/scim-cli.py
An Unhandled error raised: (500)
Reason: Server Error
HTTP response headers: HTTPHeaderDict({'Date': 'Mon, 09 May 2022 07:24:37 GMT', 'Server': 'Apache/2.4.41 (Ubuntu)', 'X-Xss-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Cache-Control': 'no-store', 'Pragma': 'no-cache', 'Content-Length': '0', 'Set-Cookie': 'X-Correlation-Id=242e84d4-beaa-45e5-9b73-f2b08dd7c5b9; Secure; HttpOnly;HttpOnly', 'Connection': 'close'})
Error is logged to /opt/jans/jans-cli/error.log
root@ub:~# /opt/jans/jans-cli/config-cli.py
An Unhandled error raised: (500)
Reason: Server Error
HTTP response headers: HTTPHeaderDict({'Date': 'Mon, 09 May 2022 07:24:47 GMT', 'Server': 'Apache/2.4.41 (Ubuntu)', 'X-Xss-Protection': '1; mode=block', 'X-Content-Type-Options': 'nosniff', 'Strict-Transport-Security': 'max-age=31536000; includeSubDomains', 'Expires': 'Thu, 01 Jan 1970 00:00:00 GMT', 'Cache-Control': 'no-store', 'Pragma': 'no-cache', 'Content-Length': '0', 'Set-Cookie': 'X-Correlation-Id=c0da5066-c184-4a24-9b9d-f30da7d81f86; Secure; HttpOnly;HttpOnly', 'Connection': 'close'})
Error is logged to /opt/jans/jans-cli/error.log
debug=true
in /root/.config/jans-cli.ini
and send complete output