OktaOIDCFW 18.1.3.6

There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.5 or higher.

dotnet add package OktaOIDCFW --version 18.1.3.6
NuGet\Install-Package OktaOIDCFW -Version 18.1.3.6
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OktaOIDCFW" Version="18.1.3.6" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OktaOIDCFW --version 18.1.3.6
#r "nuget: OktaOIDCFW, 18.1.3.6"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OktaOIDCFW as a Cake Addin
#addin nuget:?package=OktaOIDCFW&version=18.1.3.6

// Install OktaOIDCFW as a Cake Tool
#tool nuget:?package=OktaOIDCFW&version=18.1.3.6

This Package for Okta WebForm and MVC scenarios
1- This Package supports .net Frameworks versions betwwn 4.5.1 up to 4.8.  
2- Addng new json Files copy OIDC info to it.
3- adding new Web.config param CanConnectOIDCFromServer = false
4- Allowing Logoff and automatic token refresh Just add to your scopes offline_access Make sure that CanConnectOIDCFromServer = true,
5- ErrorPage Handling, add the to web.config customErrors mode="On" defaultRedirect="customerror.html"
6- ErrorHandling Module, add to web.config system.webServer:modules: add name="OktaOIDCRequestModule" type="OktaOIDCFW.OktaOIDCRequestModule, OktaOIDCFW"
7- this Package will handle the login Automatically, you can handle that by yourself by adding to web.config AutomaticLogin = false
8- Adding the support for ASP.NET 4,5 and MVC just add ApplicationType = "ASPNET4" or ApplicationType = "MVC" or ApplicationType = "SECACPNET4" or ApplicationType = "SECACPNET5" to appsettings
9- Fix for Issue System.Web.HttpException: Server cannot append cookies after HTTP headers have been sent
10- New Param Added to select the startup class called StartupClass values WEB_FORMS_STARTUP or MVC_STARTUP
11- Adding the following Controls: SlidingExpiration, UseTokenLifetime, RequireHttpsMetadata, SaveTokens
12- Adding X-Forward-Proto to handle Load Balance
13- Enable Nonce cookie chceck control
14- reteun String.Empty istead of null incase of claims are emapty
15-Adding Direct Link Feature, it is disabled by default
16- Handling Cookies larger than 4090, starting from Version 18.1.3.6

Product Compatible and additional computed target framework versions.
.NET Framework net451 is compatible.  net452 is compatible.  net46 is compatible.  net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
18.1.3.7 1,714 6/21/2022
18.1.3.6 1,651 8/28/2021
18.1.3.5 1,433 8/26/2021
18.1.3.4 1,476 8/26/2021
18.1.3.3 1,471 8/20/2021
18.1.3.2 1,505 8/18/2021
18.1.3.1 1,529 7/22/2021
18.1.2 1,770 7/22/2021
18.1.1 1,742 7/19/2021
18.1.0 1,701 7/14/2021
18.0.5 1,663 7/14/2021
18.0.4 1,701 7/13/2021
18.0.3 1,601 7/13/2021
18.0.2 1,709 7/9/2021
18.0.1 1,652 5/4/2021
18.0.0 1,637 4/17/2021
17.0.0 1,690 4/14/2021
16.0.0 1,760 3/29/2021
15.0.0 1,688 3/26/2021
14.0.0 1,846 3/11/2021
13.0.0 1,647 3/9/2021
12.0.0 1,672 3/5/2021
11.0.0 1,638 2/28/2021
8.0.0 1,662 2/25/2021
7.0.0 1,741 2/24/2021
6.0.0 1,672 2/24/2021
4.0.0 1,511 2/24/2021
3.0.0 1,556 2/24/2021
2.0.0 1,467 2/23/2021
1.0.0 1,500 2/22/2021

1- This Package supports .net Frameworks versions betwwn 4.5.1 up to 4.8.
2- Addng new json Files copy OIDC info to it,
3- adding new Web.config param CanConnectOIDCFromServer = false
4- Allowing Logoff and automatic token refresh Just add to your scopes offline_access Make sure that CanConnectOIDCFromServer = true,
5- ErrorPage Handling, add the to web.config customErrors mode="On" defaultRedirect="customerror.html"
6- ErrorHandling Module, add to web.config ystem.webServer:modules: add name="OktaOIDCRequestModule" type="OktaOIDCFW.OktaOIDCRequestModule, OktaOIDCFW"
7- this Package will handle the login Automatically, you can handle that by yourself by adding to web.config AutomaticLogin = false
8- Adding the support for ASP.NET 4,5 and MVC just add ApplicationType = "ASPNET4" or ApplicationType = "MVC" or ApplicationType = "SECACPNET4" or ApplicationType = "SECACPNET5" to appsettings
9- Fix for Issue System.Web.HttpException: Server cannot append cookies after HTTP headers have been sent
10- New Param Added to select the startup class called StartupClass values WEB_FORMS_STARTUP or MVC_STARTUP
11- Adding the following Controls: SlidingExpiration, UseTokenLifetime, RequireHttpsMetadata, SaveTokens
12- Adding X-Forward-Proto to handle Load Balance
13- Enable Nonce cookie chceck control
14- reteun String.Empty istead of null incase of claims are emapty
15-Adding Direct Link Feature, it is disabled by default
16- Handling Cookies larger than 4090, starting from Version 18.1.3.6