This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
OpenID-Connect-Java-Spring-Server
mirror of
https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server
Watch
1
Star
0
Fork
You've already forked OpenID-Connect-Java-Spring-Server
0
Code
Issues
Projects
Releases
Wiki
Activity
4d4def75f1
OpenID-Connect-Java-Spring-...
/
server
History
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.
2012-02-22 13:58:20 -05:00
..
.settings
reworked id tokens, added SWD endpoint shell, started checkid endpoint shell (still needs signer service of some kind)
2012-01-25 16:58:01 -05:00
src
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.
2012-02-22 13:58:20 -05:00
.classpath
mods to repository, added service interfaces and impls
2012-01-25 15:48:51 -05:00
.gitignore
added test db files to .gitignore
2012-01-31 12:13:55 -05:00
.project
added spring aspect to project, tweaked configuration to point to keystore file correctly, added JWK endpoint views
2012-02-14 12:31:51 -05:00
pom.xml
additional signer service code
2012-02-17 12:16:26 -05:00