|
151 | 151 | "RequireConsent": false, |
152 | 152 | "RequirePkce": true, |
153 | 153 | "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 |
154 | 169 | } |
155 | 170 | }, |
156 | 171 | "IdsClients": { |
|
311 | 326 | "UseSupport": false, |
312 | 327 | "AllowRememberLogin": false, |
313 | 328 | "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 |
314 | 344 | } |
315 | 345 | } |
316 | 346 | } |
|
0 commit comments