Skip to content
#

oidc

Here are 631 public repositories matching this topic...

Librechain
Librechain commented Oct 15, 2021

Asking about this since the NSA recently published guidance advising the public and private sectors to transition to cryptographic algorithms that are no less than sha384 & ec384 (elliptic curves).

While Edwards' Curves are different, its worth noting that prior to this update sha256 & secp256k1 were both on the list of acceptable cryptographic algorithms. My deduction was that 128-bit securit

next-auth
balazsorban44
balazsorban44 commented Sep 18, 2021

The way basic-tests is written currently, each adapter method test run depend on previous tests to succeed. This way easier to write initially, but as a result, it is much harder to debug the original cause of an issue while debugging/working on an adapter.

We should refactor basic-tests so tests don't rely on each other to succeed.

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

enj
enj commented Jan 3, 2022

The lack of open API schema support for the concierge aggregated APIs results in the following scary log messages in the API server logs:

E1229 15:34:45.928937       1 controller.go:116] loading OpenAPI spec for "v1alpha1.login.concierge.pinniped.dev" failed with: OpenAPI spec does not exist
I1229 15:34:45.928949       1 controller.go:129] OpenAPI AggregationController: action for item v1

Improve this page

Add a description, image, and links to the oidc 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 oidc topic, visit your repo's landing page and select "manage topics."

Learn more