Deploy branding.xml with a "Sign in with Authentik" button in the login disclaimer. Local password login remains available. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
526 B
Django/Jinja
7 lines
526 B
Django/Jinja
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- {{ ansible_managed }} -->
|
|
<BrandingOptions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
<LoginDisclaimer><form action="/sso/OID/start/{{ jellyfin_sso_provider_name }}"><button class="raised block emby-button button-submit" type="submit" style="margin:2em 0">Sign in with Authentik</button></form></LoginDisclaimer>
|
|
<CustomCss />
|
|
<SplashscreenEnabled>false</SplashscreenEnabled>
|
|
</BrandingOptions>
|