Commit Graph

475 Commits (04de43afb71f417c27fe5635f4a17fafa0a0af86)
 

Author SHA1 Message Date
Justin Richer d5e7000365 disabled custom namespace parsers for keystores
13 years ago
Justin Richer 524a8e153e signers turned into a map
13 years ago
nemonik 3f2631367f added comments on configuration of client
13 years ago
Justin Richer 664dd1df46 JWT claims can now have nulls in them without barfing
13 years ago
Justin Richer c59d3fe963 it spits out JWTs! and id tokens! JWT still needs to handle nulls
13 years ago
Amanda Anganes ebe72412fe Authorization Grant flow works up to serializing the returned Access Token. Justin is investigating serialization problems.
13 years ago
Amanda Anganes d94eb338ee Auth code flow works through user approval page. Current problem is that it doesn't seem to be matching up auth codes correctly (I keep getting "invalid code" error). But, it looks like it's going through our custom token granter so that is good.
13 years ago
Justin Richer 626779b58e refactored client package name to something sensible
13 years ago
Justin Richer 8263ce0dd5 added external class to persistence context
13 years ago
Justin Richer b463cabc69 fixed configuration, moved sql file
13 years ago
Justin Richer 2f29cc52b2 Merge branch 'client_refactor'
13 years ago
Amanda Anganes 409a5295f6 Commented out properties on ClientDetailsEntity.java that were not annotated. TODO: uncomment and annotate with JPA annotations.
13 years ago
Justin Richer baf7c1c166 fixed dependencies and project configurations
13 years ago
Justin Richer e6e7504213 added files and shuffled things to new packages
13 years ago
Justin Richer a0cdd8bf2f moved server to new package location
13 years ago
Amanda Anganes 13eeb433a9 Accidentally removed "spring project nature". It is put back now.
13 years ago
Amanda Anganes 0da11be4f9 This should be a working version with the AuthZ server deployed. I cleaned up a bunch of files that were generating compiler warnings. Changed use of GrantedAuthorithyImpl to SimpleGrantedAuthority, as GrantedAuthorityImpl is deprecated and SGA is its replacement.
13 years ago
Amanda Anganes 9be02af93c Other patch was bad - was on wrong version of original file, had wrong line numbers. This is the correct patch to use.
13 years ago
Amanda Anganes 0e0ef578e5 Merge branch 'master' of github.com:jricher/OpenID-Connect-Java-Spring-Server
13 years ago
Amanda Anganes daf6b53da2 Added patch to fix authorization server config
13 years ago
Michael Jett c23d31bc54 Initial commit of admin client management section
13 years ago
Michael Jett c015329e52 Altering resig js tmpl library. JSP has a hate passion for it.
13 years ago
Michael Jett f3e53386f9 Updating approval page to use oauth2 libs
13 years ago
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