Skip to main content

Hai,

 

When a user has no access_token when using the api, my program generates an url and redirects to that url. At callback, the user is AnonymousUser. How does my program know what user I was before callback?

Or do I have to handle the callback from within a frame or so?

Thanks, Ernst

No need for an answer for this question. I solved the problem. Thanks


Hi @Ernst van der Heijden ,

Glad to hear you’ve resolved the issue! If you don’t mind sharing the steps you took to solve it, I’m sure others in the community would appreciate it. Your experience could be really helpful for anyone facing a similar challenge.

 

Thanks for contributing!


I used the state to send the userid, &state={userid} via auth2. At callback this is send back in the request. 


@Ernst van der Heijden  -- thank you for sharing!


Reply