feat: initial Jellyfin OIDC auth plugin
OpenID Connect SSO for Jellyfin 10.10 (net8.0). Authorization code flow with PKCE via IdentityModel.OidcClient, automatic user creation with random password, role based admin/access mapping, plugin repo manifest. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
22
Jellyfin.Plugin.OidcAuth.sln
Normal file
22
Jellyfin.Plugin.OidcAuth.sln
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio Version 17
|
||||
VisualStudioVersion = 17.0.31903.59
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Jellyfin.Plugin.OidcAuth", "Jellyfin.Plugin.OidcAuth\Jellyfin.Plugin.OidcAuth.csproj", "{B7C3AC62-209A-4895-9FBA-8A3BEBF0E9E7}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|Any CPU = Debug|Any CPU
|
||||
Release|Any CPU = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{B7C3AC62-209A-4895-9FBA-8A3BEBF0E9E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{B7C3AC62-209A-4895-9FBA-8A3BEBF0E9E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{B7C3AC62-209A-4895-9FBA-8A3BEBF0E9E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{B7C3AC62-209A-4895-9FBA-8A3BEBF0E9E7}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
EndGlobal
|
||||
Reference in New Issue
Block a user