File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed 
ITfoxtec.Identity.Saml2.MvcCore 
ITfoxtec.Identity.Saml2.Mvc Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Descrip
2222    <PackageTags >SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) and Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3 ASP.NET MVC</PackageTags >
2323    <NeutralLanguage >en-US</NeutralLanguage >
2424    <PackageIconUrl >https://itfoxtec.com/favicon.ico</PackageIconUrl >
25-     <AssemblyVersion >4.8.1 .0</AssemblyVersion >
26-     <FileVersion >4.8.1 .0</FileVersion >
25+     <AssemblyVersion >4.8.2 .0</AssemblyVersion >
26+     <FileVersion >4.8.2 .0</FileVersion >
2727    <Copyright >Copyright © 2021</Copyright >
28-     <Version >4.8.1 </Version >
28+     <Version >4.8.2 </Version >
2929    <SignAssembly >true</SignAssembly >
3030    <AssemblyOriginatorKeyFile >ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile >
3131    <DelaySign >false</DelaySign >
Original file line number Diff line number Diff line change @@ -25,10 +25,10 @@ Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Descrip
2525    <PackageTags >SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3 ASP.NET MVC Core</PackageTags >
2626    <NeutralLanguage >en-US</NeutralLanguage >
2727    <PackageIconUrl >https://itfoxtec.com/favicon.ico</PackageIconUrl >
28-     <AssemblyVersion >4.8.1 .0</AssemblyVersion >
29-     <FileVersion >4.8.1 .0</FileVersion >
28+     <AssemblyVersion >4.8.2 .0</AssemblyVersion >
29+     <FileVersion >4.8.2 .0</FileVersion >
3030    <Copyright >Copyright © 2021</Copyright >
31-     <Version >4.8.1 </Version >
31+     <Version >4.8.2 </Version >
3232    <SignAssembly >true</SignAssembly >
3333    <AssemblyOriginatorKeyFile >ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile >
3434    <DelaySign >false</DelaySign >
Original file line number Diff line number Diff line change @@ -80,14 +80,14 @@ private IEnumerable<string> RequestQueryString(Saml2Request saml2RequestResponse
8080        private  string  CompressRequest ( ) 
8181        { 
8282            using  ( var  compressedStream  =  new  MemoryStream ( ) ) 
83-             using  ( var  deflateStream  =  new  DeflateStream ( compressedStream ,  CompressionLevel . Optimal ) ) 
83+             using  ( var  deflateStream  =  new  DeflateStream ( compressedStream ,  CompressionMode . Compress ) ) 
8484            { 
8585                using  ( var  originalStream  =  new  StreamWriter ( deflateStream ) ) 
8686                { 
8787                    originalStream . Write ( XmlDocument . OuterXml ) ; 
8888                } 
8989
90-                 return  Convert . ToBase64String ( compressedStream . GetBuffer ( ) ) ; 
90+                 return  Convert . ToBase64String ( compressedStream . ToArray ( ) ) ; 
9191            } 
9292        } 
9393
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ Support the Danish NemLog-in 2 / OIOSAML 2 and NemLog-in 3 / OIOSAML 3.</Descrip
2626    <PackageTags >SAML SAML 2.0 SAML2.0 SAML2 SAML 2 SAML-P SAMLP SSO Identity Provider (IdP) Relying Party (RP) Authentication Metadata OIOSAML OIOSAML 2 OIOSAML 3 NemLogin NemLog-in 2 NemLog-in 3</PackageTags >
2727    <NeutralLanguage >en-US</NeutralLanguage >
2828    <PackageIconUrl >https://itfoxtec.com/favicon.ico</PackageIconUrl >
29-     <AssemblyVersion >4.8.1 .0</AssemblyVersion >
30-     <FileVersion >4.8.1 .0</FileVersion >
29+     <AssemblyVersion >4.8.2 .0</AssemblyVersion >
30+     <FileVersion >4.8.2 .0</FileVersion >
3131    <Copyright >Copyright © 2021</Copyright >
32-     <Version >4.8.1 </Version >
32+     <Version >4.8.2 </Version >
3333    <SignAssembly >true</SignAssembly >
3434    <AssemblyOriginatorKeyFile >ITfoxtec.SAML2.snk</AssemblyOriginatorKeyFile >
3535    <DelaySign >false</DelaySign >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments