Hi, I’m trying to implement SSO for my asp.net zero angular application. For that, I’m using https://developer.okta.com/code/javascript/okta_auth_sdk/ for my angular side implementation.
But I can’t able to get “idToken”
it’s always giving me undefined.
I’m implementing
Complete Okta Session and OIDC Token Example
also I’m getting 401 error for - “https:// {yourOktaDomain}/oauth2/default/v1/token”.
Can anyone please help me with this implementation?
Thanks