java-idp.git
15 years agofix login form, and allow a couple of parameters to be overridden in web.xml
wnorris [Fri, 9 Nov 2007 21:32:39 +0000 (21:32 +0000)]
fix login form, and allow a couple of parameters to be overridden in web.xml

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2460 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoFix copy-paste error
lajoie [Fri, 9 Nov 2007 12:07:02 +0000 (12:07 +0000)]
Fix copy-paste error

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2459 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoSynch up NameID encoder and principal connector examples
lajoie [Fri, 9 Nov 2007 11:46:56 +0000 (11:46 +0000)]
Synch up NameID encoder and principal connector examples

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2458 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoNo need for special log4j exclusion rule in build
lajoie [Fri, 9 Nov 2007 06:49:43 +0000 (06:49 +0000)]
No need for special log4j exclusion rule in build

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2457 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoapparently Chad doesn't like user feedback; well I'll show him! (fixes SIDP-42....
wnorris [Thu, 8 Nov 2007 19:40:18 +0000 (19:40 +0000)]
apparently Chad doesn't like user feedback; well I'll show him!  (fixes SIDP-42... again)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2456 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoDeal with case when JAAS modules don't populate any principal data. This isn't reall...
lajoie [Thu, 8 Nov 2007 15:20:22 +0000 (15:20 +0000)]
Deal with case when JAAS modules don't populate any principal data.  This isn't really valid per the JAAS spec but some modules are doing it.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2455 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoUse username if JAAS module doesn't populate the prinicpal's name
lajoie [Wed, 7 Nov 2007 11:49:51 +0000 (11:49 +0000)]
Use username if JAAS module doesn't populate the prinicpal's name

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2454 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoDon't create empty attribute statements when no attributes are released. Fixed bug...
lajoie [Wed, 7 Nov 2007 07:32:37 +0000 (07:32 +0000)]
Don't create empty attribute statements when no attributes are released.  Fixed bug SIDP-57

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2453 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoTime is in seconds, not milliseconds. Convert before parsing it as a DateTime
lajoie [Wed, 7 Nov 2007 07:13:24 +0000 (07:13 +0000)]
Time is in seconds, not milliseconds.  Convert before parsing it as a DateTime

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2452 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoPrevent logging messages from appearing twice
lajoie [Tue, 6 Nov 2007 12:37:29 +0000 (12:37 +0000)]
Prevent logging messages from appearing twice

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2451 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoMarshall assertions before trying to sign
lajoie [Tue, 6 Nov 2007 12:30:00 +0000 (12:30 +0000)]
Marshall assertions before trying to sign

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2450 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoUpdate to 2.0.7 release of Spring, contains bug fix that was causing us to use a...
lajoie [Tue, 6 Nov 2007 09:00:27 +0000 (09:00 +0000)]
Update to 2.0.7 release of Spring, contains bug fix that was causing us to use a nightly build.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2449 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoAlways sign assertions if the IdP relying party config says to
lajoie [Tue, 6 Nov 2007 07:29:26 +0000 (07:29 +0000)]
Always sign assertions if the IdP relying party config says to

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2448 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoCorrect package name of Shibboleth logger
lajoie [Tue, 6 Nov 2007 07:12:32 +0000 (07:12 +0000)]
Correct package name of Shibboleth logger

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2447 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoMinor logic bug in last commit
lajoie [Mon, 5 Nov 2007 17:53:13 +0000 (17:53 +0000)]
Minor logic bug in last commit

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2446 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoRework name ID format handling to fix bug SC-23
lajoie [Mon, 5 Nov 2007 17:43:53 +0000 (17:43 +0000)]
Rework name ID format handling to fix bug SC-23

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2445 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoAttempt to fix some NPEs when information is not available from the decoder or metada...
lajoie [Mon, 5 Nov 2007 11:19:57 +0000 (11:19 +0000)]
Attempt to fix some NPEs when information is not available from the decoder or metadata provider

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2444 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agotry that again
lajoie [Fri, 2 Nov 2007 12:07:26 +0000 (12:07 +0000)]
try that again

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2443 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoFix relative URL for logo
lajoie [Fri, 2 Nov 2007 11:47:34 +0000 (11:47 +0000)]
Fix relative URL for logo

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2442 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoActually provide the SecurityPolicyResolver to the decoder
lajoie [Thu, 1 Nov 2007 12:10:03 +0000 (12:10 +0000)]
Actually provide the SecurityPolicyResolver to the decoder

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2441 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoInclude full exception stacktrace in debug logging pattern
lajoie [Thu, 1 Nov 2007 07:45:55 +0000 (07:45 +0000)]
Include full exception stacktrace in debug logging pattern

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2440 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoChange IdP process log name to what it was before logging subsystem change
lajoie [Thu, 1 Nov 2007 07:44:23 +0000 (07:44 +0000)]
Change IdP process log name to what it was before logging subsystem change

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2439 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoForgot to actually create an instance of the security policy selector
lajoie [Wed, 31 Oct 2007 06:32:28 +0000 (06:32 +0000)]
Forgot to actually create an instance of the security policy selector

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2438 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoSecurity policy work round two, now wired into the IdP
lajoie [Tue, 30 Oct 2007 07:40:27 +0000 (07:40 +0000)]
Security policy work round two, now wired into the IdP

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2437 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agofix up mistaken project dependency
lajoie [Mon, 29 Oct 2007 14:17:44 +0000 (14:17 +0000)]
fix up mistaken project dependency

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2436 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoMerge in new logging system.
lajoie [Mon, 29 Oct 2007 13:51:40 +0000 (13:51 +0000)]
Merge in new logging system.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2435 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agologin form should work out of the box for UserPassword login handler. also displays...
wnorris [Wed, 24 Oct 2007 22:42:15 +0000 (22:42 +0000)]
login form should work out of the box for UserPassword login handler.  also displays message when authentication failed

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2426 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agobetter handling when endpoints are accessed directly (SIDP-55). Also add a few more...
wnorris [Wed, 24 Oct 2007 22:25:14 +0000 (22:25 +0000)]
better handling when endpoints are accessed directly (SIDP-55).  Also add a few more checks for metadata lookup.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2425 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agothrow exception if metadata lookup failed (bug SIDP-53)
wnorris [Wed, 24 Oct 2007 21:43:57 +0000 (21:43 +0000)]
throw exception if metadata lookup failed (bug SIDP-53)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2424 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agobetter error message when authn servlets are accessed directly
wnorris [Wed, 24 Oct 2007 21:13:29 +0000 (21:13 +0000)]
better error message when authn servlets are accessed directly

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2422 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoreturn proper status code to IsPassive requests
wnorris [Fri, 12 Oct 2007 22:28:34 +0000 (22:28 +0000)]
return proper status code to IsPassive requests

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2416 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agofix NPE
wnorris [Wed, 10 Oct 2007 01:09:15 +0000 (01:09 +0000)]
fix NPE

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2415 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoRemove login context during exception, not in a finally block
lajoie [Wed, 10 Oct 2007 00:51:32 +0000 (00:51 +0000)]
Remove login context during exception, not in a finally block

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2414 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoAttempt to fix bug SIDP-41. Need Nate and Rod to confirm.
lajoie [Fri, 5 Oct 2007 21:43:25 +0000 (21:43 +0000)]
Attempt to fix bug SIDP-41.  Need Nate and Rod to confirm.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2412 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

15 years agoenable conveying login failure to user
wnorris [Thu, 4 Oct 2007 19:38:53 +0000 (19:38 +0000)]
enable conveying login failure to user

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2411 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdded comments for the commented out sections dealing with container managed auth
lajoie [Wed, 26 Sep 2007 14:14:13 +0000 (14:14 +0000)]
Added comments for the commented out sections dealing with container managed auth

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2409 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agofix comment bug with example conf
lajoie [Wed, 26 Sep 2007 13:55:28 +0000 (13:55 +0000)]
fix comment bug with example conf

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2408 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd credential definition examples
lajoie [Sun, 23 Sep 2007 16:48:45 +0000 (16:48 +0000)]
Add credential definition examples

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2407 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix typo.
putmanb [Sat, 22 Sep 2007 19:32:50 +0000 (19:32 +0000)]
Fix typo.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2406 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoTry and make thwe rrror message more coherent
rdw [Fri, 21 Sep 2007 10:03:09 +0000 (10:03 +0000)]
Try and make thwe rrror message more coherent

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2405 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoMissing log statment
rdw [Fri, 21 Sep 2007 09:02:15 +0000 (09:02 +0000)]
Missing log statment

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2404 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agocomment out tomcat authentication stuff for now, since the beta instructions assume...
wnorris [Fri, 21 Sep 2007 04:12:11 +0000 (04:12 +0000)]
comment out tomcat authentication stuff for now, since the beta instructions assume authentication with apache

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2403 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agofix typo in class name
wnorris [Fri, 21 Sep 2007 04:07:04 +0000 (04:07 +0000)]
fix typo in class name

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2402 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSAML 2 artifact unit tests and associated bug fixes
lajoie [Tue, 18 Sep 2007 00:40:13 +0000 (00:40 +0000)]
SAML 2 artifact unit tests and associated bug fixes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2401 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoHandle both Get and POST methods
lajoie [Mon, 17 Sep 2007 15:34:04 +0000 (15:34 +0000)]
Handle both Get and POST methods

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2400 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoBasic SAML 1 artifact resolution unit test
lajoie [Sun, 16 Sep 2007 18:05:39 +0000 (18:05 +0000)]
Basic SAML 1 artifact resolution unit test

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2399 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoDon't need to figure out message issuer, decoders do that now.
lajoie [Sat, 15 Sep 2007 17:53:31 +0000 (17:53 +0000)]
Don't need to figure out message issuer, decoders do that now.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2398 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd artifact map arg into constructors
lajoie [Sat, 15 Sep 2007 17:49:17 +0000 (17:49 +0000)]
Add artifact map arg into constructors

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2397 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agomissed a couple files with last change
lajoie [Sat, 15 Sep 2007 17:43:42 +0000 (17:43 +0000)]
missed a couple files with last change

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2396 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoPopulate request context with relying party ID from artifact map entry
lajoie [Fri, 14 Sep 2007 19:59:33 +0000 (19:59 +0000)]
Populate request context with relying party ID from artifact map entry

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2395 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoMake pages slightly prettier, but just slightly
lajoie [Thu, 13 Sep 2007 16:47:37 +0000 (16:47 +0000)]
Make pages slightly prettier, but just slightly

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2392 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoCreate backups of existing configuration files anytime we do an install. Ant appears...
lajoie [Thu, 13 Sep 2007 16:33:38 +0000 (16:33 +0000)]
Create backups of existing configuration files anytime we do an install.  Ant appears to always overwrite configs if the source is newer than the destination...  even with overwrite set to false

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2391 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoDon't allow for an endpoint, sent by reference, to be selected if its binding is...
lajoie [Thu, 13 Sep 2007 16:13:46 +0000 (16:13 +0000)]
Don't allow for an endpoint, sent by reference, to be selected if its binding is not in the list of supported outbound bindings

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2390 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoApparently velocity does inherit resource loading configurations
lajoie [Thu, 13 Sep 2007 15:56:21 +0000 (15:56 +0000)]
Apparently velocity does inherit resource loading configurations

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2389 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoKeep velocity from writting log files wherever the application starts up
lajoie [Thu, 13 Sep 2007 15:09:19 +0000 (15:09 +0000)]
Keep velocity from writting log files wherever the application starts up
Simplify velocity engine configuration in IdP

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2388 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd artifact resolution config profile to defaue config
lajoie [Thu, 13 Sep 2007 14:39:31 +0000 (14:39 +0000)]
Add artifact resolution config profile to defaue config

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2387 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoLog outgoing binding in regular process log
lajoie [Thu, 13 Sep 2007 14:31:41 +0000 (14:31 +0000)]
Log outgoing binding in regular process log

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2386 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd in SAML 1 and 2 Artifact resolution profile handler configuration and add to...
lajoie [Thu, 13 Sep 2007 14:14:37 +0000 (14:14 +0000)]
Add in SAML 1 and 2 Artifact resolution profile handler configuration and add to default configuration

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2385 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoExtract attribute query from request
lajoie [Wed, 12 Sep 2007 16:55:32 +0000 (16:55 +0000)]
Extract attribute query from request

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2384 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd some logging messages
lajoie [Wed, 12 Sep 2007 01:09:09 +0000 (01:09 +0000)]
Add some logging messages

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2383 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agosome added logging
lajoie [Tue, 11 Sep 2007 01:14:37 +0000 (01:14 +0000)]
some added logging

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2381 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSet default authentication method from RP config
lajoie [Tue, 11 Sep 2007 00:19:27 +0000 (00:19 +0000)]
Set default authentication method from RP config

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2380 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agocleanup default configuration
wnorris [Mon, 10 Sep 2007 18:46:57 +0000 (18:46 +0000)]
cleanup default configuration

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2378 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoupdates to aacli - resolve servlet-api dependency, fix bug in creation of RelyingPart...
wnorris [Mon, 10 Sep 2007 18:09:15 +0000 (18:09 +0000)]
updates to aacli - resolve servlet-api dependency, fix bug in creation of RelyingPartyConfiguration, use IDP_HOME env var to determine default config dir

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2377 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSAML 2 Attribute query unit test and bug fixes
lajoie [Fri, 7 Sep 2007 22:43:11 +0000 (22:43 +0000)]
SAML 2 Attribute query unit test and bug fixes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2376 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSAML 2 SSO unit test and bug fixes
lajoie [Fri, 7 Sep 2007 22:25:12 +0000 (22:25 +0000)]
SAML 2 SSO unit test and bug fixes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2375 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSAML 1 Attribute Query unit test and bug fixes
lajoie [Fri, 7 Sep 2007 19:47:09 +0000 (19:47 +0000)]
SAML 1 Attribute Query unit test and bug fixes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2374 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoBasic unit test and related fixes for Shibboleth SSO profile
lajoie [Fri, 7 Sep 2007 17:47:19 +0000 (17:47 +0000)]
Basic unit test and related fixes for Shibboleth SSO profile

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2373 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoHave decoders extract basic SAML message information (message ID, claimed issuer...
lajoie [Thu, 6 Sep 2007 23:42:29 +0000 (23:42 +0000)]
Have decoders extract basic SAML message information (message ID, claimed issuer, and issue instant) and populate message context - allows for no security policies to be active

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2372 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoNo need to load SAML 1 artifact decoder, nothing sends artifacts *to* the IdP in...
lajoie [Thu, 6 Sep 2007 15:54:36 +0000 (15:54 +0000)]
No need to load SAML 1 artifact decoder, nothing sends artifacts *to* the IdP in SAML 1.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2371 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix up replay cache and message replay rule test
lajoie [Thu, 6 Sep 2007 14:11:22 +0000 (14:11 +0000)]
Fix up replay cache and message replay rule test

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2370 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoUnit test for basic configuration loading
lajoie [Wed, 5 Sep 2007 11:00:58 +0000 (11:00 +0000)]
Unit test for basic configuration loading

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2369 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoRemove logout method from Authn handler
lajoie [Tue, 4 Sep 2007 16:52:23 +0000 (16:52 +0000)]
Remove logout method from Authn handler
Rename Authn handlers to Login handlers

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2368 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agorename config file to more accurate name
wnorris [Tue, 4 Sep 2007 16:46:53 +0000 (16:46 +0000)]
rename config file to more accurate name

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2367 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agolog shouldn't have been in there
lajoie [Tue, 4 Sep 2007 00:24:12 +0000 (00:24 +0000)]
log shouldn't have been in there

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2366 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoConfigs and basic unit test for replicating possible Spring bug
lajoie [Tue, 4 Sep 2007 00:23:49 +0000 (00:23 +0000)]
Configs and basic unit test for replicating possible Spring bug

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2365 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoUpdate config to synch up with current schema
lajoie [Fri, 31 Aug 2007 14:40:28 +0000 (14:40 +0000)]
Update config to synch up with current schema

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2364 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoCollect the Shib1 configuration when habndling shib1 (not saml2).
rdw [Fri, 31 Aug 2007 09:21:53 +0000 (09:21 +0000)]
Collect the Shib1 configuration when habndling shib1 (not saml2).

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2363 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoDeal with NPE when response location is null
lajoie [Thu, 30 Aug 2007 22:19:51 +0000 (22:19 +0000)]
Deal with NPE when response location is null

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2362 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd a bit logging
lajoie [Thu, 30 Aug 2007 22:14:07 +0000 (22:14 +0000)]
Add a bit logging
Deal with null endpoints

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2361 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSynch up with schema changes
lajoie [Wed, 29 Aug 2007 14:57:21 +0000 (14:57 +0000)]
Synch up with schema changes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2360 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix bug SIDP-36
lajoie [Wed, 29 Aug 2007 14:44:07 +0000 (14:44 +0000)]
Fix bug SIDP-36

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2359 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoWire in security policy appropriately
lajoie [Wed, 29 Aug 2007 13:55:12 +0000 (13:55 +0000)]
Wire in security policy appropriately

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2358 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agocorrect security policy rule namespaces
lajoie [Wed, 29 Aug 2007 13:21:02 +0000 (13:21 +0000)]
correct security policy rule namespaces

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2357 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoAdd in basic security policy
lajoie [Wed, 29 Aug 2007 13:06:29 +0000 (13:06 +0000)]
Add in basic security policy

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2356 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoType $IDP_HOME needs to be $IDP_HOME$ or else the installer doesn't patch it up correctly
rdw [Wed, 29 Aug 2007 12:30:21 +0000 (12:30 +0000)]
Type $IDP_HOME needs to be $IDP_HOME$ or else the installer doesn't patch it up correctly

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2355 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agobit more optimization
lajoie [Wed, 29 Aug 2007 11:48:56 +0000 (11:48 +0000)]
bit more optimization

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2354 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agofix NPE when no session exists
lajoie [Wed, 29 Aug 2007 11:47:56 +0000 (11:47 +0000)]
fix NPE when no session exists

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2353 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix bug SIDP-34
lajoie [Mon, 27 Aug 2007 12:25:29 +0000 (12:25 +0000)]
Fix bug SIDP-34

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2352 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoJIRA SIDP-33 ( https://bugs.internet2.edu/jira/browse/SIDP-33)
rdw [Sun, 26 Aug 2007 14:51:08 +0000 (14:51 +0000)]
JIRA SIDP-33 ( https://bugs.internet2.edu/jira/browse/SIDP-33)

Configuration:  DataConnectorDependency & AttributeDefinitionDependency  becomeDependency

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2351 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoWhen signing SAML core impls, callers shouldn't add a SAMLObjectContentReference...
putmanb [Fri, 24 Aug 2007 20:19:38 +0000 (20:19 +0000)]
When signing SAML core impls, callers shouldn't add a SAMLObjectContentReference, as this is already being handled
by the AbstractSignableSAMLObject impl.  Doing so results in redundant, duplicate References in the resulting signature.

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2350 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoActually set the artifact type for the outbound message (makes it work much better)
lajoie [Fri, 24 Aug 2007 14:48:58 +0000 (14:48 +0000)]
Actually set the artifact type for the outbound message (makes it work much better)

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2349 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix up config bugs
lajoie [Fri, 24 Aug 2007 13:02:25 +0000 (13:02 +0000)]
Fix up config bugs

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2348 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoJira case SIDP-32. Make AACLI.BAt work and tolerant of spaces in file specifications
rdw [Fri, 24 Aug 2007 12:17:43 +0000 (12:17 +0000)]
Jira case SIDP-32.  Make AACLI.BAt work and tolerant of spaces in file specifications

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2347 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoPort session manager to use storage service. This should be the last component,...
lajoie [Thu, 23 Aug 2007 14:59:16 +0000 (14:59 +0000)]
Port session manager to use storage service.  This should be the last component, that has state that needs to be replicated, moved to the storage service

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2346 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoSynch up with minor artifact map changes
lajoie [Thu, 23 Aug 2007 14:01:13 +0000 (14:01 +0000)]
Synch up with minor artifact map changes
Ensure content is flushed to stream in status handler

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2345 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoExtract attribute value, not attribute node
lajoie [Wed, 22 Aug 2007 17:38:18 +0000 (17:38 +0000)]
Extract attribute value, not attribute node

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2344 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoFix up some typos/bugs in config files and configuration classes
lajoie [Wed, 22 Aug 2007 17:32:01 +0000 (17:32 +0000)]
Fix up some typos/bugs in config files and configuration classes

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2343 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoMake install the default build target
lajoie [Wed, 22 Aug 2007 14:23:30 +0000 (14:23 +0000)]
Make install the default build target
Add missing namespace prefix to example resolver

Resolves bugs SIDP 18 & 19

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2342 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

16 years agoset WAR name in install properties, not build properties
lajoie [Wed, 22 Aug 2007 13:33:37 +0000 (13:33 +0000)]
set WAR name in install properties, not build properties

git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@2341 ab3bd59b-922f-494d-bb5f-6f0a3c29deca