Skip to content

Commit f56f1bd

Browse files
committed
Added client config section for moodlepgvle
1 parent 9b0e3e7 commit f56f1bd

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
@@ -203,6 +203,23 @@
203203
"RequireConsent": false,
204204
"RequirePkce": false,
205205
"AllowOfflineAccess": true
206+
},
207+
"moodlepgvle": {
208+
"BaseUrl": "",
209+
"ClientName": "",
210+
"ClientSecret": "",
211+
"AllowedGrantTypes": [ "authorization_code" ],
212+
"RedirectUris": [ "/auth/oidc/" ],
213+
"PostLogoutUris": [ "/login/logout.php" ],
214+
"AllowedScopes": [ "openid", "profile", "learninghubapi", "userapi", "roles", "learningcredentialsapi" ],
215+
"BackChannelLogoutSessionRequired": true,
216+
"BackChannelLogoutUri": "/login/logout.php",
217+
"FrontChannelLogoutSessionRequired": true,
218+
"FrontChannelLogoutUri": "/login/logout.php",
219+
"UpdateAccessTokenClaimsOnRefresh": true,
220+
"RequireConsent": false,
221+
"RequirePkce": false,
222+
"AllowOfflineAccess": true
206223
}
207224
},
208225
"IdsClients": {

0 commit comments

Comments
 (0)