Francesco Servida
Francesco Servida
I'm using it successfully with the app, however I had to protect only a very specific subset of the proxy, else every request will have to be authorized which breaks...
I'm having the same issue, with chrome debug tools showing a Ajax error with "IP address changed"
Just putting also my input as I’ve been working hard to implement sso in different services, I’m not sure opening a secondary tab is the best UX in term of...
My understanding is that most of the login logic is here: https://github.com/webrecorder/browsertrix-cloud/blob/b252931c71a35f8cd2a1159935528ecd69115fe5/backend/btrixcloud/auth.py#L169C5-L229C41 I think I can quite easily work out a new endpoint (/login_sso ?) with different logic that would...
Lost in how to dynamically show/hide elements on login page, I've implemented one endpoint returning the available login methods, but not familiar enough with the frontend framework to know how...
SSO login is working fully, both based on header, but most importantly OIDC is now supported, opening a very wide range of options. Missing for now: - ability to hide...
> Hey! Will discuss this with the team today, thank you for contributing! > Always welcome, thanks for the great software > If the user fields could be set to...
I've implemented last changes, everything is working now, only missing documentation. I've created the option to disable user invites (both frontend and backend); this is because if SSO is enabled...
@Shrinks99 committed your suggestions, thanks. Unsure why the K3D run is failing, I'm not getting that Helm template error when running on my laptop or even test infrastructure, might want...
I was just looking at this and also would love the ability to split per url. It does look like an option would be the best way, love to contribute...