Skip to main content
Table of Contents

Interface IStrataraRedirectManager

Namespace
Stratara.Identity.Core.Abstractions
Assembly
Stratara.Identity.Core.dll

Channel-agnostic redirect surface used by post-authentication flows to send the user to a return URI. Implemented per host (server-side Blazor uses NavigationManager; non-web hosts use their platform-native navigation).

public interface IStrataraRedirectManager
Extension Methods

Methods

RedirectTo(string?)

Redirects to the given uri, or to the host's default landing route if null.

void RedirectTo(string? uri)

Parameters

uri string

Absolute or relative target URI; null for the host default.