Added SOGoSAML2LogoutURL

This commit is contained in:
Ludovic Marcotte
2014-12-04 17:59:17 -05:00
parent 9ef4d1f551
commit 3f3673cf5a
4 changed files with 20 additions and 0 deletions
+5
View File
@@ -511,6 +511,11 @@ _injectConfigurationFromFile (NSMutableDictionary *defaultsDict,
return [self boolForKey: @"SOGoSAML2LogoutEnabled"];
}
- (NSString *) SAML2LogoutURL
{
return [self stringForKey: @"SOGoSAML2LogoutURL"];
}
- (NSString *) SAML2LoginAttribute
{
return [self stringForKey: @"SOGoSAML2LoginAttribute"];