christophvw

Results 20 comments of christophvw

I have the same problem. All my server are accessible over https only and I cannot automate the creation of the DNS records.

Install the assembly to %ProgramFiles% or GAC/WinSxS

See https://github.com/dominik-th/matomo-plugin-LoginOIDC/issues/106 This plugin does not work with AD FS.

When I extract the email adress (email = username here) from the token and remove the call to the userinfo endpoint I can login successfully: $acc_token = json_decode(base64_decode(explode('.', $result->access_token)[1])); $providerUserId...

My config: apache2: RewriteEngine On RewriteRule ^/oidc/callback /index.php?module=LoginOIDC&action=callback&provider=oidc [QSA,NE,R,L] Authorize URL: https://adfs-serverfqdn/adfs/oauth2/authorize Token URL: https://adfs-serverfqdn/adfs/oauth2/token Userinfo URL: https://adfs-serverfqdn/adfs/userinfo Redirect URL: https://matomo-serverfqdn/oidc/callback Maybe it would be useful to be able to...

https://github.com/dominik-th/matomo-plugin-LoginOIDC/pull/110

Could you please publish it to CRAN anyway? We cannot allow our users to install packages from github (and it won't work anyway as we cannot get kerberos proxy auth...

It seems to work! Thank you very much.

When you install packages with admin rights they will go into %PROGRAMFILES%\R 4.x... which is fine. with user rights they will be installed into: %OSDRIVE%\USERS\USERNAME\APPDATA\LOCAL\R\WIN-LIBRARY As this is not a...

> Typically what happens is that users cannot update packages because some process is locking the DLL file inside the package. Ah, I didn't find an explaination by reading the...