Commit Graph

683 Commits (48941f1713cf4ed405f29fc2239661f2cb4d981b)
 

Author SHA1 Message Date
Justin Richer bdfdbbadbc stats summary, addresses #62
12 years ago
Justin Richer 6cb7e74046 updated default handling to user proper backbone model handling
12 years ago
Justin Richer 74b4fab58c Client secret processing
12 years ago
Justin Richer 05fa7b148c added checks for generated client secret
12 years ago
Justin Richer 9e60da2675 added controls for client secret processing
12 years ago
Justin Richer a02f37cec3 added generators to client service API
12 years ago
Justin Richer b47dcf8e6b fixed timestamp math
12 years ago
Justin Richer 26d5a846e0 Updated validator structure and id token checking.
12 years ago
Justin Richer a0df7ad04b client documentation updates, addresses #135
12 years ago
Justin Richer 012bb4afd7 Changed casing on "URI" to "Url" to match other parameters.
12 years ago
Justin Richer d14f55004c added parser to userinfo object, userinfo url in filter, fixed bug in user_id check
12 years ago
Justin Richer fbd6e67af8 Refactored auth provider to call the userinfo endpoint and provide info inside the auth token.
12 years ago
Justin Richer 8520fcbf72 removed deprecated granted authority reference
12 years ago
Justin Richer 6ccbf480b3 added token values into the OpenIDConnectAuthToken class and authenticator, still need to do authuserdetailsservice
12 years ago
Justin Richer a65504c0cb added new exception for userinfo, addresses #133
12 years ago
Justin Richer c5244db1a2 moved nonce from cookie to session, added state processing, cleaned up unused classes
12 years ago
Justin Richer 209fc2d249 refactored request object endpoint to avoid urlspace conflict with SECOAUTH
12 years ago
Justin Richer 269c2c9835 fixed nonce cookie handling
12 years ago
Mike Derryberry d1218efb2a cleaned up imports
12 years ago
Mike Derryberry 55e7a4d707 moved request object auth endpoint in project setup
12 years ago
Mike Derryberry ec286b9644 removed auth bean from application-context. Added extra parameter checks in request object auth endpoint
12 years ago
Mike Derryberry 04d8faa90a updated autowired annotation
12 years ago
Mike Derryberry 20a7ebc576 autowired all member variables in request object auth endpoint
12 years ago
Mike Derryberry 694074ee58 moved endpoint, added param processing
12 years ago
Mike Derryberry 36b9c805d9 added reference to abstract endpoint class to get token granter
12 years ago
Mike Derryberry 2bdbb283b7 removed dependency on abstract endpoint class. added methods needed to authRequestObjectEndpoint (afterPropertiesSet())
12 years ago
Mike Derryberry 51ec529861 readded implementation of initializingBean
12 years ago
Mike Derryberry 638ebf2010 cleaned up AuthRequestObjectEndpoint class
12 years ago
Mike Derryberry d93f5f18e5 added state value to jwt that gets passed as request object. certain methods from SECOAUTH use this
12 years ago
Mike Derryberry 3486ea28f1 updated mimicked methods to not use jwt, but rather a jwt in an auth request
12 years ago
Mike Derryberry 1a20dcbc6e added methods that mimic behavior of private SECOATH methods
12 years ago
Mike Derryberry d5caa0b543 changed server endpoint to act like an endpoint. WIP to accept request objects, validate, and redirect
12 years ago
Mike Derryberry 7d6211afd7 cleaned up some imports, added serverEndpointRequest class
12 years ago
Mike Derryberry eff7a2c504 changed nonce claim addition
12 years ago
Mike Derryberry 28344a3c91 auth endpoint got into client code. removed
12 years ago
Mike Derryberry 9d73cd2243 cleaned up imports in filter class
12 years ago
Mike Derryberry 2888c08083 changed cookie claim to include the response
12 years ago
Mike Derryberry bc216785b8 added cookie to response in auth filter for request objects
12 years ago
Mike Derryberry f7cfb39777 updated imports of signed request filter
12 years ago
Mike Derryberry c0d353d7ce removed state parameter from claims. added way to create random nonce value
12 years ago
Mike Derryberry 8e95734f22 changed response-type to code rather than token
12 years ago
Mike Derryberry f8d938630e added passthrough parameters to server config
12 years ago
Mike Derryberry c4ebf5c145 updated signer service
12 years ago
Mike Derryberry d6b0b87769 added state parameter to reqeuest object
12 years ago
Mike Derryberry 1efe7a1fc3 updated check of algorithm in signing method"
12 years ago
Mike Derryberry 99bc1294e3 removed repetative check of "token" parameter in signed request object
12 years ago
Mike Derryberry 685734ce35 updated signing request object in OIDC client by pulling out construction of JWT to its own method.
12 years ago
Mike Derryberry 76c91ea79f removed encrypted request object for OIDC client. will deal with it at a later point
12 years ago
Mike Derryberry 8f22517c81 encrypted request object wip. need to add header parameters to allow encryption. also need to get public key for encryption
12 years ago
Mike Derryberry 70c4c25fa3 finished signed request object for client, created encrypted request object for client
12 years ago