Skip to content

Commit 378fd9f

Browse files
committed
TD-2483 populates appsettings with correct SSO URL
1 parent 8440c74 commit 378fd9f

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)