Skip to content

Commit 07c3eee

Browse files
authored
Merge pull request #134 from TechnologyEnhancedLearning/RC
Merge Dahlia changes to master
2 parents fdb50e3 + a609db2 commit 07c3eee

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
@@ -181,6 +181,23 @@
181181
"RequireConsent": false,
182182
"RequirePkce": true,
183183
"AllowOfflineAccess": true
184+
},
185+
"moodle": {
186+
"BaseUrl": "",
187+
"ClientName": "",
188+
"ClientSecret": "",
189+
"AllowedGrantTypes": [ "authorization_code" ],
190+
"RedirectUris": [ "/auth/oidc/" ],
191+
"PostLogoutUris": [ "/login/logout.php" ],
192+
"AllowedScopes": [ "openid", "profile", "learninghubapi", "userapi", "roles", "learningcredentialsapi" ],
193+
"BackChannelLogoutSessionRequired": true,
194+
"BackChannelLogoutUri": "/login/logout.php",
195+
"FrontChannelLogoutSessionRequired": true,
196+
"FrontChannelLogoutUri": "/login/logout.php",
197+
"UpdateAccessTokenClaimsOnRefresh": true,
198+
"RequireConsent": false,
199+
"RequirePkce": false,
200+
"AllowOfflineAccess": true
184201
}
185202
},
186203
"IdsClients": {

0 commit comments

Comments
 (0)