The whole development at TGV-train speed, wonderful. I wonder if I missed one thing: to do the formal validation of the incoming access token, the Spring boot would need the public key of Keycloak's self signed certificate and use it to validate the signature of the access token .
@Sam-kr5ix5 ай бұрын
well done sir, it was clearly explained
@wadewward10 ай бұрын
❤ why do you prepend ROLE_ to the fullstack-developer role?
@heygenka9 ай бұрын
Just to distinguish the roles from other granted authorities.
@mazingguitar11 ай бұрын
hey Genka - what if I wanted to make that redirect when user hits some sign up/login button? Seems that my router goes crazy and redirect does not happen. EDIT. Got it to work with newer OIDC library - works like charm - will probably start using Keycloak from now on.
@ДимаКорнилов-й5щ Жыл бұрын
Hi, I created a project with a 3D model of a drone. And I want to make buttons with text output on drone components, there are examples on sketchfab, but if I attach a link, the comment is deleted. I've been trying to do what I wanted for a long time, but it just doesn't work out. Can you help me?
@bitroxtn7385 Жыл бұрын
hey Genka does it affect the code if i create app.config.ts in angular 16.2
@heygenka Жыл бұрын
in angular versions pre 17 you can configure it in app.module.ts, it does not matter if you configure it in standalone components or ngmodules. the code is the same.
@mahmudulkhan36727 ай бұрын
how do i give the sign up option? to add a new user?
@laughone11 ай бұрын
Should i use the key cloak library or oath oidc in angular
@heygenka11 ай бұрын
I think both are fine. If you use third party libraries for oauth2, you should stick to those which are OpenID certified, they should be more reliable and trustworthy
@laughone10 ай бұрын
Hi genka, after i login it adds the state and the session state into the url (localhost:4200/dashboard?state=adfeDx how to fix this
@TimBeyer-o6t8 ай бұрын
thanks for this helpful tutorial. Is it possible to @RolesAllowed annotation instead of @PreAuthorize ?
@TimBeyer-o6t7 ай бұрын
It worked for me.
@islomyakubov82059 ай бұрын
Thanks, it was great. Could you please make one more video with keycloak-js library?
@anitalakhadze102610 ай бұрын
Hello. Thanks for the helpful content. Does angular-oauth2-oidc support multiple identity providers?
@heygenka10 ай бұрын
Does not look like it does. In the config there is always only one token provider
@bosnaboym Жыл бұрын
Danke dir fürs video! Very good 👍
@leemai15548 ай бұрын
I followed the steps you showed, but I got a 401 unauthorized error. I made sure to add the access token to the header. I think there is a problem in the backend but I really don't know how to fix it =((
@heygenka8 ай бұрын
I can just guess, 401 could mean that something in spring security chain is wrong or the token verifikation went wrong, maybe wrong token issuer URL or something.
@breaker14546 ай бұрын
Does this include the PCKE Flow?
@heygenka6 ай бұрын
according to the doc, yes it does manfredsteyer.github.io/angular-oauth2-oidc/docs/additional-documentation/code-flow-+-pcke.html