Releases: okta/okta-aspnet
Okta.AspNetCore v3.0.0
Added support for .NET Core 3.0.0. (#100).
Okta.AspNet.Abstractions v3.0.3
Updated dependencies.
Okta.AspNet v1.4.0
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
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
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 theClaimsIdentity
always end with the same claims regardless of theUserInfoEndpoint
. 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
- 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
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
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
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
Other project versions:
Okta.AspNetCore v1.1.2
Okta.AspNet.Abstractions v2.0.0
Removed ClientId from Web API configuration (#53)