--
You received this message because you are subscribed to the Google Groups "Pac4j users mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pac4j-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/pac4j-users/ca42fb50-db40-460d-8ace-e6acfe45a11bn%40googlegroups.com.
Hi,I am fetching the public key from "https://www.googleapis.com/oauth2/v3/certs".Adding rsa key-pair by passing the jwk from above link to JWKHelper.buildRSAKeyPairFromJwk(JwkFromAboveLink).I am not adding secret signature configuration since the google jwks have keyType = RSA and JWKHelper.buildSecretFromJwk need keyType "oct". (hope I am correct)Is it necessary to add SecretSignatureConfiguration? Because I am not getting how to.Thanks & RegardsParth
Hi,When I use debug mode in intellij#JwtAuthenticator# | signatureConfigurations: [#RSASignatureConfiguration# | keys: [protected] | algorithm: RS256 |] | encryptionConfigurations: [] | realmName: authentication required | identifierGenerator: null |I get this as a message for CommonProfile token = jwtAuthenticator.validateTokenand then this -> JWT verification failed: tokenThanks & RegardsParth
{
"alg": "",
"kid": "",
"typ": ""
}These are the fields that I get in the header.