hi
The UserInfoDemo.Blazor.Server.Host
project is not a tiered
project.
It has openiddict
integration and uses cookies.
so you can't get access_token
from cookies to call the api.
hi
src/UserInfoDemo.Application/Samples/SampleAppService.cs
host/UserInfoDemo.HttpApi.Host/EntityFrameworkCore/UserInfoDemoHttpApiHostMigrationsDbContextFactory.cs
hi
Can you share the full steps?
I'm going to reproduce the problem.
hi
liming.ma@volosoft.com
hi
ObjectHelper.TrySetProperty(your_entity, x => x.CreatorId, () => CurrentUser.Id);
ObjectHelper.TrySetProperty(your_entity, x => x.CreationTime, () => Clock.Now);
hi
Client validation failed because 'https://sd-pc:5002/signin-oidc' was not a valid redirect_uri for AbpPublishTest_Web.
{
"client_id": "AbpPublishTest_Web",
"redirect_uri": "https://sd-pc:5002/signin-oidc",
"response_type": "code id_token",
"scope": "openid profile roles email phone AbpPublishTest",
"response_mode": "form_post",
"nonce": "638339022854671979.MGYwMzc5MTktMWUyZi00MmRiLTgxMDItYWE4ZmNjZTIwMWM1MzRmNzE2MmEtNzcxMy00ODg5LWIyYjctNmRjNjRlZGI5NDk5",
"state": "CfDJ8DkpuqRgxjdBMMA",
"x-client-SKU": "ID_NET6_0",
"x-client-ver": "6.15.1.0"
}.
Please update the redirect_uri
hi selcukdurann
Please stop all websites & clear all logs, start the websites, and reproduce the error.
share the logs of all websites. liming.ma@volosoft.com
Thanks HDaoud