-
I was looking for a openid connect op reverse proxy to authenticat with Azure AD and sit in openshift in front of an application server assuming I get it all to run and run not as root.
Initially I h…
-
Hello,
I am trying to use kond-oidc behind a reverse proxy and get an error that the id_token is not equal to the issuer from the discovery document. It makes sense but I do not understand how to s…
-
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…
-
### Summary
Here is a list of OAuth2 Compliance Improvements:
1. .well-known/openid-configuration
2. .well-known/jwks.json
3. openid scope
4. nickname username without the @ part
### Moti…
-
https://github.com/zmartzone/mod_auth_openidc/wiki#9-how-do-i-logout-users
This will primarily be useful for people who accidentally log in with the wrong identity.
-
###### Environment
- lua-resty-openidc version 1.7.0
- OpenID Connect provider Keycloak 4.1.0.Final
###### Expected behaviour
It could be nice to have possibility continue user request in or…
ghost updated
5 years ago
-
We're using an OSS plugin for Kong that is using the [openidc.lua module](https://github.com/zmartzone/lua-resty-openidc/blob/master/lib/resty/openidc.lua) to provide relying party functionality. We …
-
since one can now certify and RP/OP without properly following:
https://tools.ietf.org/html/rfc6749#section-2.3.1
see:
https://github.com/zmartzone/lua-resty-openidc/issues/204
-
Hi, I'm trying to use resty-openidc with an oidc server using the EdDSA algorithm for its tokens, would it be possible to add support for it?
Right now I'm getting: `token is signed using algorithm…
-
Hey!
Can you please tell me if there is some way to invalidate cache entry on demand?
Maybe, for example, via webhook/endpoint like it's mentioned here?
https://github.com/zmartzone/mod_auth_open…