-
Notifications
You must be signed in to change notification settings - Fork 119
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
Trunk #2
Open
balaganeshrk
wants to merge
583
commits into
amber-0.10
Choose a base branch
from
trunk
base: amber-0.10
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
Trunk #2
Conversation
This file contains 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
OLTU-115 - JWTUtils#parse() method does not support multi-lines token OLTU-116 - JWTUtils does not have a method to serialize a JWT entity to a token git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524010 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524024 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524129 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524138 13f79535-47bb-0310-9956-ffa450edef68
JWTUtils replaced by the JWTReader in OpenIDConnectResponse(Test) git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524312 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524313 13f79535-47bb-0310-9956-ffa450edef68
… the needed methods git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524314 13f79535-47bb-0310-9956-ffa450edef68
JWTUtils replaced by the JWT(Reader|Writer) in Demos git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524318 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524319 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524329 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524333 13f79535-47bb-0310-9956-ffa450edef68
initial checkin of new codebase git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524395 13f79535-47bb-0310-9956-ffa450edef68
…eld value git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524396 13f79535-47bb-0310-9956-ffa450edef68
defined the JWS module version git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524401 13f79535-47bb-0310-9956-ffa450edef68
added the JWS module in the main reactor POM git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524403 13f79535-47bb-0310-9956-ffa450edef68
dropped unused Header#Builder inner class git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524413 13f79535-47bb-0310-9956-ffa450edef68
removed unused imports git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524414 13f79535-47bb-0310-9956-ffa450edef68
added signature generation/verification basic test cases git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524655 13f79535-47bb-0310-9956-ffa450edef68
Key abstraction is an overkill, (Signing|Verifying|Symetric)Key are enough for the purpose git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524665 13f79535-47bb-0310-9956-ffa450edef68
both signature calculation/verification need the payload in order to sign/verify the JWS git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524671 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524701 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524724 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524736 13f79535-47bb-0310-9956-ffa450edef68
added a shortcut method to verify current JWS git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524737 13f79535-47bb-0310-9956-ffa450edef68
added a simple test case to test to validate a signed JWS git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524915 13f79535-47bb-0310-9956-ffa450edef68
verification method has to make sure that JWS has a payload and a signature in order to execute the verify method git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524921 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1524944 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1525019 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1525020 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1525021 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754866 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754868 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754869 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754871 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754884 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754885 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1754887 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1756154 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1759584 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1759596 13f79535-47bb-0310-9956-ffa450edef68
OSGi export should have taken the o.a.o.o2.jwt only as exporting package, so specifying it in the properties fixes it git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1780906 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782004 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782006 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782016 13f79535-47bb-0310-9956-ffa450edef68
….jwt-1.0.3 git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782028 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1782136 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1801070 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813250 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813271 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813274 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813289 13f79535-47bb-0310-9956-ffa450edef68
…patch kindly provided by Petr Novicky, thanks git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813290 13f79535-47bb-0310-9956-ffa450edef68
…er in wrong place git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813300 13f79535-47bb-0310-9956-ffa450edef68
…ed format git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813303 13f79535-47bb-0310-9956-ffa450edef68
…ed format git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813304 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813307 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813309 13f79535-47bb-0310-9956-ffa450edef68
git-svn-id: https://svn.apache.org/repos/asf/oltu/trunk@1813903 13f79535-47bb-0310-9956-ffa450edef68
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
hi