apereo / dotnet-cas-client

Apereo .NET CAS Client
Apache License 2.0
233 stars 176 forks source link

AuthenticatedUserOnly Area not support redirect to another page #88

Closed dicktwk closed 6 years ago

dicktwk commented 6 years ago

I want to use authenticateduseronly folder as page require user to login with CAS, and then redirect to other page. However, I find that respoonse.redirect could not use only server.transfer method. How could I resolve this if there is multiple page that user need to visit after logged in with CAS ?