DEV Community

Discussion on: Keycloak Integration in Angular Application

Collapse
 
anjnkmr profile image
Anjan Kumar • Edited

Thanks for reading...

Keycloak a complete Identity and Access Management for Modern Applications and Services, which will have complete User management, Roles, Fine-grained Authorization management, and a lot more other features.

On the other hand, JWT is a concept that we need to implement ourselves, which means we need to do user management, roles management, etc., it just gave us the token with some data in it, remaining all we need to implement on our own.

Collapse
 
jashi79 profile image
SIVA • Edited

SSO Is possible with the above code or we need add some other functionality

Thread Thread
 
anjnkmr profile image
Anjan Kumar

I just realised that i didn't include the AuthService, We need to have AuthService file along with above, I will share it today.

Thread Thread
 
anjnkmr profile image
Anjan Kumar

Just added AuthService, please check

Thread Thread
 
jashi79 profile image
SIVA

Thank You So much