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
I clone repo v2.1.0, set all connection strings to "Server=localhost\SQLEXPRESS22;Database=IdentityServer4Admin;Uid=XXXXXX;Pwd=XXXXXX;Trusted_Connection=True;MultipleActiveResultSets=true", set startup projects to "Skoruba.IdentityServer4.Admin", "Skoruba.IdentityServer4.Admin.Api" and "Skoruba.IdentityServer4.STS.Identity" and finally run projects
To Reproduce
Clone repo v2.1.0
Set all connection strings to "Server=localhost\SQLEXPRESS22;Database=IdentityServer4Admin;Uid=XXXXXX;Pwd=XXXXXX;Trusted_Connection=True;MultipleActiveResultSets=true"
Set startup projects to "Skoruba.IdentityServer4.Admin", "Skoruba.IdentityServer4.Admin.Api" and "Skoruba.IdentityServer4.STS.Identity"
Run projects
Relevant parts of the log file
SqlException: Cannot open database "IdentityServer4Admin" requested by the login. The login failed. Login failed for user 'EDUJJALVAREZ-01\Juanjo'.
InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call.
CryptographicException: An error occurred while trying to encrypt the provided data. Refer to the inner exception for more information. For more information go to http://aka.ms/dataprotectionwarning
Describe the bug
I clone repo v2.1.0, set all connection strings to "Server=localhost\SQLEXPRESS22;Database=IdentityServer4Admin;Uid=XXXXXX;Pwd=XXXXXX;Trusted_Connection=True;MultipleActiveResultSets=true", set startup projects to "Skoruba.IdentityServer4.Admin", "Skoruba.IdentityServer4.Admin.Api" and "Skoruba.IdentityServer4.STS.Identity" and finally run projects
To Reproduce
Relevant parts of the log file
SqlException: Cannot open database "IdentityServer4Admin" requested by the login. The login failed. Login failed for user 'EDUJJALVAREZ-01\Juanjo'.
InvalidOperationException: An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure' to the 'UseSqlServer' call.
CryptographicException: An error occurred while trying to encrypt the provided data. Refer to the inner exception for more information. For more information go to http://aka.ms/dataprotectionwarning
The text was updated successfully, but these errors were encountered: