Closed agross closed 3 years ago
Hello, which database provider do you use? Did you have an empty database before starting? thanks for reporting this issue
Hello Jan,
SQL Server 2019 on docker. I started without any data.
Let me know if you need further details.
Alex
Thanks let me check it.
@agross - I've refresh dockerfile for admin ui there was missing one package. I've tested new fresh instalation through the docker and everything works good. 👍 One thing is that if the database starts for the first time this process takes more time and first run failed because the database is not ready yet. Please, checkout changes from release/2.0.0 and test it. 😊 Thanks
Tried after resetting all docker volumes. It's working now!
What's rather strange is that the IdentityClaims
table is still missing. Is it required after all for version 2.0?
IdentityClaims
table was renamed in IS4 v4 to IdentityResourceClaims
.
Alright, thanks!
Thanks for letting me know. 👋
Describe the bug
I'm attempting to run
release/2.0.0
(91f1011742134808c3149cb9a2e380b49d3820f0) on docker.After all services are up I can log in to STS with the provided default credentials of
identitydata.json
. Requesting/.well-known/openid-configuration
fails with an exception because a table is missing.Relevant parts of the log file
It seems that the tables was removed as part during that startup of the "admin" container:
The following exception is logged on the request for
/.well-known/openid-configuration
.