File tree Expand file tree Collapse file tree 3 files changed +10
-7
lines changed
ClientApp/src/environments Expand file tree Collapse file tree 3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 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" : {
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"
3636 "UseDevCertificate" : true ,
3737 "UseLocalCertStore" : true ,
3838 "CertificateThumbprint" : " __CertificateThumbprint__"
39- }
39+ }
Original file line number Diff line number Diff line change 11export const environment = {
22 production : true ,
3- stsUrl : 'https://identityserver.fullstackpro.xyz /' ,
3+ stsUrl : 'https://identityserver.fullstackpro.co.uk /' ,
44} ;
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments