1

I'm using AWS cognito hosted UI , after signing in I get redirected to the callback URL I configured with the id_token in the url , the problem is that there's a '#' character before the idtoken ( http://exmple.com/callback#id_token=eyJra ) and this '#' is not allowing me to read the idtoken for some reason .

1 Answers1

0

I've found a solution , # is used for refrencing html elements in page , we can use location.href to get full url