Skip to content
#

oidc

Here are 702 public repositories matching this topic...

keycloak
psytester
psytester commented May 13, 2022

Describe the bug

Doing a faulty POST Request on Token endpoint /realms/{realm-name}/protocol/openid-connect/token
here without form data and missing Content-Type leads to NullPointerException and HTTP 500 API response {"error":"unknown_error"}

For sure this is an usage error, but in other error case keycloak gives back clear error indication:

  • Form data given, but Content-Type is mi
area/oidc kind/bug good first issue help wanted
next-auth
git-chrisp
git-chrisp commented Jun 23, 2022

Environment

System:
OS: Linux 5.10 Ubuntu 20.04.4 LTS (Focal Fossa)
CPU: (12) x64 Intel(R) Core(TM) i7-5930K CPU @ 3.50GHz
Memory: 9.57 GB / 15.58 GB
Container: Yes
Shell: 5.0.17 - /bin/bash
Binaries:
Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node
Yarn: 1.22.15 - ~/.nvm/versions/node/v16.15.1/bin/yarn
npm: 8.11.0 - ~/.nvm/versions/node/v1

enhancement good first issue
zitadel
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

DimalChandrasiri
DimalChandrasiri commented Jan 25, 2021

Describe the issue:
The links not show hover states on hover on the getting started page.

How to reproduce:

  1. Navigate to getting started page
  2. hover over any link

Expected behavior:
Should indicate hover state for links

improvement bug good first issue ux

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