Skip to content

Commit 3f6934e

Browse files
authored
Merge pull request #2466 from TechnologyEnhancedLearning/Develop/Fixes/TD-2483-FixSSOUrlSetting
TD-2483 Fix Learning Hub SSO base URL setting
2 parents 8440c74 + 378fd9f commit 3f6934e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DigitalLearningSolutions.Web/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"HashIterations": 10000,
2525
"ByteLength": 32,
2626
"SecretKey": "",
27-
"BaseUrl": "https://auth-test.test-learninghub.org.uk/sso",
27+
"BaseUrl": "https://auth.learninghub.org.uk/sso",
2828
"LoginEndpoint": "/login",
2929
"LinkingEndpoint": "/create-user",
3030
"ClientCode": "DigitalLearningSolutions",

0 commit comments

Comments
 (0)