Commit Graph

1886 Commits (9aa45f8efbc8bd9596ae0d236d69d0f03a12a96f)
 

Author SHA1 Message Date
Justin Richer dc4fd404ad made login button green
11 years ago
Justin Richer 62a43165f0 added json member type checking for json utils, won't die if a string is found where an array was expected
11 years ago
Justin Richer 325a200f16 added configurable support for different token presentation methods in user info fetcher, closes #632
11 years ago
Justin Richer 1db4227ce5 reformat / reorder
11 years ago
Justin Richer f997049eff key service can now deal with missing 'kid' fields in JWKs
11 years ago
Justin Richer 8768188133 makes the grant types checker softer, closes #640
11 years ago
Justin Richer 2a2a86a14d further escaping on approval page
11 years ago
Justin Richer a192cc4620 added escaping to JSP display
11 years ago
Justin Richer 91e00d79e3 changed all templates to print escaped characters
11 years ago
Justin Richer 38b6ab7a1b changed user button on top bar to drop down, tweaked login page, closes #635
11 years ago
Justin Richer 9666404d54 added "none" to discovery endpoint
11 years ago
Justin Richer 7476edb310 added unsigned ID token support to server
11 years ago
Justin Richer c7a6c4fafe added support for unsigned ID tokens in client, use client configuration to turn this on, closes #633
11 years ago
tsitkov 5c2cb75407 Better test coverage for JWS/EAlgorithmEmbed, JWEEncryptionMethodEmbed
11 years ago
Justin Richer 285f5ef10b added some header icons
11 years ago
Justin Richer 042a109312 grouped buttons in admin panel, closes #459
11 years ago
Justin Richer 55491c9979 enhanced client searching, closes #565 closes #566
11 years ago
Justin Richer 343e95d161 refresh token table displays count of currently active access tokens, closes #554
11 years ago
Justin Richer 665df2b29c grants table displays number of access tokens associated with grant (not id or refresh tokens), closes #555
11 years ago
Justin Richer 538c4031bb added in better default checks for content negotiation
11 years ago
Justin Richer 3412c1877e removed unnecessary unit test
11 years ago
tsitkov e1b4df74f0 Added tests for DefaultJwtEncryptionAndDecryptionService
11 years ago
Justin Richer 5223d88e0a updated unit test to fit new nimbus version
11 years ago
Kristina Sahlmann 7bf8e2ad08 change the OctetSequenceKey constructor in SymmetricCacheService
11 years ago
Kristina Sahlmann 306c8cff17 update nimbus-jose-jwt dependency to 2.26 and fix the affected files
11 years ago
tsitkov 48431fd5c7 Unit test for JWKSetKeyStore class
11 years ago
Justin Richer 078bf5e464 combine HTTP content negotiation with client preferences for user info endpoint
11 years ago
Justin Richer 1de2a61176 made accept header optional for user info request
11 years ago
Justin Richer 112154a2d8 cleaned up contacts handling across all classes of client, added text to address #626
11 years ago
Justin Richer 04acc21eea removed injection of admin email address from client API, will happen browser-side now
11 years ago
Justin Richer a8185e5ae2 changed display text for unknown registration time on clients
11 years ago
Justin Richer 9a3bf818cd added icon for token introspection enabled clients
11 years ago
Justin Richer 683776e031 removed extraneous yup, closes #623
11 years ago
Justin Richer 0e02a4c7ca fixed wonky CSS on login page ... again
11 years ago
Justin Richer d35f1fa014 added element scope to query for logo preview, closes #624
11 years ago
Justin Richer 08d62473be removed placeholder log-in box on lefthand side for non-logged-in users, replaced with a half-width spacer
11 years ago
Justin Richer adf477c64e [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer 8d97ed61ec [maven-release-plugin] prepare release mitreid-connect-1.1.8
11 years ago
Justin Richer acf039a1f7 wrapped auth method check, added SECRET_JWT, closes #621
11 years ago
Justin Richer 9f9b49fc63 refactored validator checks to cascade better, throw an authentication exception if we can't find a validator for the ID Token
11 years ago
Christopher Elkins a465559ac5 Revert incorrect key-encoding change in SymmetricCacheService
11 years ago
Christopher Elkins 1dc204f975 Validate HMAC-signed ID tokens
11 years ago
Justin Richer 5773fe195b set proper content type on user info JWT response
11 years ago
Justin Richer 5f97ce0ca1 fixed error code string
11 years ago
Justin Richer 6589cd717d disallow fragments in redirect uris for dynamic clients, closes #622
11 years ago
Justin Richer 4e52543091 more properly respond to some client registration errors
11 years ago
Justin Richer c493f438e7 applied token rotation to protected resources
11 years ago
Justin Richer f4edd3164f made timeout field optional, tokens don't expire in the default case
11 years ago
tjain 276d846f4c Configuration Property Bean to load the OP wide registration token life
11 years ago
Trilok Jain 4e09ec687b Registration Token regeneration - when they are beyond their lifetime
11 years ago