Commit Graph

475 Commits (10b7eb60c886ab93e031624c94087d65cf5ff250)

Author SHA1 Message Date
Justin Richer 6c88d7c54b removed old owner_id field, closes #636
10 years ago
Charif Belhaffef e8015051d2 add @Transient to function getAuthorizedGrantTypes() so it does not persist
10 years ago
Justin Richer c6c09b9c6c made default user info parser more robust against null values
10 years ago
Justin Richer bbeaeb06e3 added option to send skip sending nonce if desired, closes #704, closes #683,
10 years ago
Justin Richer 0e776762c2 set up data API for 1.2 format (currently the same as 1.1 format)
10 years ago
Justin Richer c600787f1c added key id to id token, closes #725
10 years ago
Justin Richer d87bdb2120 added ROLE_CLIENT to assertion client authentication, cleaned up roles on client secret authentication, closes #728, closes #401
10 years ago
Justin Richer b50facd4c2 explicitly added Jackson2 to support secoauth serialization, added string converter to work with our API
10 years ago
Justin Richer e6d10b67a4 update to Spring 4 and other related libraries
10 years ago
Justin Richer f0e2fc6700 make user info classes serializable, closes #714
10 years ago
Justin Richer a59fe0604e generate random fake password for private key clients and shared secret crypto clients to avoid accidentally using client secret authentication and bypassing authentication, closes #715
10 years ago
Alexander Imfeld 9dfac35912 Introduce introspection result assembler to allow for customized introspection results
10 years ago
Pascal Bruckert bf00c1f5e0 update spring-security-oauth2 2.0.3 , closes #663
10 years ago
Justin Richer db052f11ca Moved development branch to 1.2
10 years ago
Justin Richer 134909a82f import cleanup
10 years ago
Justin Richer 1e71749c23 added more generic rotation capability
10 years ago
arielak 8495617aed Added support for whitelisted and blacklisted site import from a 1.0 config
10 years ago
arielak 03f2d8f8a0 Added service interface for data import/export service and modified AuthenticationHolderEntity and Repository to allow getting all objects
10 years ago
Justin Richer ec8f708472 swapped exception class for existing BeanCreationException, added example flag in config file (commented out)
10 years ago
John Brooks 3e3613f471 Corrected bean setup for checkForHttps case tests.
10 years ago
John Brooks acc4cf16bd Separated checkForHttps cases into separate test methods.
10 years ago
John Brooks cf2837f678 Initialized forceHttps to false.
10 years ago
John Brooks 0461e51ddc Changed parent class from Exception to RuntimeException; added copyright
10 years ago
John Brooks e1015e1194 Create flag to force HTTPS of value of issuer on server startup, addresses #528
10 years ago
Justin Richer c683131f12 externalized view name strings and tied them to view beans
10 years ago
Justin Richer a704277652 Removed exceptions from @PostConstruct methods, closes #663
10 years ago
Justin Richer 81634e6165 added API for getting tokens by clientid
10 years ago
Justin Richer 1a79949d51 made user info less transient
10 years ago
James Agnew e0b84069d4 Update to latest spring-security-oauth2 module
10 years ago
Justin Richer 6f2f807b0b [maven-release-plugin] prepare for next development iteration
10 years ago
Justin Richer 93ae1516a5 [maven-release-plugin] prepare release mitreid-connect-1.1.9
10 years ago
Justin Richer b0cce924a2 JsonFileRegisteredClientService now writes out entire client registration to disk, closes #651
10 years ago
Justin Richer 78f3e68e8b update unit test for Windows environment, closes #647
10 years ago
ksahlmann 4ca9a593f5 update nimbus-jose-jwt to 2.26.1 due to base64 encoding issue
10 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
tsitkov 5c2cb75407 Better test coverage for JWS/EAlgorithmEmbed, JWEEncryptionMethodEmbed
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 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
Christopher Elkins a465559ac5 Revert incorrect key-encoding change in SymmetricCacheService
11 years ago
Christopher Elkins 1dc204f975 Validate HMAC-signed ID tokens
11 years ago