Skip to content

Releases: okta/okta-aspnet

Okta.AspNetCore v3.0.0

19 Dec 15:40
6fd053b
Compare
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
Compare
Choose a tag to compare

Updated dependencies.

Okta.AspNet v1.4.0

30 Aug 16:34
f52b410
Compare
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
Compare
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
Compare
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

Okta.AspNet v1.1.6

11 Jun 20:40
63f9a4b
Compare
Choose a tag to compare
  • Add MSFT's NameIdentifier to support the .NET MVC antiforgery provider (#64)
  • Improvements to README, CONTRIBUTING, and CODE OF CONDUCT

Other project versions:
Okta.AspNetCore v1.1.5 (no changes in this release)
Okta.AspNet.Abstractions v3.0.1 (no changes in this release)

Okta.AspNet v1.1.5

21 Mar 14:00
c88b2ec
Compare
Choose a tag to compare

Other project versions:

Okta.AspNetCore v1.1.5
Okta.AspNet.Abstractions v3.0.1 (no changes in this release).

  • Added PostLogoutRedirectUri property in the OktaMvcOptions class (Core, #67)
  • Encapsulated OpenIdConnectOptions creation/config to improve code testability.

Okta.AspNet v1.1.4

31 Jan 15:38
cacfce7
Compare
Choose a tag to compare

Other project versions:

Okta.AspNetCore v1.1.4
Okta.AspNet.Abstractions v3.0.1

Updated dependencies and refactor obsolete code.

Okta.AspNet v1.1.3

23 Jan 15:14
a56facc
Compare
Choose a tag to compare

Other project versions:

Okta.AspNetCore v1.1.3
Okta.AspNet.Abstractions v3.0.0

Enforced token validation as per the updated JWT validation spec.

Okta.AspNet v1.1.2

15 Jan 18:38
c8cff25
Compare
Choose a tag to compare

Other project versions:

Okta.AspNetCore v1.1.2
Okta.AspNet.Abstractions v2.0.0

Removed ClientId from Web API configuration (#53)