Skip to content

Commit

Permalink
consistently use OpenID instead of OID on the config page
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Jun 4, 2024
1 parent 42fba86 commit 6f58459
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions SSO-Auth/Config/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h2 class="sectionTitle">SSO Settings:</h2>
<div class="collapseContent">
<div class="selectContainer">
<label class="selectLabel" for="selectProvider"
>Name of OID Provider:
>Name of OpenID Provider:
</label>
<select
is="emby-select"
Expand Down Expand Up @@ -123,7 +123,7 @@ <h2 class="sectionTitle">SSO Settings:</h2>
<label
class="inputLabel inputLabelUnfocused"
for="OidProviderName"
>Name of OID Provider:</label
>Name of OpenID Provider:</label
>
<input
is="emby-input"
Expand All @@ -133,20 +133,20 @@ <h2 class="sectionTitle">SSO Settings:</h2>
class="sso-text"
/>
<div class="fieldDescription">
The name used by Jellyfin to identify the OID provider.
The name used by Jellyfin to identify the OpenID provider.
<br />
If an OID provider with a matching name does not exist, a
If an OpenID provider with a matching name does not exist, a
new provider with this name will be created.
<br />
If an OID provider with a matching name already exists, the
If an OpenID provider with a matching name already exists, the
settings for that provider will be updated.
</div>
</div>
<div class="inputContainer">
<label
class="inputLabel inputLabelUnfocused"
for="OidEndpoint"
>OID Endpoint:</label
>OpenID Endpoint:</label
>
<input
is="emby-input"
Expand Down Expand Up @@ -181,7 +181,7 @@ <h2 class="sectionTitle">SSO Settings:</h2>
</div>
<div class="inputContainer">
<label class="inputLabel inputLabelUnfocused" for="OidSecret"
>OID Secret:</label
>OpenID client secret:</label
>
<input
is="emby-input"
Expand All @@ -191,7 +191,7 @@ <h2 class="sectionTitle">SSO Settings:</h2>
class="sso-text"
/>
<div class="fieldDescription">
The OpenID secret. Randomly generated & shared.
The OpenID client secret. Randomly generated & shared.
</div>
</div>

Expand Down

0 comments on commit 6f58459

Please sign in to comment.