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
1 Answer(s)
-
0
Hi,
Was running ConsoleApiClient successful ? If it works, you can check https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Infrastructure-Core-Angular-Identity-Server4-Integration to see if you can connect your Identity Server using the MVC app.