Commit Graph

1886 Commits (9aa45f8efbc8bd9596ae0d236d69d0f03a12a96f)
 

Author SHA1 Message Date
William Kim 9aa45f8efb Made the constructor public for OIDCAuthentication filter.
10 years ago
Wolter Eldering 3a067f1875 modify foreign key column types
10 years ago
Wolter Eldering 0e50b2f250 Fix column foreign key data type
10 years ago
Justin Richer e9d764e53e added support for login_hint, closes #250
10 years ago
Justin Richer 3e7ade9a67 fixed unit tests
10 years ago
Justin Richer 1a2ca25359 relaxed scope constraints on protected resources registered through self-service page
10 years ago
Justin Richer 55fb6667a0 removed unused variable in dynreg page
10 years ago
Justin Richer 76b25e13c1 made offline access non-default
10 years ago
Justin Richer e371ad345f fixed checking of refresh token permissions in client service, clients can now request either refresh_token grant type or offline_access scope and it will work. added checkbox to dynreg page for ease-of-use
10 years ago
Justin Richer 56344fa12b make sure that client presenting refresh token is the same client the refresh token was issued to
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 69c19d35fa moved test into test package
10 years ago
Justin Richer b4f3039c5a applied list widget catch to all objects
10 years ago
Justin Richer 51b10dbe96 more comprehensive list widget leftover object handling in client
10 years ago
Justin Richer 89f46fa872 client scopes now added appropriately
10 years ago
Justin Richer d9d9903c55 removed blur detection, started work on alternative
10 years ago
Justin Richer d7f8a846c3 made claim popover more friendly to mobile environments
10 years ago
Justin Richer b14dfa6458 approval page defaults to "ask again" when prompt=consent is passed, closes #669
10 years ago
Justin Richer 775b77b367 updated date format of token introspection response, closes #719
10 years ago
Justin Richer 4e4d9337b6 added assertion authentication to introspection and revocation endpoints, closes #724
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 34afe21e8a clean tabs, closes #727
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 bc9942e929 relaxed issuer constraints in client, closes #638
10 years ago
Justin Richer 841e4b4d68 added click through sanity check to registration token rotation, closes #698
10 years ago
Justin Richer 9e1bd8d8c1 updated icons list, enhanced editor display
10 years ago
Justin Richer f0e2fc6700 make user info classes serializable, closes #714
10 years ago
Justin Richer 3f5e2acfeb if no alg is explicitly set, use the default from the signer
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
David Steinkopff 659880b4dc fix broken dependency declaration, that follow up to org.springframework.beans.NotWritablePropertyException: Invalid property 'jwkKeyList' of bean class exception
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
Ariel Abrams-Kudan aecd222c5a adding netbeans config to gitignore
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 e814c3abd4 changed color of "matched" element list in client search
10 years ago
Justin Richer 793740cf08 added warnings for empty scopes and empty redirect URI lists
10 years ago
Justin Richer db052f11ca Moved development branch to 1.2
10 years ago
John Brooks 55a906ae40 Change this.model.id to this.model.get('id')
10 years ago
John Brooks 2d6deeb6f3 Change whitelist references from .id to .get('id')
10 years ago
Justin Richer f12d37f84e added registration token rotation function to UI
10 years ago
Justin Richer 78ebcd030d fixed button sizes on dynreg and rsreg
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