Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Custom Views in an OWIN Worker Role #1025

Closed
bcbeatty opened this issue Mar 4, 2015 · 3 comments
Closed

Custom Views in an OWIN Worker Role #1025

bcbeatty opened this issue Mar 4, 2015 · 3 comments
Labels

Comments

@bcbeatty
Copy link

bcbeatty commented Mar 4, 2015

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

@brockallen
Copy link
Member

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.

@bcbeatty
Copy link
Author

bcbeatty commented Mar 4, 2015

Follow up question, once I get past this, is this the best practice to add forgot password link functionality?

@brockallen
Copy link
Member

Well... seems like a useful thing from the login page, right?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants