Commit Graph

1713 Commits (53148f2c8770ced14f6ea0dee997b560558adb81)
 

Author SHA1 Message Date
Justin Richer 53148f2c87 better auth method checking in dynamic registration and resource registration
11 years ago
Justin Richer f15b4a0f74 resource registration returned the wrong URL
11 years ago
Justin Richer b81e8e7ed5 got rid of extraneous "require client secret" box
11 years ago
Justin Richer 47cc005fe5 more sanity checking for client secrets
11 years ago
Justin Richer cac645484f client API now generates client secret only for clients that require a client secret
11 years ago
Justin Richer 71fa796b42 Allow public clients to use token endpoint, closes #611, closes #613
11 years ago
Josh Mandel 5ec7404e7b Fix missing redirect URIs in dynreg view
11 years ago
Justin Richer 52e53ba219 extracted validation exception, refactored protected resource registration endpoint to use this format
11 years ago
Justin Richer b7a8bbdddc cleanup, error wrappers on protected resource registration
11 years ago
Justin Richer deaccf437e refactored dynamic registration endpoint's checks for client consistency
11 years ago
Justin Richer 22ab1173a7 cleaned up dynreg self-service page to account for single-selection of grant types
11 years ago
Justin Richer 04f7a698ea added response type consistency checking, closes #430
11 years ago
Justin Richer 32101ff7b2 added parsing checks, fixed inverted logic, cleaned up redundant settings, closes #597
11 years ago
Justin Richer ab083c0963 added checks to dynamic registration endpoint that disallow registration of multiple incompatible grant types
11 years ago
Justin Richer cdd23df7ee token introspection now returns user "sub" when available in addition to "user_id", closes #507 (might cause incompatibility problems)
11 years ago
Justin Richer 85acfa90db [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer d5e4cb45a2 [maven-release-plugin] prepare release mitreid-connect-1.1.7
11 years ago
Justin Richer 72c4a394fe cleaner display for user profiles
11 years ago
Justin Richer 8861220632 stats on home page are now loaded in the background (makes main site load much faster)
11 years ago
Justin Richer 0059e78b69 made content wrapper a div instead of a span
11 years ago
Justin Richer dd5ee4bf80 created generic "loading" page to sit behind loading sheet, avoids sheet getting re-used (which doesn't tend to work)
11 years ago
Justin Richer 737eec432a fixed blacklist loading sheet
11 years ago
Justin Richer 00b35ddd9d cleaned references to app-attached views
11 years ago
Justin Richer 580f6d990e cleaned up "cancel" button behavior, also closes #608
11 years ago
Justin Richer f33726a778 don't re-use view objects, closes #608
11 years ago
Justin Richer e57adc048a don't allow empty blacklists either
11 years ago
Justin Richer 1a7de8cf29 disambiguate list items in event model
11 years ago
Josh Mandel ff3a210064 Don't delete the entire client when a single email address is removed
11 years ago
Justin Richer 257312d5da made user info interceptor more null safe for client side
11 years ago
Justin Richer 3e4aae6c8a hash tests now pass on Java8
11 years ago
Justin Richer 943fae25a1 make user info interceptor more compatible with standalone OIDC client software (with no user info service)
11 years ago
Justin Richer dfdc4ed52d fixed information leaks from approved site API
11 years ago
Alexander Imfeld a84c10fc1c Change copyright from Netcetera to MITRE/MIT-KIT.
11 years ago
Justin Richer 2797731597 fixed unit test to account for cascading tokens
11 years ago
Justin Richer d2c83104fb cascade token saves
11 years ago
Josh Mandel 7f8cbcea39 Use return value from TokenEnhancer.enhance
11 years ago
Justin Richer 2c401de181 translated README file to Markdown
11 years ago
Justin Richer be98b9cd0b [maven-release-plugin] prepare for next development iteration
11 years ago
Justin Richer 8320f0eefe [maven-release-plugin] prepare release mitreid-connect-1.1.6
11 years ago
Justin Richer 0c8cacd59a added missing copyright headers
11 years ago
Justin Richer 525f3aa2a8 Cleaned up indentation, whitespace, and imports.
11 years ago
Justin Richer 8185171119 minor clean up
11 years ago
Justin Richer ab15a65c93 internalized logo placeholder image block
11 years ago
Justin Richer 82a4b954e7 removed client description from dynamic registration pages (nonstandard field, doesn't get saved by the server anyway)
11 years ago
Justin Richer 7e2109f617 added oauth filters to resource registration endpoint
11 years ago
Justin Richer 5ab516de48 prevent clients from registering with special resource scope
11 years ago
Justin Richer c34357a433 added resource registration endpoint with basic functionality and specialized tokens
11 years ago
Justin Richer 0775785ce3 added in UI shell for creating/editing resources (clients with "introspection" set and no grants or other parameters)
11 years ago
Justin Richer b8908b6efe cleaned up old test file
11 years ago
Justin Richer 960319b796 improved logging configuration, removed transactional from service
11 years ago