Soluto / oidc-server-mock

Configurable Mock Server for OpenId Connect
Apache License 2.0
222 stars 35 forks source link

How do you set the x5c key in the jwks endpoint? #106

Closed peterfarrell closed 2 years ago

peterfarrell commented 2 years ago

I need to define the signing key in the jwks endpoint. How do you do that with this package?

AleF83 commented 2 years ago

Hey, It's not implemented. The image uses the default IdentityServer4 logic. See here

peterfarrell commented 2 years ago

@AleF83 Thanks for the info.