Unable to Get Tokens

I am having an issue where I authenticate, have all of my user information stored in the session and I try to retrieve my idToken and accessToken, but when I run parseFromUrl(), it does not run. Can you please tell me the information that I need to provide you to solve this issue? I have tried so many different things and nothing is working.

Thank you,

Richard

Hi @wrikgee

The parseFromUrl() method requires an access token and/or ID token to be present in the URL as fragment parameters, for example

https://example.app/implicit/callback#access_token=<token-here>&id_token=<token-here>&state=randomly-generated-value