Keycloak-Angular try to open /account after login / requesting a token
See original GitHub issueBug Report or Feature Request (mark with an x
)
- [x] bug report -> please search for issues before submitting
- [ ] feature request
Versions.
Repro steps.
Just set up a new angular project (version 6) and follow the stepps mentioned to get keycloak-angular running. Followed the tutorial at https://www.npmjs.com/package/keycloak-angular
The log given by the failure.
My public client ist able to request a token, but also make a request to the keycloak path /account where i have no access to.
Cause of this my app does not start.
This behaviour is tested in Angular 5/6 with both versions of the keycloak angular-module.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Step-by-step guide how integrate Keycloak with Angular ...
First of all after successful login OAuth2.0 tokens were fetched from the Keycloak server and stored in your web browser. Now if there...
Read more >Keycloak-angular: access /account fails with 403 error and ...
When I try to login via my Ionic-Angular Web-App (Chrome, Safari) the keycloak login form is displayed, if user isn't logged in yet....
Read more >Securing Applications and Services Guide - Keycloak
After a successful login, the application will receive an identity token and an access token. The identity token contains information about ...
Read more >A Quick Guide to Using Keycloak with Spring Boot - Baeldung
We can easily use this API to create our own login page. First, we need to acquire an access token from Keycloak by...
Read more >JSON Web Token Tutorial using AngularJS & Laravel - Toptal
The authentication server generates a new JWT access token and returns it to the client. On every request to a restricted resource, the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did this make its way back into 5.1.0? I am using 5.1.0, and noticing the call to /account. I would prefer that be removed, because than any public client would need to be registered with the the account client.
works pretty nice on the first look 😃
Thank you very much!