document self service in admin config page

This commit is contained in:
Matthew Strasitoto
2022-08-14 13:13:07 +10:00
parent 843873d8d5
commit a4ea12b7f4
2 changed files with 20 additions and 0 deletions
+3
View File
@@ -397,4 +397,7 @@ export default function (view) {
console.log(current_mappings);
ssoConfigurationPage.populateRoleMappings(current_mappings, container);
});
view.querySelector("#sso-self-service-link").href =
ApiClient.getUrl("/SSOViews/linking");
}
+17
View File
@@ -45,6 +45,23 @@
>roadmap
</a>
for more information.
<br />
To allow users to manage their own SSO accounts, including linking
SSO providers, and removing existing links, they need to visit
<a
is="emby-linkbutton"
id="sso-self-service-link"
class="button-link"
>the self service page </a
>. <br />
You can use
<a
is="emby-linkbutton"
href="https://jellyfin.org/docs/general/clients/web-config.html#custom-menu-links"
class="button-link"
>custom menu links
</a>
to accomplish this.
</p>
<form id="sso-load-config" class="esqConfigurationForm">