Commit Graph

1133 Commits (7939771bf83f2aa9c9d3f5347df39d637eba42e6)

Author SHA1 Message Date
Justin Richer 8a2883f80b approval page defaults to "ask again" when prompt=consent is passed, closes #669
10 years ago
Justin Richer 0fd4e04725 updated date format of token introspection response, closes #719
10 years ago
Justin Richer 3513289b00 added key id to id token, closes #725
10 years ago
Justin Richer 0396157543 added ROLE_CLIENT to assertion client authentication, cleaned up roles on client secret authentication, closes #728, closes #401
10 years ago
Alexander Imfeld d30ec3dc03 Introduce introspection result assembler to allow for customized introspection results
10 years ago
Justin Richer 59caf8bcbe [maven-release-plugin] prepare for next development iteration
10 years ago
Justin Richer 729eda1fc1 [maven-release-plugin] prepare release mitreid-connect-1.1.11
10 years ago
arielak 1815aa0be1 RefreshToken to AuthHolder linkage test now using AuthHolder ID to verify
10 years ago
arielak 797acd73f3 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 fc2b544b25 Better method of creating test AuthenticationHolderEntity, added some more testing to testImport/ExportGrants
10 years ago
arielak 9e138647de Added new data service tests, separated date parsing/formatting utilities into DateUtil class
10 years ago
Justin Richer e07af009d8 [maven-release-plugin] prepare for next development iteration
10 years ago
Justin Richer b950624843 [maven-release-plugin] prepare release mitreid-connect-1.1.10
10 years ago
Justin Richer f133bc9b24 added null check to confirmation controller, closes #684
10 years ago
Justin Richer 09cbecc540 import cleanup
10 years ago
Justin Richer 3fa4c5bbc6 added more generic rotation capability
10 years ago
Justin Richer caeaa7dd78 added registration token API
10 years ago
Justin Richer 9c732fd1cd Ported date format changes from 1.0.x
10 years ago
arielak 01448d99c1 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 44715bd230 made binary encode/decode null safe
10 years ago
arielak 274b3dae18 Fixed reading/writing of approved access tokens
10 years ago
arielak 500b13f374 Fixed netbeans copyright weirdness
10 years ago
arielak a444850898 Added support for 1.1 config import/export, and separated common functions into 1_X abstract class
10 years ago
arielak cc8718c83d Added support for whitelisted and blacklisted site export
10 years ago
arielak a44e5e22fe Added support for whitelisted and blacklisted site import from a 1.0 config
10 years ago
arielak 942696c99f NPE fix
10 years ago
arielak b677b96595 Re-enabled reading of system scopes. Added 1.1 data export functionality
10 years ago
arielak e2119884a5 Added services for data import/export and modified JpaAuthenticationHolderEntity and Repository to allow getting all objects
10 years ago
Justin Richer b617fe0c4b externalized view name strings and tied them to view beans
10 years ago
Justin Richer f18f1701a3 moved the API endpoints, made resource tokens accessible too
10 years ago
Justin Richer 71da72de81 import cleanup
10 years ago
Justin Richer 9fcc5077ca added API for getting tokens by clientid
10 years ago
Justin Richer 9ebeeb4b79 fixed missing null check in request object parser
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