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
d056079fea
OpenID-Connect-Java-Spring-...
/
openid-connect-server
History
nemonik
d056079fea
Support for ECDSA JWT signer was removed as it would require the system-wide installation and configuration of the Bouncy Castle Security Provider in order for the server to work when deployed to Tomcat. See issue ticket
#20
2012-04-10 13:41:18 -04:00
..
.settings
Fixed unit tests - they were broken due to an error in application-context.xml; not because of the refactor. App context was trying to instantiate an Hmac signer with name "HMACSHA256", which should have been "HS256". I updated the exceptions thrown by the signer impls so that if an Algorithm name mismatch occurs it will tell you what it is trying to match against.
2012-03-30 13:45:04 -04:00
src
Support for ECDSA JWT signer was removed as it would require the system-wide installation and configuration of the Bouncy Castle Security Provider in order for the server to work when deployed to Tomcat. See issue ticket
#20
2012-04-10 13:41:18 -04:00
.classpath
Removed Replacer plugin
2012-03-23 15:55:30 -04:00
.gitignore
moved server to new package location
2012-03-16 15:01:53 -04:00
.project
mods to auth filter including config comments, http socket time out...
2012-03-22 17:49:30 -04:00
pom.xml
Removed Replacer plugin
2012-03-23 15:55:30 -04:00