oictest
oictest copied to clipboard
OAuth2 and OpenID Connect test tools
Roland, I followed instruction on https://dirg.org.umu.se/static/oictest/setup/oprp.html ran python2.7 config_server.py config got: Traceback (most recent call last): File "config_server.py", line 18, in from configuration_server.configurations import convert_config_file, get_issuer_from_gui_config, \ ... ... I...
The best practice for open source software is to include the full text of the license on every file of your project. This [article](http://oss-watch.ac.uk/resources/opensourceyourcode) says it well .
I've tried running oicc.py, but I get the the following error: ``` [root@17c02cdb10be op_config]# cd /opt/jboss/oictest/op_config/ [root@17c02cdb10be op_config]# ./nov.py | oicc.py -J - -H host -i 'mj-00' Traceback (most recent...
I found the test is omitting the response_types param so the default is to set it as only code. Then the test performs a call to the Authorization endpoint with...
When I run oic_flow_test, I get: > SSLError(e, request=request)\n', u'SSLError: [Errno 1] _ssl.c:492: error:14090086:SSL > routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed I tried to specify the cert with `-e` and the full path...
Getting these two stack traces... Traceback (most recent call last): File "./oic_flow_tests.py", line 11, in from oictest.graph import Node, flatten File "/usr/lib/python2.6/site-packages/oictest-0.3.0-py2.6.egg/oictest/__init_ _.py", line 16, in from oictest.check import CheckRegistrationResponse...
Roland, Before I could get pyjwkest to install with: # python setup.py install I had to add some development libraries for gmp and python, for example in Centos: # yum...
I'm not sure if I'm doing something wrong, but whenever I provide a dynamic provider URL in the configuration, I get this error. ``` $ oic_flow_tests.py ryo X (oic-verify)Special flow...
The setup.py script installs the oic 0.4.0 package from pip which is not compatible anymore with the current head of oictest. Two solutions are possible: - release a new version...