Mathieu Valois

Results 10 comments of Mathieu Valois

Correct. Maybe ingress connection does not even have to know how egress connection is done, so egress side only seems acceptable. I imagine the proxy jump being fixed per-host, yes.

I had the same issue when using OIDC: it keeps removing the email address, while using LDAP to connect puts it in again. Settings: ``` 'oidc_login_provider_url'=>'https://xxx', 'oidc_login_client_id'=>'xxx', 'oidc_login_client_secret'=>'xxx', 'oidc_login_button_text'=>'xxx', 'oidc_login_scope'=>'openid...

Maybe there should be a status indicating if an user has been manually created or using vaultwarden_ldap. Then, an user is removed/disabled only if it is missing from LDAP and...

Hey, we're interested by this project! Is there any ETA for the Shlink Dashboard? Any way to help? Any todo list?

Thank you for your contribution. I'm looking for writing the code that handles the SSO settings for an organisation in the webvault itself. Should the SSO be organisation-tied?

> > Thank you for your contribution. I'm looking for writing the code that handles the SSO settings for an organisation in the webvault itself. Should the SSO be organisation-tied?...

> > Looks like it calls a `subscription` endpoint. Maybe we are missing a correct org flag or something? I see no API call from my web browser, is that...

> The per org config doesn't work, its also being moved to the business portal so it should be hidden. This config above makes your whole instance support SSO using...

Okay so for VW we don't need to put any web interface to configure SSO settings? Should I put them in the .env file and patch VW to handle them?