Skip to content

Commit 04a245c

Browse files
authored
Merge pull request #23 from TechnologyEnhancedLearning/releases/Reticulum
Merge Releases/reticulum to RC
2 parents 47f038b + 4d645f5 commit 04a245c

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Auth/LearningHub.Nhs.Auth/appsettings.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,21 @@
151151
"RequireConsent": false,
152152
"RequirePkce": true,
153153
"AllowOfflineAccess": true
154+
},
155+
"digitallearningsolutions": {
156+
"BaseUrl": "",
157+
"ClientName": "",
158+
"ClientSecret": "",
159+
"AllowedGrantTypes": [ "" ],
160+
"RedirectUris": [ "" ],
161+
"PostLogoutUris": [ "" ],
162+
"AllowedScopes": [ "", "", "", "", "" ],
163+
"BackChannelLogoutSessionRequired": true,
164+
"BackChannelLogoutUri": "",
165+
"UpdateAccessTokenClaimsOnRefresh": true,
166+
"RequireConsent": false,
167+
"RequirePkce": true,
168+
"AllowOfflineAccess": true
154169
}
155170
},
156171
"IdsClients": {
@@ -311,6 +326,21 @@
311326
"UseSupport": false,
312327
"AllowRememberLogin": false,
313328
"LayoutPath": "/Views/Shared/LearningHub/_Layout.cshtml"
329+
},
330+
"digitallearningsolutions": {
331+
"ClientDescription": "Learning Hub",
332+
"ClientUrl": "",
333+
"RedirectUris": [],
334+
"PostLogoutUris": [],
335+
"AuthMainTitle": "Digital Learning Solutions Authentication",
336+
"ClientLogoSrc": "/images/client-logos/dls.svg",
337+
"ClientLogoAltText": "Digital Learning Solutions",
338+
"ClientCssClass": "learning-hub",
339+
"ForgottenPasswordRelativeUrl": "forgotten-password",
340+
"RegisterAccountRelativeUrl": "register",
341+
"SupportUrl": "https://support.e-lfh.org.uk/",
342+
"AllowRememberLogin": false,
343+
"UseRegister": false
314344
}
315345
}
316346
}
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)