openid-certification / oidctest

THE CERTIFICATION TEST SUITE HAS BEEN MIGRATED TO A NEW SERVICE https://www.certificatinon.openid.net
Other
50 stars 15 forks source link

add OP 3rd-party init SSO support in dynamic client registration #129

Closed zandbelt closed 5 years ago

zandbelt commented 6 years ago

When passing the test the OP should verify that the initiate_login_uri parameter is present in the dynamic client registration request and the OP should echo that parameter in the response. In addition it should check that it is an https URL.

zandbelt commented 6 years ago

Added OP-3rd_party-init-login and OP-3rd_party-init-login-nohttps in a feature branch.

PR for adding the tests in the provider conformance tests: https://github.com/panva/oidc-provider-conformance-tests/pull/3

Once the latter has been merged we can merge the feature branch into the upstream repo.

zandbelt commented 6 years ago

Provider conformance changes were merged, CI finished successfully for the feature branch including the 2 new tests. PR added to upstream https://github.com/rohe/oidctest/pull/114