: )
hi
Can you create a new question for this?
Thanks.
hi
If you don't need to deploy maui project in GitHub Action you can remove it from solution(.sln).
dotnet sln <SolutionFile> remove <ProjectFile>
see https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-sln#remove
hi
I tried to use the AbpLdapSample console app
Can you share your test code?
liming.ma@volosoft.com
Thanks.
hi
Have you added the Authorization header with Bearer {access_token} for your request?
Please share your code using grpc
Thanks.
hi
If you can use SAML authentication in asp net core web app. then you can use it in abp.
Do you have document or code to use SAML in asp net core?
And we have a ExternalLoginProvider system: https://github.com/abpframework/abp/issues/4977#issuecomment-670006297
hi
Can you share the logs.txt of your application?
liming.ma@volosoft.com
Thanks.
ok.
hi
For anonymous requests, there is no way to get the client ID.
The client id has to exist in a query string or form post.
You can try to inject the IHttpContextAccessor and call the GetOpenIddictServerRequest extension method.
var request = HttpContext.GetOpenIddictServerRequest()
but the OpenIddictServerRequest only exists in the openiddict request.
eg: connect/token or connect/authorize