About 384,000 results
Open links in new tab
  1. JWT (Json Web Token) Audience "aud" versus Client_Id - What's …

    OIDC ID Tokens OIDC has ID Tokens in addition to Access tokens. The OIDC spec is explicit on the use of the aud claim in ID Tokens. (openid-connect-core-1.0) aud REQUIRED. Audience …

  2. authentication - When do you use OpenID vs. OpenID Connect ...

    OpenID and OpenID Connect are both for authentication, not for authorization. The two activities are distinct. OpenID Connect is in fact OAuth (an authorization protocol) which is turned …

  3. What is intent of ID Token expiry time in OpenID Connect?

    For the implicit flow in OIDC/OAuth you request the ID Token at the authorization endpoint by redirecting the user in the browser to the Authorization endpoint and including id_token as the …

  4. Why is OAuth2/OpenID Connect considered less secure than …

    The prevailing notion seems to be that OAuth2 and OpenID Connect are considered less secure than SAML/WS-Federation. From what I gather, it comes down to encryption - i.e. the fact that …

  5. Setting up OpenID Connect for .NET Core Web API

    I have a simple application which uses Angular as front-end and a .NET Core Web API as back-end services. Now I want to secure my WEB API layer. I though I can use OpenID Connect for …

  6. How do I correctly use CORS with OpenID Connect?

    There seems to be a number of questions on several blogs, Q&A sites, and comments that ask variants of the question: How do I correctly use CORS with OpenID Connect? The context of …

  7. openid connect - OIDC Flow for SPA and RESTful API - Information ...

    OIDC Flow for SPA and RESTful API Ask Question Asked 9 years, 5 months ago Modified 6 years, 7 months ago

  8. What's the difference between OpenID and OAuth?

    Jul 6, 2009 · OIDC uses simple JSON Web Tokens (JWT), which you can obtain using flows conforming to the OAuth 2.0 specifications. OAuth is directly related to OIDC since OIDC is an …

  9. How to set up a single sign-on for multiple domains?

    A stock implementation of OIDC over multiple domain-names requires the user be redirected back to the OIDC auth endpoint whenever they visit a new "in-network" website - this is not an SSO …

  10. Correlation failed in net.core / asp.net identity / openid connect

    May 10, 2018 · This Happens when you try to access the URL which is assigned as 'Callback Path' in your OIDC settings. To resolve this change your Callback Path to something like, …