/your-app/partial/unauthenticated?return_uri={?}
getURI
is the URI requested in the original GET request.userform-return
, which is understood in other appsHtml
property for "unauthenticated" partial view.SignInFormAsFullPage
setting it will decide whether to display the login form right in this view, or redirect to a standalone page that only has the login form.return_uri
in your app, so you can present to originally requested view.