Releases: okta/okta-sdk-dotnet
Releases · okta/okta-sdk-dotnet
Okta.Sdk v5.2.1
Updates
- Remove FlexibleConfiguration dependency and use Microsoft Configuration instead
Okta.Sdk v5.2.0
Features
-
Regenerated code open API spec v2.7.1
-
Added new models and operations to support the following APIs:
-
Added an overload for
GroupsClient.DeleteGroupRuleAsync
method. Now you can specify theremoveUsers
parameter indicating whether to keep or remove users from groups assigned by this rule.
Bug Fixes
- Fixed
GroupsClient.ListGroups
filter parameter doesn't work. Replaced withsearch
parameter. - Fixed issue on
AuthorizationServerPolicyRule.ActivateAsync
.
Okta.Sdk v5.1.1
Features
Changed JWT Expiration time - 50 minutes will be used in order to have a 10 minutes leeway in case of clock skew. (#495)
Okta.Sdk v5.1.0
Updated dependencies
FlexibleConfiguration 1.2.2 -> 2.0.0
(#488)Microsoft.Extensions.Logging 3.1.1 -> 5.0.0
System.IdentityModel.Tokens.Jwt 5.6.0 -> 6.11.1
Newtonsoft.Json 12.0.3 -> 13.0.1
System.Interactive.Async 4.0.0 -> 5.0.0
Okta.Sdk v5.0.0
Features
- Regenerated code using the open API spec v2.3.0.
- Added new models and operations to support all the UserSchema API's endpoints.
New models:
- UserSchema
- UserSchemaAttribute
- UserSchemaAttributeMaster
- UserSchemaAttributePermission
- UserSchemaBase
- UserSchemaBaseProperties
- UserSchemaDefinitions
- UserSchemaPublic
- UserSchemasClient
Breaking changes
- Change in default behavior when serializing resources (JSON objects). Previously, null resource properties would result in a resource object with all its properties set to
null
. Now, null resource properties would result innull
property value. Check out the changelog for more details.
Okta.Sdk 4.0.0
Features
Added new models for Authorization Server Policies and Policy Rules
Bug Fixes
- Fixed AuthorizationServer.Policy.ListPolicyRules 404 error (#415). This fix required a breaking change, please review the migration guide for more details.
- Fixed "New IApplication.Profile doesn't save when empty" issue (#319).
Okta.Sdk 3.2.1
- Regenerated code using openapi 2.1.6
- Added
RefreshToken
property toOpenIdConnectApplicationSettingsClient
- Added
Jwks
property toOpenIdConnectApplicationSettingsClient
- [Bug Fix] Added
expand
property back toGroupsClient.ListGroups
method (#447)
Okta.Sdk 3.2.0
Okta.Sdk 3.1.1
- [Bug Fix] Exposed
TrustedOrigins
client to be accessible viaOktaClient
(#413)
Okta.Sdk 3.1.0
- Added helper method to create users with Password Import Inline Hook (#409)