divStar

Results 59 comments of divStar

**Edit:** actually since between `fab`, `fas` and others the last one wins, setting `OAUTH2_ICON = 'fas fa-key'` **actually works**! This is what the Login button looks like HTML-wise: ```html Login...

I have just checked out the `embedded-database-demo` repository and am having the same issue the OP is having. I also have it on my other project. The issue solely occurs...

Hello @alex1989hu , thank you for making this! I am wondering: **is there any reason to have the `kublet-serving-cert-approver` be "updatable"?** Because if so, a Helm Chart would allow for...

I actually have the same issue with the Jellyfin SSO Plugin and authelia. Manually changing the URL from ```url https://auth.my.domain/api/oidc/authorization?response_type=code&state=rebFBEsbAemsYNWfcmxspA&code_challenge=Y0x6Z_Dc6j8nHtHD7waDk7QHAIs2X8QxGyT5H0s8TR4&code_challenge_method=S256&client_id=jellyfin&scope=openid%20profile%20groups&redirect_uri=http%3A%2F%2Fjellyfin.my.domain%2Fsso%2FOID%2Fredirect%2FAuthelia ``` to ```url https://auth.my.domain/api/oidc/authorization?response_type=code&state=rebFBEsbAemsYNWfcmxspA&code_challenge=Y0x6Z_Dc6j8nHtHD7waDk7QHAIs2X8QxGyT5H0s8TR4&code_challenge_method=S256&client_id=jellyfin&scope=openid%20profile%20groups&redirect_uri=https%3A%2F%2Fjellyfin.my.domain%2Fsso%2FOID%2Fredirect%2FAuthelia ``` (note: the change is at...

@hllshiro I guess you may want to edit the `SSH-Auth.yml` file, too, and add the `SchemeOverride` property with the value `https` (see my [previous comment](https://github.com/9p4/jellyfin-plugin-sso/issues/264#issuecomment-2864687680) for details). But overall it...

> There is an option in the plugin GUI to set the scheme override, no need to edit the config file directly. This option didn't work for me when I...

Hey @maxinetakeba , this looks like a different error - it doesn't contain an invalid http-only URL to redirect, because only then the HTTPS fix (in the XML) would've fixed...

It might help, but also: can you look through the Jellyfin and Authentik logs and see if you perhaps missed an error (or sometimes even a warning) from before this...

~~Just an idea, but would you mind explicitly setting the properties in your XML to true or false (depending on what value is appropriate)?~~ I compared it with my own...