You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 27, 2022. It is now read-only.
These listings provide an overview of development ports to see what can be configured. This is not a security leak of any kind, as this is a developer's choice.
Angular (dev == prod)
oAuth issuer https://localhost:44325
API https://localhost:44325
Server launchSettings
IIS applicationUrl https://localhost:44325 - SSL port 44325
These listings provide an overview of development ports to see what can be configured. This is not a security leak of any kind, as this is a developer's choice.
Angular (dev == prod)
oAuth issuer https://localhost:44333
API https://localhost:44333
Server launchSettings
IIS applicationUrl https://localhost:44325 - SSL port 44325
SSO_Blazor CORS "RootUrl": "https://localhost:44307"
SSO_Swagger CORS "RootUrl": "https://localhost:44333"
Somehow the ValidIssuer being null doesnt matter now for docker, when we make the internal port the same at the outside port. Makes sense as https://localhost:44333 inside equals https://localhost:44333 outside the container. Nice for the merged ID4 solution!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
These listings provide an overview of development ports to see what can be configured. This is not a security leak of any kind, as this is a developer's choice.
Angular (dev == prod)
https://localhost:44325
https://localhost:44325
Server launchSettings
https://localhost:44325
- SSL port44325
https://localhost:44325
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
- SSL"useSSL": true
Server - Host
appsettings.json
https://localhost:44325
https://localhost:44325
null
true
Server - Host
appsettings.DockerLocal.json
(unused)https://localhost:44325
https://localhost:44325
https://localhost:443
(internal port)true
Server Test - API Client ConsoleTestApp
appsettings.json
"https://localhost:44325"
"https://localhost:44325"
DbMigrator -
appsettings.json
"RootUrl": "https://localhost:44352"
"RootUrl": "http://localhost:4200"
"RootUrl": "https://localhost:44307"
"RootUrl": "https://localhost:44353"
The text was updated successfully, but these errors were encountered: