Skip to content

Releases: okta/okta-sdk-dotnet

Okta.Sdk v5.2.1

20 Oct 14:51
789b0d6
Compare
Choose a tag to compare

Updates

  • Remove FlexibleConfiguration dependency and use Microsoft Configuration instead

Okta.Sdk v5.2.0

27 Sep 20:43
9913188
Compare
Choose a tag to compare

Features

Bug Fixes

  • Fixed GroupsClient.ListGroups filter parameter doesn't work. Replaced with search parameter.
  • Fixed issue on AuthorizationServerPolicyRule.ActivateAsync.

Okta.Sdk v5.1.1

28 Jul 16:45
ff55543
Compare
Choose a tag to compare

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

21 Jul 15:46
72b9f5a
Compare
Choose a tag to compare

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

25 Mar 14:58
8406b4b
Compare
Choose a tag to compare

Features

New models:

  • UserSchema
  • UserSchemaAttribute
  • UserSchemaAttributeMaster
  • UserSchemaAttributePermission
  • UserSchemaBase
  • UserSchemaBaseProperties
  • UserSchemaDefinitions
  • UserSchemaPublic
  • UserSchemasClient

Breaking changes

Okta.Sdk 4.0.0

30 Nov 18:33
fc0826c
Compare
Choose a tag to compare

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

04 Nov 20:54
d0b06cc
Compare
Choose a tag to compare
  • Regenerated code using openapi 2.1.6
  • Added RefreshToken property to OpenIdConnectApplicationSettingsClient
  • Added Jwks property to OpenIdConnectApplicationSettingsClient
  • [Bug Fix] Added expand property back to GroupsClient.ListGroups method (#447)

Okta.Sdk 3.2.0

30 Sep 14:27
bd0fac9
Compare
Choose a tag to compare
  • Added helper method to create users with imported hashed password (#402)
  • Added helper methods to create policy rules (#287)
  • [Bug Fix] Added TryGetHomePath method to avoid throwing an exception if the HOME environment variable is missing (#316)

Okta.Sdk 3.1.1

21 Sep 16:43
c53be9c
Compare
Choose a tag to compare
  • [Bug Fix] Exposed TrustedOrigins client to be accessible via OktaClient (#413)

Okta.Sdk 3.1.0

20 Jul 15:32
a660d03
Compare
Choose a tag to compare