Guillaume Chervet

Results 534 comments of Guillaume Chervet

Hi @UwUnyaa , Do you have a sample of your configuration ? Are you using service worker? For which use case use the method? You already have tokens for somewhere...

Thank you @mrige for your issue and thank you for the video. I make a try to reproduce it.

I'am sorry @mrige , I did not get the time to test it. Do you have a sample of your configuration?

hi @mrige thank you very much. What is the path value of redirect_uri: process.env.NEXT_PUBLIC_OAUTH2_CLIENT_REGISTRATION_LOGIN_REDIRECT_URI, silent_redirect_uri: process.env .NEXT_PUBLIC_OAUTH2_CLIENT_REGISTRATION_LOGIN_SILENT_REDIRECT_URI, ? Do you use # link or full path?

hi @nikPast , Thank you very much for your issue. Do you have a sample of your configuration?

thank you @nikPast, do you have an error log or something else in the console? You try without service worker first for simplicity: ```js const configuration = { client_id: '**************************',...

hi @nikPast , did you removed previous service worker registration before your test ? ![image](https://user-images.githubusercontent.com/52236059/221612728-92afefaa-d3a5-42a8-b053-f1ffc84b49a2.png)

do you have the your OidcProvider setting Code ? it seem the OIdcProvider never called during the callback route.

Thank you @nikPast for your feedbaks. Which logs do you have if you logs events? https://github.com/AxaGuilDEv/react-oidc/blob/a6b607a3c29b3fd55c799550936e45e1863cd3d1/packages/react/src/App.tsx#L40 Which azure Service are you using? I may try to reproduce it.

Thank you @nikPast for your help? Do you know the azure step your are using to create an azure Authentification Compoment? for example the name of the resource your are...