Add default kid to jwks.json
This commit is contained in:
parent
1e3421713a
commit
a4095692b7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ module Api
|
|||
private
|
||||
|
||||
def build_jwk
|
||||
JSON::JWK.new(Api::OpenidConnect::IdTokenConfig::PUBLIC_KEY, use: :sig)
|
||||
JSON::JWK.new(Api::OpenidConnect::IdTokenConfig::PUBLIC_KEY, use: :sig, kid: :default)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue