Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
202 views

all, thanks in advance for any help. This is a copy of a question I asked at the Keycloak community forum that, unfortunately, got no responses. Hi, all. Thanks in advance for any help. I’m setting ...
1 vote
1 answer
88 views

I have an OpenID Connect Certificate endpoint returning the following JSON: { "keys": [ { "kid": "key1", "kty": "RSA", "...
nCessity's user avatar
  • 805
0 votes
0 answers
93 views

I'm currently updating a Micronaut application and trying to remove usage of the deprecated io.micronaut.security.token.jwt.signature.jwks.JwksSignature. The official documentation and the source code ...
0 votes
1 answer
186 views

I've generated a private/public key pair with Jose.generateKeyPair() and I exported the public key with Jose.exportJWK() But the exported key does not have a KID or ALG property. Is there a way to ...
1 vote
0 answers
232 views

I'm integrating OpenID Connect with Keycloak for client authentication but consistently encounter the error message: "Invalid client" or "Invalid client credentials". Setup ...
1 vote
0 answers
202 views

So I'm attempting to reproduce the steps in RFC 7515 Section A.3.1 in rust. I have been struggling to produce the correct R and S values even with a very minimal example that just takes the raw ...
0 votes
1 answer
206 views

In Keycloak 21.0.0, an issue occurs during signature verification when consuming an external API that provides JSON Web Keys (JWKs). The system fails to find the expected public key, logging the ...
0 votes
0 answers
323 views

im having problem creating a token using JWK private keys and from this snippet i get a {"error":"OpenSSL unable to validate key"} when i try the key using packages in js/python i ...
Kelv1nG's user avatar
  • 65
1 vote
0 answers
411 views

I've created a Application with API services as a chosen option. I'm trying to get token based on Client Id and Client Secret with the grant_type "client_credentials". But it is asking for ...
0 votes
0 answers
185 views

I have a signature (String) that has been generated from a url and some query params. I wanted to know how to validate this signature. I have another url that provides me the public JWKs. I am using ...
Ani512's user avatar
  • 1
3 votes
0 answers
182 views

I have this RSA public key in JWK format: { "kty": "RSA", "e": "AQAB", "kid": "55c188a83546fc188e51576ba72836e0600e8b73", "n&...
3 votes
1 answer
2k views

I am using AWS Cognito for my user management. When I sign in, I can get AccessToken, RefreshToken, and IdToken from AWS. The official AWS Documentation says that IdToken contains personal information ...
4 votes
0 answers
5k views

I'm seeing this error when getting the signing key: PyJWKClientError: Unable to find a signing key that matches: "{kid}" The signing_key is where I'm seeing the error: import jwt jwks_uri=...
KristiLuna's user avatar
  • 2,021
0 votes
1 answer
739 views

I'm updating singpass v3 to v4 using php CI. API getPersonal return jwe has alg ECDH-ES+A256KW. I copy it jwe to demo project (use js) of singpass it can decrypt. I have the same encryption private ...
-1 votes
1 answer
186 views

I want to generate JWK with parameters using JavaScript. Following is the code I used to generate JWK var JA = java.util; var JWKgen = Packages.com.nimbusds.jose.jwk.gen; var Keys = Packages.com....

15 30 50 per page
1
2 3 4 5
...
16

AltStyle によって変換されたページ (->オリジナル) /