Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "neosadmin"

https://github.com/aspnetzero/aspnet-zero-core/issues/4607

I tryed with the following input object: public class DateInputDto { [Required] [DisableDateTimeNormalization] public DateTime? Date { get; set; } } but I have the same result:

the client post '2022-06-15T10:00:00.000+00:00'

I made a test on demouicomponent:

According with the timezome of the operating sistem, I have a different date from the enduser input and the date value received server side.

thanks

Yes, It is

thanks

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:

Abp client

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?

Showing 1 to 9 of 9 entries