Open albu-diku opened 3 months ago
Added the OpenID Connect milestone because unit test coverage of the old OpenID 2.0 service is important in the development of the replacement.
Added the OpenID Connect milestone because unit test coverage of the old OpenID 2.0 service is important in the development of the replacement.
Thanks - that was definitely the reason to do this, and I remember mentionig directly, but doing this predated the tracking issue hence not being listed there already. No time like the present to start and appreciate your adding it.
Make use of a need to cover the basic operation of this code for some minimal changes that allow the server it implements to be trivial to instantiate directly as an object. Use this ability to do so under test and add the necessary wiring to issue a single top-level request from the server and validate it responds with no internal issues logged.
Note that a top-level request was not previously succeeding due to certain values being errantly dereferenced (though the code was clearly written to have been safe under these circumstances). Fix this here.