Skip to content

Commit aa631e1

Browse files
ColinBeebyHEEAnjuJose011
authored andcommitted
Added client configuration for DLS
1 parent 47f038b commit aa631e1

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
@@ -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,20 @@
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
314343
}
315344
}
316345
}
Lines changed: 7 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)