diff --git a/Auth/LearningHub.Nhs.Auth/appsettings.json b/Auth/LearningHub.Nhs.Auth/appsettings.json index fbd9f12..b37f7c6 100644 --- a/Auth/LearningHub.Nhs.Auth/appsettings.json +++ b/Auth/LearningHub.Nhs.Auth/appsettings.json @@ -151,6 +151,21 @@ "RequireConsent": false, "RequirePkce": true, "AllowOfflineAccess": true + }, + "digitallearningsolutions": { + "BaseUrl": "", + "ClientName": "", + "ClientSecret": "", + "AllowedGrantTypes": [ "" ], + "RedirectUris": [ "" ], + "PostLogoutUris": [ "" ], + "AllowedScopes": [ "", "", "", "", "" ], + "BackChannelLogoutSessionRequired": true, + "BackChannelLogoutUri": "", + "UpdateAccessTokenClaimsOnRefresh": true, + "RequireConsent": false, + "RequirePkce": true, + "AllowOfflineAccess": true } }, "IdsClients": { @@ -311,6 +326,21 @@ "UseSupport": false, "AllowRememberLogin": false, "LayoutPath": "/Views/Shared/LearningHub/_Layout.cshtml" + }, + "digitallearningsolutions": { + "ClientDescription": "Learning Hub", + "ClientUrl": "", + "RedirectUris": [], + "PostLogoutUris": [], + "AuthMainTitle": "Digital Learning Solutions Authentication", + "ClientLogoSrc": "/images/client-logos/dls.svg", + "ClientLogoAltText": "Digital Learning Solutions", + "ClientCssClass": "learning-hub", + "ForgottenPasswordRelativeUrl": "forgotten-password", + "RegisterAccountRelativeUrl": "register", + "SupportUrl": "https://support.e-lfh.org.uk/", + "AllowRememberLogin": false, + "UseRegister": false } } } diff --git a/Auth/LearningHub.Nhs.Auth/wwwroot/images/client-logos/dls.svg b/Auth/LearningHub.Nhs.Auth/wwwroot/images/client-logos/dls.svg new file mode 100644 index 0000000..a552b14 --- /dev/null +++ b/Auth/LearningHub.Nhs.Auth/wwwroot/images/client-logos/dls.svg @@ -0,0 +1,7 @@ + + + + + DLS + + \ No newline at end of file