Unicon / cas-adfs-integration

Two different methods of integrating CAS Server and Microsoft ADFS
Apache License 2.0
19 stars 7 forks source link

Load certificates via Spring Resources #3

Closed jtgasper3 closed 10 years ago

jtgasper3 commented 10 years ago

Had a great suggestion from @jimmytheneutrino (https://github.com/jimmytheneutrino) to load the signing certificate via Spring Resources instead of direct File input. This gives the advantage of loading from a file, url, classpath, etc.

jtgasper3 commented 10 years ago

Fixed with pull request #4. Merged into master