Add default kid to jwks.json

This commit is contained in:
theworldbright 2015-11-22 15:54:05 -08:00
parent 1e3421713a
commit a4095692b7

View file

@ -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