FYI, New solution is working. Thanks for help.
Yes, MyHttpContextIdentityModelRemoteServiceHttpClientAuthenticator working and getting access_token but still having error about signalr connected state that I already mentioned above.
As you already have our sample app and signal r connection string, can you please let us know how to resolve it?
Thanks
Thanks for your response.
Can you please also tell how to use "MyHttpContextIdentityModelRemoteServiceHttpClientAuthenticator" and access token? Because here you mention to add class but not sure how to use it.
Thanks, James
hi
Please also share a
ConnectionString
with me. I don't have auzre account.
I sent connection string to your email.
Hi,
FYI, We Generated ABP Microservice Solution using ABP Suite. So, not sure why you think its complex project? Its simple ABP Microsservice solution project.
I send out email again with project download link.
Thanks, James
hi
What are logs of API website?
Hi,
I'm not sure which API are you asking? I already provided sample project to reproduce the issue. If you follow the steps you will able to get the error with exception.
Thanks, James
Thanks, resolved the issue.
We are having microservice solution and tried to add Custom Login page and Model in IdentityService.HttpApi.Host project and getting nuget package conflict.
Login is not hosted by IdentityService but AuthServer application (localhost44330 default). You should make these changes under AuthServer. IdentityService doesn't host any UI.
Thanks for response. But having same issue with AuthServer as well. Is there any working sample available for customize login/registration page with Microservice solution?