-
Hi,
I hope this hasn't already been presented and resolved. I checked release notes and other issues, but I didn't find anything about this specific issue.
General info:
OnDemand 1.8.20
CentOS 7
Sp…
-
I'm integrating with an identity provider who uses OpenId connect with userinfo in an encrypted jwt.
Unfortunately, OpenIdConnectHandler is unable to handle this specific case. Crashes at: https://…
-
Hi, I am trying to make openresty authenticate with keycloak (v 21.1.1), but it is not working.
The errors I get:
`authenticate(): request to the redirect_uri path but there's no session state fou…
-
First: thanks for the simple bundle. It even made implementing an OpenID Connect flow easy :].
I'm experiencing a problem, and was wondering whether there might be a solution for this using some DI…
-
We can extend the existing plugin with middleware functionality similar to https://github.com/n4bb12/verdaccio-github-oauth-ui
-
**State your question**
Following the update of the Facebook SDK to version 17.0, users who have disabled permissions on the App Tracking Transparency pop-up can only log in using the LoginTracking.l…
-
### Description
Azure has a concept of `.default` scopes which is quite neat for some use cases (see motivation below) where your application doesn't have the need to for own dedicated scopes. It …
-
When I enable private key jwt in the openidconnectclient or oidcLogin configs, I see
"SRVE8094W: WARNING: Cannot set header. Response already committed. " errors in the server side logs.
```
[5/…
-
We specified a custom OpenID server over HTTPS. CURL uses a default certificate bundle to check certs against, but specifying CAPATH allows you to specify a path to check for additional certs. This …
-
because i dont expect show any "real user id" in the id token.
maybe show "real user id" dont have any problem?
like this:
`public function createIdToken($client_id, $userInfo, $nonce = null, $use…