OktaOIDCFW 13.0.0
Please Upgrade to Latest Vestion
See the version list below for details.
Requires NuGet 2.12 or higher.
dotnet add package OktaOIDCFW --version 13.0.0
NuGet\Install-Package OktaOIDCFW -Version 13.0.0
<PackageReference Include="OktaOIDCFW" Version="13.0.0" />
paket add OktaOIDCFW --version 13.0.0
#r "nuget: OktaOIDCFW, 13.0.0"
// Install OktaOIDCFW as a Cake Addin #addin nuget:?package=OktaOIDCFW&version=13.0.0 // Install OktaOIDCFW as a Cake Tool #tool nuget:?package=OktaOIDCFW&version=13.0.0
This Package for Okta WebForm and MVC scenarios
1- This Package supports .net Frameworks 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2 and 4.8.
2- Addng new json Files copy OIDC info to it.
3- adding new Web.config param <appSettings><add key="CanConnectOIDCFromServer" value="false" /> </appSettings>
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"/></modules></system.webServer>
7- this Package will handle the login Automatically, you can handle that by yourself by adding to web.config <appSettings><add key="AutomaticLogin" value="false" /></appSettings>
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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,930 | 6/21/2022 | |
18.1.3.6 | 1,777 | 8/28/2021 | |
18.1.3.5 | 1,574 | 8/26/2021 | |
18.1.3.4 | 1,591 | 8/26/2021 | |
18.1.3.3 | 1,609 | 8/20/2021 | |
18.1.3.2 | 1,659 | 8/18/2021 | |
18.1.3.1 | 1,666 | 7/22/2021 | |
18.1.2 | 1,921 | 7/22/2021 | |
18.1.1 | 1,901 | 7/19/2021 | |
18.1.0 | 1,848 | 7/14/2021 | |
18.0.5 | 1,751 | 7/14/2021 | |
18.0.4 | 1,850 | 7/13/2021 | |
18.0.3 | 1,745 | 7/13/2021 | |
18.0.2 | 1,840 | 7/9/2021 | |
18.0.1 | 1,810 | 5/4/2021 | |
18.0.0 | 1,766 | 4/17/2021 | |
17.0.0 | 1,823 | 4/14/2021 | |
16.0.0 | 1,908 | 3/29/2021 | |
15.0.0 | 1,848 | 3/26/2021 | |
14.0.0 | 2,014 | 3/11/2021 | |
13.0.0 | 1,765 | 3/9/2021 | |
12.0.0 | 1,802 | 3/5/2021 | |
11.0.0 | 1,812 | 2/28/2021 | |
8.0.0 | 1,796 | 2/25/2021 | |
7.0.0 | 1,880 | 2/24/2021 | |
6.0.0 | 1,864 | 2/24/2021 | |
4.0.0 | 1,639 | 2/24/2021 | |
3.0.0 | 1,716 | 2/24/2021 | |
2.0.0 | 1,581 | 2/23/2021 | |
1.0.0 | 1,648 | 2/22/2021 |
1- This Package Supprots .net Frameworks 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8,
2- Addng new json Files copy OIDC info to it,
3- adding new Web.config param <appSettings><add key="CanConnectOIDCFromServer" value="false" /> </appSettings>
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"/></modules></system.webServer>
7- this Package will handle the login Automatically, you can handle that by yourself by adding to web.config <appSettings><add key="AutomaticLogin" value="false" /></appSettings>