1
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 2 days ago.
Dec 05, 2024 — Dec 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added docu to Caching of Acces Tokens More... over 12 years ago
Ensured the CORS preflight early response actually write the response More... over 12 years ago
Added configurable CORS header support in the AuthorizationServerFilter including responding to preflight requests for client-resource server Cross-origin resource sharing More... over 12 years ago
Small bugfix in finding warning template More... over 12 years ago
[maven-release-plugin] prepare for next development iteration More... over 12 years ago
[maven-release-plugin] prepare release apis-parent-1.2.0 More... over 12 years ago
Added validation SQL statements to the datasource More... over 12 years ago
Made sure the stats in the JS client GUI only show personal stats (also changed the server to never give out any non-personal info More... over 12 years ago
Eased up the matching of redirect uris to not do an exact match, but a beginsWith More... over 12 years ago
Implemented method to get the Principal from the ResourceServer part in the auth server. More... over 12 years ago
Made the consent screen more descriptive More... over 12 years ago
Upped documentation More... over 12 years ago
Bugfix for TokenResource error handling when the URI did not match More... over 12 years ago
Improved error-handling for JS admin client and fixed all integration tests More... over 12 years ago
Added support for the client credentials grant. A client must be explicitely marked to be able to use this flow using the JS admin gui (or sql) More... over 12 years ago
Improved sanitizing of the client ID - based on the name More... over 12 years ago
Resolved Missing auth state fix More... over 12 years ago
Ensured that the SAMLAuthenticator only enriches the Principal with groups - and therefore is dependent on an external OpenConextOAuthClient - if the api-enrich-principal property in surfconext.authn.properties is set to true More... over 12 years ago
Added visual warning for marking a client an implicit grant client More... over 12 years ago
Added sources plugin to parent pom for uploading sources to https://build.surfconext.nl/repository/public/snapshots/nl/surfnet/apis/ More... over 12 years ago
Added the content dir for mysql flyway migrations More... over 12 years ago
Added possibility to enforce refreshtokens for Clients and to explicitly enable implicit grant resulting in null secrets (which is now allowed if and only if th client is implicit grant More... over 12 years ago
Removed guava library, replaced cache with simple domain specific implementation More... over 12 years ago
Added client attributes to the JS admin client to be able to use this client for possible SAML scoping using the SAML authenticator More... over 12 years ago
Made the scan jetty performs more restrictive to speed up startup time More... over 12 years ago
Improved error handling - e.g. sending 403s - when something goes wrong like wrong format token More... over 12 years ago
Added scoping support based on the client attributes for SAML auth request More... over 12 years ago
Speeded up startup time with more then 1 minute by disabling class scan More... over 12 years ago
Added docu about private / public keys for SAML dance More... over 12 years ago
Made changes to ObjectMapper to instantiate polymorphic Principals More... over 12 years ago