but it seems well-known endpoint might still be returning the http value and so microsoft says invalid redirect.
Can you share some screenshots? thanks.
need a documentation for using the CMS kit APIs with creating new UI plz
Could you please create a question for this. thanks.
Hi,
Are the openid applications stored in redis? Maybe they fell out of cache and got repopulated from the database.
Yes, if you are using Redis cache, You usually don't need to worry about cache consistency because when you update client information, the cache is automatically deleted. but this might happen when you first deploy the project, and you can try clearing the cache.
Hi,
I can't reproduce the problem. Could you share the published file with me? thanks.
shiwei.liang@volosoft.com
Hi,
Currently, the angular password flow does not support external login.
Hi,
I can't reproduce the problem
public class TestAppService : Test8688AppService
{
public string Test()
{
var ex = new UserFriendlyException("test");
ex.Data["Test"] = new object();
JsonSerializer.Serialize(ex);
throw ex;
}
}