Make prettier happy

This commit is contained in:
Ersei Saggi
2026-02-22 11:04:40 -08:00
parent 05213dc1ee
commit ca187a7b5e
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -480,8 +480,8 @@
list of strings from the OIDC server.
<br />
For Keycloak, it is <code>realm_access.roles</code> by
default for realm roles. For client roles, it is
<code>resource_access.<clientId>.roles<code>
default for realm roles. For client roles, it is
<code>resource_access.&gt;clientId&lt;.roles</code>
(e.g. resource_access.jellyfin.roles)
<br />
For Authelia, it is <code>groups</code>
+1
View File
@@ -279,6 +279,7 @@ kanidm group create jellyfin_users
kanidm system oauth2 update-scope-map jellyfin jellyfin_admins openid profile groups
kanidm system oauth2 update-scope-map jellyfin jellyfin_users openid profile groups
```
Get the secret used in the Jellyfin config with `kanidm system oauth2 show-basic-secret jellyfin`.
### Jellyfin's Config