Commit Graph

1360 Commits (a6bb56ed9a61681a5bf342132a3c2bd2dd944b9e)
 

Author SHA1 Message Date
William Kim 88863f4910 replaced mock TokenRequest and the storedAuth test field with concrete objects. test should pass now.
11 years ago
William Kim 1392faa83c replaced mock client auth with concrete OAuth2Request object
11 years ago
Amanda Anganes ad2ace6d74 Do not expire registration tokens
11 years ago
Justin Richer eadeded09c updated license file
11 years ago
Justin Richer beaeaa4ccc I can spell "consortium", I promise
11 years ago
Justin Richer b2b6fd6448 further cleanup
11 years ago
Justin Richer 856c0ea0b5 Merge commit '023dd440d4a0e6e59a14c88013837d79a77c74e0' into 1.1-merge
11 years ago
Justin Richer 023dd440d4 [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer 5e8f93cf15 [maven-release-plugin] prepare release mitreid-connect-1.0.6
11 years ago
Justin Richer e658ffd7fc format/cleanup and copyright
11 years ago
Justin Richer d4b544d519 disable token API (for now)
11 years ago
Amanda Anganes 906db0ac86 Opened token api access to all users; restricted to only show currently-logged-in-users tokens
11 years ago
Justin Richer 71da5b3d94 clean up some discovery values
12 years ago
Justin Richer c62bed37ff convert server to use normalizer
12 years ago
Justin Richer fb448a246a converted test data to map, use new serializer
12 years ago
Justin Richer 8edd6da136 added serializer for non-heirarchical URIs
12 years ago
Justin Richer 5893d8f8f8 fixed up parsing regular expression
12 years ago
William Kim f565688e59 changed name issuer->normalized. the result of normalization is not necessarily the issuer.
12 years ago
William Kim d80aaced9a reorganized test data and test methods.
12 years ago
William Kim 809a243b64 tests for webfinger url normalization.
12 years ago
William Kim eaa7298ef1 init commit for Webfinger normilizer utility class.
12 years ago
William Kim 93c3e7906f put in line breaks into the extra long comments in DiscoveryEndpoint.java
12 years ago
William Kim 14e85616e4 init commit. webfinger service test.
12 years ago
William Kim 0e777917d3 Updated Third Party Issuer Service unit tests.
12 years ago
William Kim 8c8aeeb892 hybrid server and client configuration services unit tests done.
12 years ago
William Kim 6ece7f5efc Static server and client configuration tests done.
12 years ago
Justin Richer 20871852c0 updated dependencies for secoauth 1.1
12 years ago
Amanda Anganes b397f0ae15 First go at adding token API; needs to be tested
12 years ago
Amanda Anganes 96e3f66a81 Removed more references to InitializingBean
12 years ago
Amanda Anganes 88db457fc4 Removed .springBeans from tracking; removed initializingbean in favor of @PostConstruct
12 years ago
William Kim 7b969f9776 removed TODO about empty JWK set at the client. issue #391.
12 years ago
William Kim 475a6fd4a2 added extra checks to the google checkstyle.
12 years ago
William Kim aa4ae1ef52 applied style formatting to checkstyle config file.
12 years ago
William Kim a3dd031a49 removed unused checks.
12 years ago
William Kim 8a0aa07c25 using the google-api-java-client checkstyle config as a base reference.
12 years ago
William Kim 2d5c8f148a added some more checkstyle checks up to DefaultComesLast.
12 years ago
William Kim 084afbb019 changed xml editor formatter to stop putting whitespace before ending bracket.
12 years ago
William Kim cf0c4a7f45 added custom checkstyle configuration with a small sample set of checks, including ones with customized properties.
12 years ago
William Kim 9e9091e064 updated pom to include checkstyle maven plugin
12 years ago
Justin Richer 67fd5fa7e9 roles granted by introspection token services are now configurable (and extendable) via service, addresses #386
12 years ago
Justin Richer 35d1e1b6d4 added whitelist/blacklist support to server & client services
12 years ago
Justin Richer a4a18fd54c externalized introspection URL from client's introspecting token service, addresses #435
12 years ago
Amanda Anganes dfbf01c9e3 Added .springBeans to gitignore
12 years ago
William Kim aad432c5d7 replaced stracktrace-printing with logger messages. removed some unused imports.
12 years ago
William Kim f483d41b88 getCustomClaim -> getClaim. Also, removed outdated TODOs.
12 years ago
William Kim 17a96ca122 removed resolved TODOs. Fixed by the resolution of issue #345.
12 years ago
William Kim 0d882faeca added a TODO and fixed some comment typos.
12 years ago
Amanda Anganes 15aea61fbe Applied code cleanup
12 years ago
Amanda Anganes 3e23967b46 Updated code to reflect SECOAUTH changes
12 years ago
William Kim 9a6f345e15 yes, allow default scoping if the client doesn't ask for any.
12 years ago