Can't validate JWT token
We used this link to configure our WebApi to validate our tokens: Auth0 ASP.NET Web API (OWIN) SDK Quickstarts: Authorization But we noticed something, if we remove part of the signature in the JWT...
View ArticleThe problem of null or empty access tokens
Hi I have been using Auth0 for about 3 months. I get access tokens through the SDK, but I encountered a case where the access token was returned as null or an empty string only once. If you have any...
View ArticleHow to Solve Token invalid using multiple broswer in laravel Give sample Code?
How to Solve Token invalid using multiple broswer in laravel Give sample Code 1 post - 1 participant Read full topic
View ArticleUsing Auth0 JWT validation middleware to validate access tokens issued by...
Can I use Auth0 JWT validation middleware to validate access tokens issued by third-party auth providers like Kinde in a Golang app? 1 post - 1 participant Read full topic
View ArticleJWT.io - HS256 validation false positivites AFTER initial verification?
After initial validation of JWT HS256, all subsequent input secrets (right or wrong) display Signature Verified. I should be able to validate, remove a character then see Invalid Signature. Re-type...
View ArticleJWT.io Debugger does validate at all. Considers ANY secret as valid. How is...
Go to JWT.io right now and under Verify Signature which contains “your-256-bit-secret” go ahead and type anything in. I mean ANYTHING. What do you see? Signature Verified. Go to JWT.io again, then...
View ArticleNeed Help Identifying Encryption and Decoding JSON Data
Hello community, I have encountered a JSON file with what appears to be encoded data, and I suspect it might be encrypted. I’m seeking assistance in identifying the encryption method used and decoding...
View ArticleEmpty JWT payload in accessToken is not valid
Hello, I’m using react sdk, the login works and I get an accessToken. But when I want to use this accessToken with my backend (C#) it doens’t work. When I check the token using jwt.io I get the...
View ArticleGenerating a JWT using SAP ABAP
In order to connect with an external API from SAP, I was tasked with generating a JWT in SAP EC6 ABAP but it has not been possible. So if any of you clever ppl know of a way to make it work I would...
View ArticleUser Group of the user on context
Currently, we have a kotlin app with OKTA as the provider on SSO. We have this User Groups being setup. Now we are migrating to Auth0. Using the extension on Auth0, I have created the groups but...
View ArticleHow to Remove Header Token in laravel?
How to Remove Header Token in laravel? 3 posts - 3 participants Read full topic
View ArticleReact SDK: New access token is returned even after revoking refresh token
I am trying to implement refresh tokens right now I have passed the getAccessTokenSilently function for fetching access tokens + refreshing access tokens directly to my axios instance so that it will...
View ArticleGolang JWT middleware example: adding validation results to context
I am looking at the example for JWT middleware in Go. In my API backend as-is, I use the Echo framework (specifically, based off this example). This is no big issue itself, as Echo has a very useful...
View ArticleApple StoreKit 2 X5C certificate expired, jwt.io still verifies successfully
Hello everybody, today I noticed that some of my customer’s StoreKit 2 JWTs wouldn’t be verifiably on my server via a Swift JWT library. However, when pasting the same JWT in jwt.io it would verify...
View ArticleJWT token for a subnet
Hi All can we get a JWT token for a subnet. as my docker choose any one IP from from subnet while restart 3 posts - 3 participants Read full topic
View ArticleReferences JWT versions over years
Where do I find References JWT versions and it structures over years. Where do I find the dates and the relevant RFCs? 3 posts - 3 participants Read full topic
View ArticleIssue with express-oauth2-jwt-bearer
I followed the tutorial at Auth0 Node (Express) API SDK Quickstarts: Authorization and created the middleware const checkJwt = auth({ audience: process.env.AUDIENCE_ID, issuerBaseURL:...
View ArticleHow to receive appState from auth server in react native. I am using...
I am not able to receive appState from auth server in the react native application. I am using the react-native-auth0 library. Is there any configuration required to be done in order to get the...
View ArticleAuthentication not working on ios v 17, has anyone encounter this issue? it...
Auth0 integration works on every other version of ios , except for version 17. 3 posts - 3 participants Read full topic
View ArticleRecreating JWT debugger for a open-source website
Hi people, I recently stumbled upon an open-source website that contains tools for everyday use when developing like string converter, JSON verify, and quite a few others. Recently in our company, we...
View Article