thor-it / thor-sso

FOSS IdentityServer4 solution for single-sign-on of the rugby club SRC Thor.
MIT License
2 stars 1 forks source link

Overview of internal and external URL's with ID4 setup #5

Open davidzwa opened 3 years ago

davidzwa commented 3 years ago

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)

Server launchSettings

Server - Host appsettings.json

Server - Host appsettings.DockerLocal.json (unused)

Server Test - API Client ConsoleTestApp appsettings.json

DbMigrator - appsettings.json

davidzwa commented 3 years ago

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)

Server launchSettings

Server - Host appsettings.json

Server - Host appsettings.DockerLocal.json (unused)

Server Test - API Client ConsoleTestApp appsettings.json

DbMigrator - appsettings.json

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!