You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
I'm trying to customize my own login view to add a Forgot Password link and its functionality.
I'm trying to duplicate the functionality in the Custom View Service sample app, but I have (at least) 1 difference in the project setup: My app is a self hosted Owin console application and not a web site, it will eventually be an azure worker role.
What are the changes I need to make to get this working in when Owin is self hosted as a worker role?
I'm using Identity Server v3
Thanks
The text was updated successfully, but these errors were encountered:
Well, this is not really an IdSvr specific question. In short, anything you relied upon IIS/ASP.NET for, you'd have to have a replacement in the OWIN self-hosted scenario.
I'm trying to customize my own login view to add a Forgot Password link and its functionality.
I'm trying to duplicate the functionality in the Custom View Service sample app, but I have (at least) 1 difference in the project setup: My app is a self hosted Owin console application and not a web site, it will eventually be an azure worker role.
What are the changes I need to make to get this working in when Owin is self hosted as a worker role?
I'm using Identity Server v3
Thanks
The text was updated successfully, but these errors were encountered: