We now handle correctly the SOGo logout when using SAML (#2376 and #2379)

This commit is contained in:
Ludovic Marcotte
2014-11-27 11:37:08 -05:00
parent c3715c9485
commit 1b715e0812
11 changed files with 125 additions and 26 deletions
+6
View File
@@ -37,8 +37,12 @@
NSString *login;
NSString *identifier;
NSString *assertion;
NSString *identity;
NSString *session;
}
+ (LassoServer *) lassoServerInContext: (WOContext *) context;
+ (NSString *) metadataInContext: (WOContext *) context
certificate: (NSString *) certificate;
@@ -54,6 +58,8 @@
- (NSString *) login;
- (NSString *) identifier;
- (NSString *) assertion;
- (NSString *) identity;
- (NSString *) session;
@end