What is your product version - v8.9.2** What is your product type (Angular or MVC) - Angular What is product framework type (.net framework or .net core) - net core 3.1
What is ABP Framework version - yes version 5.9.0
I have enable Identity Server 4 Integration & testing with client (ConsoleApiClient) working fine but getting error with MVC Client Testing with MVC Client
Added new client in appsettings.json
& download project aspnet-zero-samples(https://github.com/aspnetzero/aspnet-zero-samples ) -> IdentityServerClient project to test identity server with mvc client & update start up file.
but run both project & click secure tab
Getting the error could you please help to resolved this.
Testing with Client ASP.NET Zero solution has a sample console application (ConsoleApiClient) that can connects to the application, authenticates through IdentityServer4 and calls an API. working fine for me & getting valid result.
Thanks in an advance
What is your product version? V8.7 What is your product type (Angular or MVC)? ANGULAR What is product framework type (.net framework or .net core)? .NET CORE
Hi,
I have activated IdentityServer in my project & try to access with ConsoleApiClient I'm unable to authorize Zapier application to access my app API : the process is simple, Zapier calls my identityserver login endpoint with a returnurl. Then, the user can connect with its app credentials.
But i am trying this with zapier but facing issue on configuration could you please help.
In step 1. but in step 2 where we use the url in our app https://zapier.com/dashboard/auth/oauth/return/App132013CLIAPI/ step 3 - Authorization URL Specify where to send users to authenticate with your API. what url i need to be pass.
could you please provide sample of these or schedule a call for Configuration it will more helpfull for me.
Thanks in an advance
Thanks for the reply issue is fixed.
Hi , I am calling the API in swagger and it give me 400 (bad request) but when I have tried to execute the same API using POST man I am able to execute the API. So I investigate it furture and check the logs in azure app service , I got an expection when I am trying to do the post call from swagger.It gives me folling error : idateAntiforgeryTokenAuthorizationFilter - The provided antiforgery token was meant for a different claims-based user than the current user. Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The provided antiforgery token was meant for a different claims-based user than the current user.. It's strange as the same API is working correctly in Postman but not in swagger.
screen shot of postman using same api
Please provide a solution as soon as possible
Thanks
What is your product version - v8.9.2** What is your product type (Angular or MVC) - Angular What is product framework type (.net framework or .net core) - net core 3.1
What is ABP Framework version - yes version 5.9.0
Following these docs for Configuring IdentityServer4 in asp .net zero but we cant getting any error or output also. Could you please provide sample project or conduct call for the issue.
https://docs.aspnetzero.com/en/aspnet-core-angular/v8.9.0/Infrastructure-Core-Angular-Identity-Server4-Integration https://aspnetboilerplate.com/Pages/Zero/Identity-Server-vNext#testing
Thanks in advance
Hi @musa.demir,
Thank for the reply.The above soltuion just solve the half of the problem but now we need to update the permission of that role. how can we achieved that becaues now we have restricted the role creation for tenants and only super admin will have all the rights to create the roles and also the github links shared by you are not accessable for me at all.
Thanks
Hi , My requirement is that we need to allow only super admin to create roles(tenants can not create roles). Super admin will determine which roles will be displayed to the tenants.
Please help me with the same.
Thanks
Details -
We have implmented the azure singalR service , after implementing the service we are unable to get all online client of the tenant in OnlineClientManager it only give us a single client of that tenant & without using azure singalR service its working fine.
Thanks for an advance