Commit Graph

152 Commits (663d7cce9f747526d41f27cc54fbd3f5f8cb46bb)
 

Author SHA1 Message Date
Amanda Anganes 663d7cce9f Merge branch 'march9'
13 years ago
Amanda Anganes c68762877d Needs more testing, but this doesn't break anything existing and I *think* the SECOAUTH AuthZ server is up now. /oauth/authorize IS mapped, but I am getting a "GET not allowed" (POST looks like it is) when I try to access the authorization endpoint with my browser.
13 years ago
Amanda Anganes 3c820edb9c /oauth/authorize is MAPPED. Failing when trying to access /openidconnect/auth url with java.lang.IllegalStateException: No WebApplicationContext found: no ContextLoaderListener registered?
13 years ago
Michael Jett ba376dfd61 Merge remote branch 'origin/master'
13 years ago
Michael Jett efefdff915 bare-bones for the access approval page and mockup
13 years ago
Michael Jett c925a18a04 copyright is now in it's own tag file
13 years ago
nemonik 539778e2c2 pulled the id_token from the Token Endpoint response, and msg the OpenIdConnectAuthenticationToken constructor w/; with other code tightening in the OpenIdConnectAuthenticationToken and OpenIdConnectAuthenticationProvider.
13 years ago
nemonik f4129ec085 adding the renamed classes
13 years ago
nemonik 7e137579d5 renamed classes
13 years ago
nemonik 08a582dfbe progress on the client
13 years ago
nemonik 319d0439ea OpenID Connect client work in progress
13 years ago
Amanda Anganes 099456c189 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes 6a8647542e Updated OpenID_Connect_Diagrams.pdf so that step B of the Authorization Code Flow returns a redirect URI rather than a JSON response object.
13 years ago
Michael Jett 8cd7c34487 Base url correction for CSS/JS
13 years ago
Amanda Anganes 89dd98f4a7 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes 8685a8c97f Filled out UserInfoEndpoint.java a bit more, added extra fields to ClientDetailsEntity.java that are needed to support options from the Connect DynClientReg spec.
13 years ago
Michael Jett 0f47232b00 Javascript testing updates
13 years ago
Michael Jett 39e6cd1166 Fixing path for server deployment of resources.
13 years ago
Justin Richer e7362f93b3 updated and commented refreshtoken implementation
13 years ago
Justin Richer c46e0f1969 tweaked setup for mapping of controllers
13 years ago
Justin Richer 4dc1625496 changed id token handling
13 years ago
Michael Jett d7ba02a74c JavaScript Template prototype. Test JSON for clients
13 years ago
Michael Jett 70567ae183 Adding Resig js templating library
13 years ago
Michael Jett f6745359f6 Home is now fully rendered. Title is processed as tag attribute
13 years ago
Michael Jett 26957f1c77 Correcting root mapping for Controller.
13 years ago
Michael Jett b274098348 Merging Jwt.java back into the branch
13 years ago
Justin Richer f71ea2133c removed unneeded patch
13 years ago
Amanda Anganes 4d4def75f1 Removed patches to SECOAUTH and updated to current head revision. Updated code to match changes, filed issues 2-4 in github issue tracker for some cleanup still remaining. Updated OAuth2AccessTokenEntity to contain an IdToken, which is persisted as a string. NOTE: to deploy, you will need to update your database tables to include the column "idTokenString VARCHAR(256)". accesstoken.sql has been updated to reflect this.
13 years ago
Amanda Anganes 6c1c71809d Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes bf6408c671 Added IdTokenGeneratorService interface and DummyIdTokenGeneratorService.java, a dumb implementation of that interface. IdTokenGeneratorService is responsible for generating an IdToken for the ConnectAuthCodeTokenGranter when requested.
13 years ago
nemonik 812658d3d3 modified testGenerateRsaSignature to be more meaningful, and added testValidateRsaSignature unit test to org.mitre.jwt.JwtTest
13 years ago
Amanda Anganes 46e0673d0e Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes 00822e0ead Added root RequestMapping annotation to ManagerController.java - Spring requires there to be a mapping on the root of controllers.
13 years ago
Michael Jett 6f11e5551c telling git to ignore intellij config files
13 years ago
Michael Jett 7e4e1c9fa9 Merge remote branch 'origin/master'
13 years ago
Michael Jett f4f7f8c8cb Initial theme, and path corrections for resources.
13 years ago
Amanda Anganes 8c57a4ec6e Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes 226c8bb131 Updated diagrams. See readme.txt for details.
13 years ago
Michael Jett b7c99e30c5 Fixing typo
13 years ago
Michael Jett c0c21fc31f MangerController initial check-in
13 years ago
Michael Jett f7c0af3697 Enabling Jstl support in spring views
13 years ago
Michael Jett 961b772061 Moving static content to resources folder
13 years ago
Michael Jett 2ae493221a Moving and creating static resources directory
13 years ago
Michael Jett 21c88df5ed Merge remote branch 'origin/master'
13 years ago
Michael Jett 742b5cbc7d Stubbing out the Client API
13 years ago
nemonik 0fe4c13c45 these should of been removed
13 years ago
nemonik 066cf62f3b additional signer service code
13 years ago
nemonik 89f9961c1a work on EcdsaSigner; and supporting unit test and code.
13 years ago
Amanda Anganes 6c7527aaec Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes fc00872800 Testing SECOAUTH authorization server
13 years ago