Commit Graph

1870 Commits (740e5407efea00cb6d8e2b8b69246075474e77ff)
 

Author SHA1 Message Date
Justin Richer 740e5407ef more comprehensive list widget leftover object handling in client
10 years ago
Justin Richer 57648cd9d5 client scopes now added appropriately
10 years ago
Justin Richer 51b477679a removed blur detection, started work on alternative
10 years ago
Justin Richer 7939771bf8 made claim popover more friendly to mobile environments
10 years ago
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 337ee0b165 added assertion authentication to introspection and revocation endpoints, closes #724
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
Justin Richer a8a991104c clean tabs, closes #727
10 years ago
Alexander Imfeld d30ec3dc03 Introduce introspection result assembler to allow for customized introspection results
10 years ago
Justin Richer b13e369851 relaxed issuer constraints in client, closes #638
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
Justin Richer 2fc164afca added click through sanity check to registration token rotation, closes #698
10 years ago
Justin Richer d5c96f5d0d updated icons list, enhanced editor display
10 years ago
Justin Richer d371c99503 make user info classes serializable, closes #714
10 years ago
Justin Richer b764908416 if no alg is explicitly set, use the default from the signer
10 years ago
Justin Richer d26eb88faa 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
David Steinkopff 73a626815b fix broken dependency declaration, that follow up to org.springframework.beans.NotWritablePropertyException: Invalid property 'jwkKeyList' of bean class exception
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
Ariel Abrams-Kudan 2e7f3f8936 adding netbeans config to gitignore
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 dcee8a2311 changed color of "matched" element list in client search
10 years ago
Justin Richer 14f2efae10 added warnings for empty scopes and empty redirect URI lists
10 years ago
John Brooks 97666b086f Change this.model.id to this.model.get('id')
10 years ago
John Brooks 5af78f1f66 Change whitelist references from .id to .get('id')
10 years ago
Justin Richer 2ec4734438 added registration token rotation function to UI
10 years ago
Justin Richer 85fd16b457 fixed button sizes on dynreg and rsreg
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
arielak 7b91d764f0 Added service interface for data import/export service and modified AuthenticationHolderEntity and Repository to allow getting all objects
10 years ago
Justin Richer f097e589a4 swapped exception class for existing BeanCreationException, added example flag in config file (commented out)
10 years ago