Releases: okta/okta-aspnet
Okta.AspNet.Abstractions v3.0.5
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
- Added support for OIDC code flow (#112)
Okta.AspNet.Abstractions v3.0.4
Updated dependencies.
Okta.AspNetCore v3.1.1
Updated dependencies.
Okta.AspNetCore v3.1.0
Upgraded .NET Core version to 3.1.0.
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
SecurityTokenValidatedevent. The event invoked after the security token has passed validation and a ClaimsIdentity has been generated. (Related to #65) -
The
GetClaimsFromUserInfoEndpointproperty 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 theClaimsIdentityalways 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
OnTokenValidatedevent. The event invoked after the security token has passed validation and a ClaimsIdentity has been generated. (#65) -
Expose
OnUserInformationReceivedevent. 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