mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-06-02 08:59:45 +00:00
fix(openid): add state in connection flow
This commit is contained in:
@@ -447,9 +447,9 @@
|
||||
}
|
||||
else if ([authType isEqualToString: @"openid"])
|
||||
{
|
||||
SOGoOpenIdSession* session;
|
||||
session = [SOGoOpenIdSession OpenIdSession: loginDomain];
|
||||
redirectURL = [session logoutUrl];
|
||||
SOGoOpenIdSession* sessionOidc;
|
||||
sessionOidc = [SOGoOpenIdSession OpenIdSession: loginDomain];
|
||||
redirectURL = [sessionOidc logoutUrl];
|
||||
}
|
||||
#if defined(SAML2_CONFIG)
|
||||
else if ([authType isEqualToString: @"saml2"])
|
||||
|
||||
Reference in New Issue
Block a user