Pablo Ovelleiro Corral
Pablo Ovelleiro Corral
> Again, this is not the correct place for those patches I got it to build by adding the files from the previous patch version. @BlackDex what would be the...
I'm still interested in helping getting this merged. @Sheap did you port your patch to the newer vaultwarden versions, are you still working on this? @BlackDex What is missing to...
@Sheap Thanks for the update! I'm trying to use this with the latest version of https://github.com/dani-garcia/bw_web_builds, but there seems to have been changes in the frontend. When trying to save...
> My webvault is checkout out as v2.25.0, with my diffs applied. I see, my bad, I was on 2.26.0. What commit of `jslib` do you have checked out to...
> There were some issues with my set up too. There's a lot I'd forgotten between when I was last working on it and coming back. I'm resolving it now,...
I'm running into a panic, when I click the "Login with SSO" button. I'm not sure if my SSO provider settings are correct, but in either case probably a panic...
Can confirm the panic is fixed. I have not been able to configure keycloak correctly yet, currently seing this error when trying to login, even though I created a client...
The json format returned from the web-vault when configuring SSO for an organisation seems to have changed. The `OrganizationSsoUpdateData` struct now looks like this: ```rust #[derive(Deserialize, Debug)] #[allow(non_snake_case)] struct OrganizationSsoUpdateData...
The issue I'm currently running into: After configuring SSO for an organization I created, I can see it is saved correctly now in the database. When trying to login however...
I've got a version with the login process working now. I get redirected correctly to the authentication page of the authentication provider) and can login. However, I've not been able...