keycloak / kc-sig-fapi

Apache License 2.0
77 stars 52 forks source link

OpenID Connect Core Dynamic OP: automate key rotate during a test #272

Open tnorimat opened 2 years ago

tnorimat commented 2 years ago

Description

To automate OpenID Connect Core Dynamic OP completely, it is needed to automate key rotate during the following test:

During this test, the conformance suite requires us to rotate a key in signature. We can do it manually by createing a new key in sigature and disabling the exsiting key (RS256) in signature on an admin console so that we can pass this test manually.

Discussion

No response

Motivation

No response

Details

No response

tnorimat commented 2 years ago

It might be preferabe to skip this test on automatic conformance test run.