Authentication of JWT via cookies failing
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleJwt.io is decoding apple server transaction info but python version failing
Hello the jwt.io is able to decode the appstore signed transaction info - but it fails with signature verification or unpadded data - can you give me hint how jwt.io is able to overcome this? 1 post -...
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 ArticleAccessToken Different from that required by the backend
We are in the last step of the atutification flow. We are a group of 3 completely new and inexperienced developers. My frontend partner is working on React.js with Next.js. A friend and I are on the...
View ArticleConsole.log to print
Hi there, I had below in postlogin , just checking if i can print some thing browser console not luck with the below code this below triggers after postlogin. Now sure how to check this perticular...
View ArticleConsole log in Actions
(topic deleted by author) 1 post - 1 participant Read full topic
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 ArticleWhy are scopes/permissions are duplicated in JWT tokens issued by Auth0?
I use Role-Based Access Control in Auth0. The user tokens contain always all permissions assigned to the user. Scopes on the other hand are only included if they are requested during the...
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 ArticleSID format in ID_TOKEN Claims
currently Auth0 generate the sid in this format Sbbqw4XaqzqhkUCb6U_qnZEyAnjARZ1s is their any way to change it to UUID format ? 1 post - 1 participant Read full topic
View ArticleSIGNATURE Issue
Please check. I have encoded the JWT with some signature. When I decode it is working fine in postman and getting valid response. But when I used same in the website I have added my wrong signature...
View ArticleIntegration with Auth0 and Simple JWT in Django Rest Framework
I’ve been exploring various methods outlined in the Auth0 community to integrate Auth0 with Simple JWT in my Django Rest Framework (DRF) project. Currently, my project setup includes...
View ArticleSSO with OIDC with an external IdP and Auth0 as AS (authorization service)
Hi, I have been able to configure Okta as an OIDC SSO IdP with my Auth0 “Okta Workforce” enterprise connection. I have defined additional scopes but just on the Auth0 side and these are applied to the...
View ArticleNextjs application - unable to SSO login as different user after logout
Hi, I using GitHub - auth0-developer-hub/web-app_nextjs_typescript_hello-world to test logout for my setup. I have an Auth0 Web Application with an Okta Workspace Enterprise connection. Repro: Open...
View ArticleFailed to auth access toekn with go
Ready to post? First, try searching for your answer. Error: error getting the keys from the key func: could not get well known endpoints from url...
View ArticleGetting an error of JWT in the browser
I am trying to create a Signup/Signin application using mern stack and JWT but can’t run the application on the browser and getting some error - github link of the code - GitHub - Rituraj-13/Auth: A...
View ArticleDiagram & explanation of using a separate Authentication Server from Resource...
I want to find an article or spec that clearly sets out the approach of using JWTs issued by an Authentication Server to secure a Resource Server. The page at JSON Web Token Introduction - jwt.io...
View ArticleHow to get the handbook on jwt?
how can i get the handbook please . my download failed since tomorrow 3 posts - 2 participants Read full topic
View ArticleToken from "getAccessTokenSilently" in frontend insecure?
Hi! I have a question regarding the “correct” use of the “getAccessTokenSilently” function. As I understand it, I get a token here and it is stored in memory and then read from it when it is needed. I...
View ArticleError: Unable to resolve module react-native-auth0/src/jwt
Ready to post? First, try searching for your answer. I have a project that use SDK lib within this SDK lib, it use react-native-auth0 in the SDK lib file services/auth.js it has the import | import...
View Article