File tree 1 file changed +13
-1
lines changed
src/EventCloud.Web/App_Start
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,19 @@ private static TwitterAuthenticationOptions CreateTwitterAuthOptions()
65
65
return new TwitterAuthenticationOptions
66
66
{
67
67
ConsumerKey = ConfigurationManager . AppSettings [ "ExternalAuth.Twitter.ConsumerKey" ] ,
68
- ConsumerSecret = ConfigurationManager . AppSettings [ "ExternalAuth.Twitter.ConsumerSecret" ]
68
+ ConsumerSecret = ConfigurationManager . AppSettings [ "ExternalAuth.Twitter.ConsumerSecret" ] ,
69
+ BackchannelCertificateValidator =
70
+ new Microsoft . Owin . Security . CertificateSubjectKeyIdentifierValidator ( new [ ]
71
+ {
72
+ "A5EF0B11CEC04103A34A659048B21CE0572D7D47" , // VeriSign Class 3 Secure Server CA - G2
73
+ "0D445C165344C1827E1D20AB25F40163D8BE79A5" , // VeriSign Class 3 Secure Server CA - G3
74
+ "7FD365A7C2DDECBBF03009F34339FA02AF333133" , // VeriSign Class 3 Public Primary Certification Authority - G5
75
+ "39A55D933676616E73A761DFA16A7E59CDE66FAD" , // Symantec Class 3 Secure Server CA - G4
76
+ "4eb6d578499b1ccf5f581ead56be3d9b6744a5e5" , // VeriSign Class 3 Primary CA - G5
77
+ "5168FF90AF0207753CCCD9656462A212B859723B" , // DigiCert SHA2 High Assurance Server CA
78
+ "B13EC36903F8BF4701D498261A0802EF63642BC3" , // DigiCert High Assurance EV Root CA
79
+ "add53f6680fe66e383cbac3e60922e3b4c412bed" //Symantec Class 3 EV SSL CA - G3
80
+ } )
69
81
} ;
70
82
}
71
83
You can’t perform that action at this time.
0 commit comments