Skip to content
#

openidconnect

Here are 111 public repositories matching this topic...

angular-auth-oidc-client
cedbesafilm
cedbesafilm commented Dec 7, 2021

Describe the bug
If the environment (in my case the stage environment) is not setup as a a secure origin the library break up cause of the crypto library is not in window object

To Reproduce
Steps to reproduce the behavior:

  1. A server work on http that is setup as 'insecure origin'
  2. Start the login sequence

Expected behavior
Warning on library loading that check secure or

A sample Azure Functions v3 app in .NET Core 3.1 C#. It shows how to protect access to an API implemented as an HTTP triggered Azure Function and where the authorization server used supports OpenID Connect (OIDC) protocols. And where Bearer tokens containing OAuth 2.0 JSON Web Tokens (JWT) are used in the Authorization headers of calls to the protected API.

  • Updated Aug 15, 2021
  • C#

Improve this page

Add a description, image, and links to the openidconnect topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openidconnect topic, visit your repo's landing page and select "manage topics."

Learn more