IdentityModel / AuthorizationServer

Sample implementation of an OAuth2 Authorization Server
Other
281 stars 136 forks source link

Redirect User to specified URL #253

Closed tejashdesai closed 9 years ago

tejashdesai commented 9 years ago

Hello,

I have implemented SSO with SPA. It working perfectly. Now i have one scenario in which user will get an email with link. When user click the link user is redirecting to the STS. Once he/she authenticated by STS currently it redirect to the client home page instead of link given in the email. Also if session is over then user is logged out and redirect to the STS login page. After re authenticate he/she should resume where they are before logged out.

Thanks, Tejash