Commit Graph

1129 Commits (d87bdb21206f46910dffe961eae48476aeac5f36)

Author SHA1 Message Date
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 e6d10b67a4 update to Spring 4 and other related libraries
10 years ago
Alexander Imfeld 9dfac35912 Introduce introspection result assembler to allow for customized introspection results
10 years ago
arielak d557b1e2c2 RefreshToken to AuthHolder linkage test now using AuthHolder ID to verify
10 years ago
arielak ff436a6738 Added tests for ensuring the references between a refresh token and its authentication holder are preserved over import. Minor cleanup of other tests.
10 years ago
arielak d18d325c0c Better method of creating test AuthenticationHolderEntity, added some more testing to testImport/ExportGrants
10 years ago
arielak ff28e1a383 Added new data service tests, separated date parsing/formatting utilities into DateUtil class
10 years ago
Justin Richer 188818dc0d added null check to confirmation controller, closes #684
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
Justin Richer 0b8dbc4f68 added registration token API
10 years ago
Justin Richer 13cee6bf06 Ported date format changes from 1.0.x
10 years ago
arielak 98ace5c9fb Separated date formatting and parsing functions to DateUtil class. Modified how timezone is printed to workaround Java date formatting issue.
10 years ago
Justin Richer 1fbdd240f1 made binary encode/decode null safe
10 years ago
arielak a8377513a6 Fixed reading/writing of approved access tokens
10 years ago
arielak 0320bae15c Fixed netbeans copyright weirdness
10 years ago
arielak dcf66fadc4 Added support for 1.1 config import/export, and separated common functions into 1_X abstract class
10 years ago
arielak ad841a03df Added support for whitelisted and blacklisted site export
10 years ago
arielak 8495617aed Added support for whitelisted and blacklisted site import from a 1.0 config
10 years ago
arielak 16f15cc3c8 NPE fix
10 years ago
arielak 6333b1e4b1 Re-enabled reading of system scopes. Added 1.1 data export functionality
10 years ago
arielak d5551e9692 Added services for data import/export and modified JpaAuthenticationHolderEntity and Repository to allow getting all objects
10 years ago
Justin Richer c683131f12 externalized view name strings and tied them to view beans
10 years ago
Justin Richer 9e88a62479 moved the API endpoints, made resource tokens accessible too
10 years ago
Justin Richer 6d80a00d65 import cleanup
10 years ago
Justin Richer 81634e6165 added API for getting tokens by clientid
10 years ago
Justin Richer dee78c130c fixed missing null check in request object parser
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 39c50b76f4 added null checks to endpoint auth method switches, closes #652
10 years ago
Justin Richer 8768188133 makes the grant types checker softer, closes #640
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 538c4031bb added in better default checks for content negotiation
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 04acc21eea removed injection of admin email address from client API, will happen browser-side now
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 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
Trilok Jain 4e09ec687b Registration Token regeneration - when they are beyond their lifetime
11 years ago
Trilok Jain ed3e6a2814 https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues/431:
11 years ago
Justin Richer a106121af3 created blacklist aware redirect resolver and wired it in, closes #549
11 years ago