This repository was archived by the owner on Apr 25, 2025. It is now read-only.
forked from zmartzone/lua-resty-openidc
-
Notifications
You must be signed in to change notification settings - Fork 1
Update plugin #14
Open
dkasemodel
wants to merge
98
commits into
ContaAzul:master
Choose a base branch
from
zmartzone:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update plugin #14
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
try to avoid cache confusion
New function revoke_token() and revoke_tokens()
Make revoke_token() accessible
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>
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.
#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
… openidc_get_bearer_access_token
… openidc_get_bearer_access_token
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update plugin from original repo.