https://github.com/aspnetzero/aspnet-zero-core/issues/4607
Hello, I have a problem with the management of the field birth date of my entity. I need to store the date on sql without any time, avoiding conversion of timezome. Using the bsDateTime with the luxon date, generated by the RAD tools I have some problems with timezones. For example, i set 05/12/2020 and according to the timezone I receive server side 04/12/2020 or 05/12/2020.
Any suggestion?
Dear @collexe, thank you for tip!!! The first two steps are already implemented​ in v11.1, but the most important information for me was the end point /connect/authorize of the Identity Server to obtain the the implicit flow with angular app. This end point on the Ids aspnetzero project shows all scopes, claim anche the right enpoints: /.well-known/openid-configuration
Hi @ismcagdas , do you have any news for me?
@collexe, I will appreciate if can you share your configuration, I have the same problem as you of redirect url
thanks!
Hi @ismcagdas, I sent the project to [email protected]. Let's me know about it
Thanks
Solved with
#if DEBUG .AddRazorRuntimeCompilation() #endif
on startup-cs
Aspnetzero v11.1.0 angular SSO (angular 4200, host 44301) Aspnetzero v11.0.1 angular Client (angular 4300, host 44303)
Hi @ismcagdas, I have the same scenario of @collexe. Abp with identity server enabled:
When I try to authenticate with openid from the client I'll be redirected to the following url https://localhost:44301/Ui/Login?response_type=id_token&client_id=neos.agreements&state=eWpGUFV1ZkdqaUJGeXhxc3QxQTFhbThOMXRRWC5SNWVxbGdYVUFzfkV6VlBY%3BopenIdConnect%253D1&redirect_uri=http%3A%2F%2Flocalhost%3A4300%2Faccount%2Flogin&scope=openid%20profile&nonce=eWpGUFV1ZkdqaUJGeXhxc3QxQTFhbThOMXRRWC5SNWVxbGdYVUFzfkV6VlBY
but after the login on Abp Indentity server there aren't the redirect to the original client.
How can I solve the redirection problem?