I dont see login page

https://screencast.com/t/xSYvKNOB2

I dont see login page. My code is here

Based on the error shown in the error response (see error_description in the redirect response) you’re providing an incorrect audience value. You set the audience to https://localhost:3000/userinfo here so that would imply you need to have an API configured in the API’s section with that identifier. and you haven’t

whats the correct value? Its important to put this value? What does this thing signify?

now when i login, i see this in url

http://localhost:3000/login#access_token=TecYZ7snyHV&expires_in=7200&token_type=Bearer&state=af6AJGNu&id_token=eyJ0exxxxx.eyJpc3MiOiJodHRwcxxxxx.pfgRCrPuBxMMO6obMxxx

I think i got the right token and everything. If this is correct, it should go to apphome page. But it goes back to login page. Can someone help?

I got it solved. Thanks

whats the correct value? Its important to put this value? What does this thing signify?

now when i login, i see this in url

http://localhost:3000/login#access_token=TecYZ7snyHV&expires_in=7200&token_type=Bearer&state=af6AJGNu&id_token=eyJ0exxxxx.eyJpc3MiOiJodHRwcxxxxx.pfgRCrPuBxMMO6obMxxx

I think i got the right token and everything. If this is correct, it should go to apphome page. But it goes back to login page. Can someone help?

I got it solved. Thanks