Skip to content

Commit 091d1bc

Browse files
committed
domain setting changes
1 parent 8af8a44 commit 091d1bc

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

src/Presentation/STS/appsettings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"Identity": "Data Source=STS.db"
44
},
55
"CorsOrigins": [
6-
"https://aspnetcorespa.fullstackpro.xyz",
6+
"https://aspnetcorespa.fullstackpro.co.uk",
77
"https://localhost:5005"
88
],
99
"IdentityServer": {
@@ -25,7 +25,7 @@
2525
},
2626
"AzureAd": {
2727
"Instance": "https://login.microsoftonline.com/",
28-
"Domain": "https://aspnetcorespa.fullstackpro.xyz",
28+
"Domain": "https://aspnetcorespa.fullstackpro.co.uk",
2929
"TenantId": "common",
3030
"ClientId": "01b84689-1b18-4dac-a2a2-4004bfbeedd3",
3131
"CallbackPath": "/signin-oidc"
@@ -36,4 +36,4 @@
3636
"UseDevCertificate": true,
3737
"UseLocalCertStore": true,
3838
"CertificateThumbprint": "__CertificateThumbprint__"
39-
}
39+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export const environment = {
22
production: true,
3-
stsUrl: 'https://identityserver.fullstackpro.xyz/',
3+
stsUrl: 'https://identityserver.fullstackpro.co.uk/',
44
};

src/Presentation/Web/appsettings.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
"Web": "Data Source=Web.db"
66
},
77
"Auth": {
8-
"Authority": "https://identityserver.fullstackpro.xyz",
9-
"Audiences": ["httpsaspnetcorespafullstackproxyz", "httpslocalhost5005"]
8+
"Authority": "https://identityserver.fullstackpro.co.uk",
9+
"Audiences": [
10+
"httpsaspnetcorespafullstackproxyz",
11+
"httpslocalhost5005"
12+
]
1013
},
1114
"CorsOrigins": []
12-
}
15+
}

0 commit comments

Comments
 (0)