About 145,000 results
Open links in new tab
  1. Authentication flows: Customize your redirect URLs - Clerk

    Dec 17, 2025 · Persist the previous page's URL in a redirect_url query string. Navigate back to that page after the sign-up or sign-in is completed. For example, a user selecting a sign-in …

  2. oauth 2.0 - What is the RedirectURL in react-native-app-auth ...

    Jul 5, 2020 · It's a path within a private URI scheme address where the login response is received by the app, containing the authorization code. A common path is /callback. There is no screen …

  3. identity.getRedirectURL () - Mozilla | MDN

    Jul 17, 2025 · Generates a URL that you can use as a redirect URL.

  4. Prevent Attacks and Redirect Users with OAuth 2.0 State ...

    As part of the callback processing and response validation, verify that the state returned matches the nonce stored locally. If it does, retrieve the rest of the application state (like the …

  5. Custom Pages | Duende Software Docs

    Beware open-redirect attacks via the returnUrl parameter. You should validate that the returnUrl refers to a well-known location. Either use the Url.IsLocalUrl helper from ASP.NET Core, or …

  6. Authorization discovery documents - Intuit

    If you’re setting up OAuth 2.0 or OpenID Connect, you may need to use URLs and base URIs for tasks like authorization requests. Use the discovery documents to get the latest endpoint …

  7. Prevent open redirect attacks in ASP.NET Core | Microsoft Learn

    Apr 17, 2025 · What is an open redirect attack? A web app that redirects to a URL that's specified via the request such as the querystring or form data can potentially be tampered with to …