Skip to content

Update plugin #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 98 commits into
base: master
Choose a base branch
from
Open

Update plugin #14

wants to merge 98 commits into from

Conversation

dkasemodel
Copy link

Update plugin from original repo.

Darguelles and others added 30 commits October 20, 2020 13:55
closes #362
closes #363
closes #366

Signed-off-by: Stefan Bodewig <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Signed-off-by: Hans Zandbelt <[email protected]>
Allow lifecycle handlers to fail, altering the course of request processing
New function revoke_token() and revoke_tokens()
…ss-in-a-existing-session

#404 Possibilty to pass in a existing session
Signed-off-by: Stefan Bodewig <[email protected]>
bodewig and others added 5 commits February 5, 2023 21:45
Signed-off-by: Stefan Bodewig <[email protected]>
optimization: some small optimizations on base64 encoding&decoding.
@dkasemodel dkasemodel closed this Nov 22, 2023
@dkasemodel dkasemodel reopened this Nov 22, 2023
NatePlumm and others added 23 commits January 18, 2024 17:11
#345 handle the userinfo response as JWT
Signed-off-by: Oldřich Jedlička <[email protected]>
Bug in lua-resty-session does not permit calling session:destroy() on
freshly started session with unset "audience" feature, so check for empty
session before trying to destroy it.

Signed-off-by: Oldřich Jedlička <[email protected]>
Address range 192.0.2.0/24 is reserved for documentation according to RFC
5737. The recommendation is to reject routing of this address range on
routers, but as this is not mandatory, it might happen that the address
is really routed. The tests on Docker on Windows fail because of this it,
the fail reason is different to the expected one.

Fix this by configuring Nginx to listen on 127.0.0.1:80 (and not
0.0.0.0:80) and connecting to 127.1.2.3 instead of 192.0.2.1.

Signed-off-by: Oldřich Jedlička <[email protected]>
The mime module expects padded Base64 value, so add missing padding.

Signed-off-by: Oldřich Jedlička <[email protected]>
restrict zero-pixel image logout to actual image requests
Migrate lua-resty-session to 4.0.3 [tested, works]
…on version 4

The current documentation describes configuration for lua-resty-session version 3 only. Since following the default installation steps will set up lua-rest-session version 4, the documentation should reflect the configuration of version 4 instead.

This configuration should also provide an answer to several outstanding questions in the GitHub issues.
Enable caching of negative introspection responses
Update documentation for configuration of lua-resty-session v4
Incorrect Handling of Bearer Token with trailing space in openidc_get_bearer_access_token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.