mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-14 09:48:51 +00:00
added methods for supporting SAML2 configuration
This commit is contained in:
@@ -76,6 +76,13 @@
|
||||
- (NSString *) CASServiceURL;
|
||||
- (BOOL) CASLogoutEnabled;
|
||||
|
||||
- (NSString *) SAML2PrivateKeyLocation;
|
||||
- (NSString *) SAML2CertificateLocation;
|
||||
- (NSString *) SAML2IdpMetadataLocation;
|
||||
- (NSString *) SAML2IdpPublicKeyLocation;
|
||||
- (NSString *) SAML2IdpCertificateLocation;
|
||||
- (BOOL) SAML2LogoutEnabled;
|
||||
|
||||
- (BOOL) enablePublicAccess;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user