|
148 | 148 | "RequireConsent": false, |
149 | 149 | "RequirePkce": true, |
150 | 150 | "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 |
151 | 166 | } |
152 | 167 | }, |
153 | 168 | "IdsClients": { |
|
308 | 323 | "UseSupport": false, |
309 | 324 | "AllowRememberLogin": false, |
310 | 325 | "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 |
311 | 340 | } |
312 | 341 | } |
313 | 342 | } |
|
0 commit comments