-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Token Issue in angular 2 #1113
Comments
It is because we don't implement the userinfo endpoint? #376 |
Thanks for your reply. Can you please provide sample steps to create userinfo end point in my application. if you provide detail document for that it is helpful for me |
The userinfo endpoint is not something your application would have to provide, but Dex -- as the "OAuth2.0 Authorization Server" in this setting. However, from looking at the code of the angular2 package you've shared, it seems that this only makes use of the userinfo endpoint in Do you see any errors in your browsers JS console when attempting to login using that package? |
Hi Srenatus, No, am not getting any issue. its working fine but the problem is am not received token. after redirect to my page. |
For other reasons, I'm looking into the use of I've noted that the project you're using looks like a fork that has been neglected -- judging from the compare view.
Also note that I see quite a bot going on in the dev tools JS console. Maybe you'll have more insight when adding showDebugInformation: true, to your |
@Kannan2020 Is this still something you're interested in, or could this be closed? 😃 |
I found error from your guide @srenatus
Edited: This my fault (I forgot config dex config file 😃), but some warnings appear
May be, dex not support check_session_iframe yet, I work around by setting |
That is correct. Dex has no such thing. |
Why do you not add |
@panoti I'm in no position to decide (let alone merge! 😅) anything here -- please reach out to the project maintainers (cc @ericchiang @rithujohn191) |
LOL. I'm sorry, I thought you was in their team too. |
@panoti no worries 😄 ... I'm just a fan 😉 |
Hi Team,
am new to DEX. i configured dex in my server, in default redirection page is showing token. But when i try to login via my angular 2 application login is success and it is redirected to my requested page but in my oauthService.tryLogin({}) method is not triggered and ever time hasValidAccessToken also false.
i refereed for angular 2 Oauth2 given URL : https://www.npmjs.com/package/angular-oauth2-oidc-b2c
Please help on that. thanks
The text was updated successfully, but these errors were encountered: