Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Update plugin #14

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 <stefan.bodewig@innoq.com>
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
closes #374

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
Signed-off-by: Hans Zandbelt <hans.zandbelt@zmartzone.eu>
Allow lifecycle handlers to fail, altering the course of request processing
see #399

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
see #399

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
see #399

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
New function revoke_token() and revoke_tokens()
closes #406

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
…ss-in-a-existing-session

#404 Possibilty to pass in a existing session
Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
bodewig and others added 5 commits February 5, 2023 21:45
Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
closes #473

Signed-off-by: Stefan Bodewig <stefan.bodewig@innoq.com>
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 <oldium.pro@gmail.com>
Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
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 <oldium.pro@gmail.com>
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 <oldium.pro@gmail.com>
The mime module expects padded Base64 value, so add missing padding.

Signed-off-by: Oldřich Jedlička <oldium.pro@gmail.com>
restrict zero-pixel image logout to actual image requests
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
Migrate lua-resty-session to 4.0.3 [tested, works]
closes #464 #480 #503; thanks @oldium @balajiv113

Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
…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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.