About 642,000 results
Open links in new tab
  1. Understanding benefits of PKCE vs. Authorization Code Grant

    Jan 19, 2022 · PKCE is a good technique for Public Clients but might be used for Confidential Clients as well. if any user downloads the fake app and do the oauth flow, the hacker could get …

  2. How to implement Authorization Code Grant with PKCE in …

    Aug 14, 2020 · How to implement Authorization Code Grant with PKCE in Angular6+ applications Asked 5 years, 2 months ago Modified 4 years, 8 months ago Viewed 9k times

  3. oauth 2.0 - Authorization Code Flow with PKCE in Swagger UI …

    Nov 30, 2023 · 0 I am building a web API for a single-page application (SPA) where users authenticate through a third-party Authorization Server using the Authorization Code Flow with …

  4. How do I configure Scalar to authenticate through Entra?

    Feb 16, 2025 · I have a web app where the front-end authenticates using Microsoft Entra and uses the bearer token from that to authenticate with my backend APIs. I have just removed …

  5. OpenID Connect from Swagger UI with PKCE and Okta in .Net Core

    Mar 2, 2021 · My question, does anybody have OpenID Connect with PKCE and Okta working in Swagger UI? Auth ErrorError, error: invalid_client, description: Browser requests to the token …

  6. Do we really need client_secret to get access_token on PKCE flow?

    Jul 23, 2020 · On PKCE you send a (generated) client secret when you first start the login process. The hashed value and the hash algorithm will be sent. Once you get the answer, you …

  7. next.js - Authorisation Code Flow in NextJS - how to pass PKCE …

    Sep 1, 2023 · I've implemented the OAuth2 Authorization Code Flow (without PKCE yet) in NextJS with the openid-client@v5. Now where I should store the code_verifier and how I could …

  8. Authorization Code Flow with PKCE in Angular with angular …

    Feb 8, 2021 · I want to use the code flow with PKCE in my Angular SPA and for convenience I use this library: angular-oauth2-oidc If you click on the link, it says that with this configuration …

  9. Authorization to OAuth2.0 and Entra Id secured service from client ...

    Jun 2, 2024 · I have successfully implemented OAuth 2.0 authorization into a .NET 8 service and was able to consume it in both Postman and Swagger (using pkce). However when it came …

  10. oauth 2.0 - Why Both PKCE and Client-Secret - Stack Overflow

    Jan 10, 2024 · PKCE is not proof of being a legitimate client, it is only proof of being the client that initiated the OAuth flow. So while PKCE does improve the security of public clients, it doesn't …