JWKS endpoint of wso2 IS
 What is JWKS endpoint?   The JSON Web Key Set (JWKS) endpoint is a read-only endpoint. This url returns the Identity Server's public key set in Json web key set format. This contains the signing key(s) the RP uses to validate signatures from the Identity Server. This endpoint is defined loosely by the  OpenID Connect Discovery specification .     Try JWKS endpoint with Identity Server    The endpoint url for the super tenant:   https://localhost:9443/oauth2/jwks     The jwks for the super tenant will be as follows:  { "keys" : [   {     "alg" : "RS256" ,     "kty" : "RSA" ,     "use" : "sig" ,     "n" : " AJSn-hXW9Zzz9ORBKIC9Oi6wzM4zhqwHaKW2vZAqjOeLlpUW7zXwyk4tkivwsydPNaWUm-9oDlEAB2lsQJv7jwWNsF7SGx5R03kenC-cf8Nbxlxwa-Tncjo6uruEsK_Vke244KiSCHP8BOuHI-r5CS0x9edFLgesoYlPPFoJxTs5 " ,     "e" : "AQAB" ,     "kid" : " d0ec514a32b6f88c0abd12a2840699bdd3deba9d "...