summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index 0ec0e11..c1c8086 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -221,6 +221,8 @@ typedef struct am_dir_cfg_rec {
apr_array_header_t *authn_context_class_ref;
/* Controls the checking of SubjectConfirmationData.Address attribute */
int subject_confirmation_data_address_check;
+ /* MellonDoNotVerifyLogoutSignature idp set */
+ apr_hash_t *do_not_verify_logout_signature;
/* Cached lasso server object. */
LassoServer *server;