Skip to content

Releases: okta/okta-aspnet

Okta.AspNet.Abstractions v3.0.5

23 Jul 20:49
a4573cd

Choose a tag to compare

Updated WebApiOptions validator to throw when the Org Authorization Server is configured. The Org Authorization Server is not supported for Web API.

Okta.AspNet v1.5.0

14 Apr 14:02
cbef2bb

Choose a tag to compare

  • Added support for OIDC code flow (#112)

Okta.AspNet.Abstractions v3.0.4

14 Apr 14:02
cbef2bb

Choose a tag to compare

Updated dependencies.

Okta.AspNetCore v3.1.1

22 Jan 15:44
d6110a6

Choose a tag to compare

Updated dependencies.

Okta.AspNetCore v3.1.0

19 Dec 18:35
a57ac82

Choose a tag to compare

Upgraded .NET Core version to 3.1.0.

Okta.AspNetCore v3.0.0

19 Dec 15:40
6fd053b

Choose a tag to compare

Added support for .NET Core 3.0.0. (#100).

Okta.AspNet.Abstractions v3.0.3

19 Dec 15:39
6fd053b

Choose a tag to compare

Updated dependencies.

Okta.AspNet v1.4.0

30 Aug 16:34
f52b410

Choose a tag to compare

Added support to configure login with external identity providers.

Other project versions:

Okta.AspNetCore v1.3.0
Okta.AspNet.Abstractions v3.0.2 (no changes in this release)

Okta.AspNet v1.3.0

19 Jul 17:11
628541b

Choose a tag to compare

Okta.AspNet v1.3.0

Add OktaMvcOptions.LoginMode property to configure the login redirect behavior of the middleware (#77)

Other project versions:

Okta.AspNetCore v1.2.0 (no changes in this release)
Okta.AspNet.Abstractions v3.0.2 (no changes in this release)

Okta.AspNet v1.2.0

21 Jun 22:16
ae7c0fd

Choose a tag to compare

Okta.AspNet v1.2.0

  • Expose SecurityTokenValidated event. The event invoked after the security token has passed validation and a ClaimsIdentity has been generated. (Related to #65)

  • The GetClaimsFromUserInfoEndpoint property has been deprecated and will be no longer supported. The Okta Asp.Net SDK uses the hybrid flow due to limitations of the Katana middleware which this SDK is based on. This flow makes the ClaimsIdentity always end with the same claims regardless of the UserInfoEndpoint. Since it did not add any additional value and caused confusion, we have decided to remove this option. The property is going to be finally removed in a future major release.

Okta.AspNetCore v1.2.0

  • Expose OnTokenValidated event. The event invoked after the security token has passed validation and a ClaimsIdentity has been generated. (#65)

  • Expose OnUserInformationReceived event. The event invoked when user information is retrieved from the UserInfoEndpoint. The GetClaimsFromUserInfoEndpoint value must be true when using this event.

Okta.AspNet.Abstractions 3.0.2

  • Add documentation to public properties