Skip to content

Commit 162f4d4

Browse files
authored
Merge pull request #217 from TechnologyEnhancedLearning/Develop/Fixes/TD-5801-ConfigureLHAuthProdforMOOCMoodle
Added moodlemooc stanza to appsettings.json
2 parents 5a04fe5 + de78ea1 commit 162f4d4

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Auth/LearningHub.Nhs.Auth/appsettings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,23 @@
220220
"RequireConsent": false,
221221
"RequirePkce": false,
222222
"AllowOfflineAccess": true
223+
},
224+
"moodlemooc": {
225+
"BaseUrl": "",
226+
"ClientName": "",
227+
"ClientSecret": "",
228+
"AllowedGrantTypes": [ "authorization_code" ],
229+
"RedirectUris": [ "/auth/oidc/" ],
230+
"PostLogoutUris": [ "/login/logout.php" ],
231+
"AllowedScopes": [ "openid", "profile", "learninghubapi", "userapi", "roles", "learningcredentialsapi" ],
232+
"BackChannelLogoutSessionRequired": true,
233+
"BackChannelLogoutUri": "/login/logout.php",
234+
"FrontChannelLogoutSessionRequired": true,
235+
"FrontChannelLogoutUri": "/login/logout.php",
236+
"UpdateAccessTokenClaimsOnRefresh": true,
237+
"RequireConsent": false,
238+
"RequirePkce": false,
239+
"AllowOfflineAccess": true
223240
}
224241
},
225242
"IdsClients": {

0 commit comments

Comments
 (0)