diff --git a/SSO-Auth/Views/SSOViewsController.cs b/SSO-Auth/Views/SSOViewsController.cs index 96b5e98..7ae4c8d 100644 --- a/SSO-Auth/Views/SSOViewsController.cs +++ b/SSO-Auth/Views/SSOViewsController.cs @@ -36,8 +36,8 @@ public SSOViewsController(ILogger logger, ISessionManager se _sessionManager = sessionManager; _userManager = userManager; _authContext = authContext; - // _logger = logger; - // _logger.LogInformation("SSO Views Controller initialized"); + _logger = logger; + _logger.LogInformation("SSO Views Controller initialized"); } private ActionResult ServeView(string viewName) @@ -66,7 +66,7 @@ private ActionResult ServeView(string viewName) if (stream == null) { - // _logger.LogError("Failed to get resource {Resource}", view.EmbeddedResourcePath); + _logger.LogError("Failed to get resource {Resource}", view.EmbeddedResourcePath); return NotFound(); } #nullable disable diff --git a/providers.md b/providers.md index 578088f..4957053 100644 --- a/providers.md +++ b/providers.md @@ -39,9 +39,11 @@ FolderRoleMapping: [] Authelia is simple to configure, and RBAC is straightforward. ### Authelia's Config + Below is the `identity_providers` section of an Authelia config: ### Authelia v4.38 and above + ```yaml identity_providers: oidc: @@ -58,6 +60,7 @@ identity_providers: ``` ### Authelia v4.37 and below + ```yaml identity_providers: oidc: