spring - unable to use multiple jwks files for each client OIDC CAS server -
when used multiple keystores each client cas 5.1.x got default generated jwks , got id_tokens signed key. when define jwks services got right jwks when request https://host:port/cas/oidc/jwks, when test signature correspondant key got error in signature. signature passes default jwks generated or setted via these cas.properties lignes :
cas.authn.oidc.issuer=https://host:port/cas/oidc cas.authn.oidc.jwksfile=classpath:/keystore.jwks
any solutions ?
Comments
Post a Comment