Raf (Raffaele Rialdi)
Raf (Raffaele Rialdi)
The main problem on my side is that I must always use the latest libraries for CUDA and Tensorflow because of other projects and tools requiring to stay updated. If...
Hi @guillaume-chervet are you planning a fix or is there a workaround I can momentarily use? Thanks!
Thanks for your answer @guillaume-chervet I confirm that login pass the extras as the second parameter. More specifically the code does the following steps: - tries to access a web...
Configuration as requested: ```javascript // The IP is Keycloak const configuration = { authority: "https://XXXXXXXXXX/realms/YYYYYYY", client_id: "ZZZZZZZZ", redirect_uri: window.location.origin + '/authentication/callback', silent_redirect_uri: window.location.origin + '/authentication/silent-callback', scope: 'openid email', service_worker_relative_url:'/OidcServiceWorker.js', service_worker_only:true,...
I used the default, so yes
One quick question @guillaume-chervet If I disable the service worker by setting `service_worker_only=false`, is the state validation skipped or not? I am looking for a workaround while you get the...
Thank you @guillaume-chervet. Do you believe that the `state not valid` error would go away? (can't test this now)
No but I can't test it right now because I am traveling for a conference out of my country. BTW - I am using Keycloak. - I don't think that...
@NikolaMilosavljevic Do you have any news for this? We are still stuck since https://github.com/dotnet/deployment-tools/issues/9#issuecomment-726207037 This really prevents the migration of a large number of applications.
@NikolaMilosavljevic Thanks for the prompt answer. I noticed that the new publishing wizard creates far more files than in the past. The applications file are copied in both the publish...