Commit Graph

2046 Commits (e155cdc282aa682d54af1924f93ddd5bdde3ac2e)
 

Author SHA1 Message Date
Fredrik Jönsson a61759bf74 Translate contact page.
10 years ago
Fredrik Jönsson 222b7bae91 Initial i18n setup and translations.
10 years ago
Justin Richer 166c53cd6a fixed comparison of client IDs in refresh token, closes #752
10 years ago
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 ada1b0d24e added unit tests for nonce-less url builders (exception cases)
10 years ago
Justin Richer ba97fcb88a changed name of clientAuthorization to authorizationRequest (which is more accurate), closes #697
10 years ago
John Brooks a1228d19b5 Changed lastWeek logic back to correct form, removed logic used for
10 years ago
Justin Richer bbeaeb06e3 added option to send skip sending nonce if desired, closes #704, closes #683,
10 years ago
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