Skip to content

Commit 26e1c3d

Browse files
authored
Merge pull request #1 from TechnologyEnhancedLearning/Develop/Feature/TD-3335-AddDlsClientConfig
Added client configuration for DLS
2 parents ea7ce43 + 45c00a4 commit 26e1c3d

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

Auth/LearningHub.Nhs.Auth/appsettings.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@
148148
"RequireConsent": false,
149149
"RequirePkce": true,
150150
"AllowOfflineAccess": true
151+
},
152+
"digitallearningsolutions": {
153+
"BaseUrl": "",
154+
"ClientName": "",
155+
"ClientSecret": "",
156+
"AllowedGrantTypes": [ "" ],
157+
"RedirectUris": [ "" ],
158+
"PostLogoutUris": [ "" ],
159+
"AllowedScopes": [ "", "", "", "", "" ],
160+
"BackChannelLogoutSessionRequired": true,
161+
"BackChannelLogoutUri": "",
162+
"UpdateAccessTokenClaimsOnRefresh": true,
163+
"RequireConsent": false,
164+
"RequirePkce": true,
165+
"AllowOfflineAccess": true
151166
}
152167
},
153168
"IdsClients": {
@@ -308,6 +323,20 @@
308323
"UseSupport": false,
309324
"AllowRememberLogin": false,
310325
"LayoutPath": "/Views/Shared/LearningHub/_Layout.cshtml"
326+
},
327+
"digitallearningsolutions": {
328+
"ClientDescription": "Learning Hub",
329+
"ClientUrl": "",
330+
"RedirectUris": [],
331+
"PostLogoutUris": [],
332+
"AuthMainTitle": "Digital Learning Solutions Authentication",
333+
"ClientLogoSrc": "/images/client-logos/dls.svg",
334+
"ClientLogoAltText": "Digital Learning Solutions",
335+
"ClientCssClass": "learning-hub",
336+
"ForgottenPasswordRelativeUrl": "forgotten-password",
337+
"RegisterAccountRelativeUrl": "register",
338+
"SupportUrl": "https://support.e-lfh.org.uk/",
339+
"AllowRememberLogin": false
311340
}
312341
}
313342
}
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)