Skip to content

Releases: okta/okta-management-openapi-spec

Version 2.14.0

24 Aug 17:39
26bee72
Compare
Choose a tag to compare

** Released June 16, 2022 **

What's Changed

Full Changelog: openapi-2.13.0...openapi-2.14.0

Version 2.13.0

16 Jun 20:43
5d4f233
Compare
Choose a tag to compare

** Released June 16, 2022 **

Additions

  • Added properties host, integrationKey, and secretKey to AuthenticatorProviderConfiguration model to support Duo Authenticator #134

Bug Fixes

  • Renamed query parameter search to filter on GET /api/v1/groups endpoint #138

Version 2.12.0

11 Apr 19:56
5cd3c7d
Compare
Choose a tag to compare

Released April 11, 2022

  • Adds model IframeEmbedScopeAllowedApps
  • Updates ScopeType to include option IFRAME_EMBED
  • Add Update Application Policy Path
    • PUT /api/v1/apps/{applicationId}/policies/{policyId}
      • operation added updateApplicationPolicy

Version 2.11.0

01 Mar 19:14
59d241b
Compare
Choose a tag to compare

Released February 25, 2022

Additions

  • New Paths:
    • GET /api/v1/brands/{brandId}/templates/email
      • operation added: listEmailTemplates
    • GET /api/v1/brands/{brandId}/templates/email/{templateName}
      • operation added: getEmailTemplate
    • DELETE & GET & POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations
      • operations added: deleteEmailTemplateCustomizations, listEmailTemplateCustomizations, createEmailTemplateCustomization
    • DELETE & GET & PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
      • operations added: deleteEmailTemplateCustomization, getEmailTemplateCustomization, updateEmailTemplateCustomization
    • GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview
      • operation added: getEmailTemplateCustomizationPreview
    • GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content
      • operation added: getEmailTemplateDefaultContent
    • GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview
      • operation added: getEmailTemplateDefaultContentPreview
    • POST /api/v1/brands/{brandId}/templates/email/{templateName}/test
      • operation added: sendTestEmail
  • Models Added:
    • EmailTemplate
    • EmailTemplateCustomization
    • EmailTemplateCustomizationRequest
    • EmailTemplateContent
    • EmailTemplateTestRequest

Version 2.10.0

21 Jan 23:02
f7b3176
Compare
Choose a tag to compare

Released January 21, 2022

Enhancements

Further support for the Okta management API endpoints.

Endpoints

  • /api/v1/apps/{appId}/connections/default
  • /api/v1/apps/{appId}/connections/default/lifecycle/activate
  • /api/v1/apps/{appId}/connections/default/lifecycle/deactivate
  • /api/v1/apps/{appId}/features
  • /api/v1/apps/{appId}/features/{name}
  • /api/v1/apps/{appId}/logo
  • /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/activate
  • /api/v1/policies/{policyId}/rules/{ruleId}/lifecycle/deactivate
  • /api/v1/roles/{roleTypeOrRoleId}/subscriptions
  • /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}
  • /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/subscribe
  • /api/v1/roles/{roleTypeOrRoleId}/subscriptions/{notificationType}/unsubscribe
  • /api/v1/users/{userId}/subscriptions
  • /api/v1/users/{userId}/subscriptions/{notificationType}
  • /api/v1/users/{userId}/subscriptions/{notificationType}/subscribe
  • /api/v1/users/{userId}/subscriptions/{notificationType}/unsubscribe

Models

  • ApplicationFeature
  • CapabilitiesCreateObject
  • CapabilitiesObject
  • CapabilitiesUpdateObject
  • ChangeEnum
  • LifecycleCreateSettingObject
  • LifecycleDeactivateSettingObject
  • NotificationType
  • Org2OrgApplication
  • Org2OrgApplicationSettings
  • Org2OrgApplicationSettingsApp
  • PasswordSettingObject
  • ProfileSettingObject
  • ProvisioningConnection
  • ProvisioningConnectionAuthScheme
  • ProvisioningConnectionProfile
  • ProvisioningConnectionRequest
  • ProvisioningConnectionStatus
  • SeedEnum
  • Subscription
  • SubscriptionStatus

Version 2.9.2

30 Nov 19:56
5a79a8e
Compare
Choose a tag to compare

Released November 17, 2021

Bug fixes

  • BrandAPI: fixes for Java SDK #105

Version 2.9.1

08 Nov 23:49
96f3aad
Compare
Choose a tag to compare

Released November 8, 2021

Bug fixes

  • Added sharedSecret attribute to AuthenticatorProviderConfiguration
  • Authenticator's properties should not inherit from Authenticator

Bug Fixes:

  • #102 AuthenticatorProvider, AuthenticatorProviderConfiguration, AuthenticatorProviderConfigurationUserNamePlate no longer inherit from Authenticator

Version 2.9.0

04 Nov 21:13
339e011
Compare
Choose a tag to compare

Released November 4, 2021

Additions

  • New Paths:
    • GET /api/v1/brands
      • operation added: getBrands
    • GET & PUT /api/v1/brands/{brandId}
      • operations added: getBrand, updateBrand
    • GET /api/v1/brands/{brandId}/themes
      • operation added: getBrandThemes
    • GET & PUT /api/v1/brands/{brandId}/themes/{themeId}
      • operations added: getBrandTheme, updateBrandTheme
    • POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo
      • operations added: updateBrandThemeLogo, deleteBrandThemeLogo
    • POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon
      • operations added: uploadBrandThemeFavicon, deleteBrandThemeFavicon
    • POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image
      • operations added: uploadBrandThemeBackgroundImage, deleteBrandThemeBackgroundImage
    • PUT /api/v1/authenticators/{id}
      • operations added: updateAuthenticator
  • Models Added:
    • Brand
    • Theme
    • ThemeResponse
    • Favicon
    • BackgroundImage
    • SignInPageTouchPointVariant
    • EndUserDashboardTouchPointVariant
    • ErrorPageTouchPointVariant
    • EmailTemplateTouchPointVariant
    • ImageUploadResponse
    • AccessPolicy child of Policy
    • AccessPolicyRule child of PolicyRule
    • UserTypeCondition
    • AccessPolicyRuleCustomCondition
    • AccessPolicyRuleConditions child of PolicyRuleCondition
    • DeviceAccessPolicyRuleCondition
    • AccessPolicyRuleActions child of PolicyRuleActions
    • AccessPolicyRuleApplicationSignOn
    • VerificationMethod
    • AccessPolicyConstraints
    • AccessPolicyConstraint
    • KnowledgeConstraint
    • PossessionConstraint
    • ProfileEnrollmentPolicy child of Policy
    • ProfileEnrollmentPolicyRule child of PolicyRule
    • ProfileEnrollmentPolicyRuleActions child of PolicyRuleActions
    • ProfileEnrollmentPolicyRuleAction
    • PreRegistrationInlineHook
    • ProfileEnrollmentPolicyRuleProfileAttribute
    • ProfileEnrollmentPolicyRuleActivationRequirement
    • AuthenticatorProvider child of Authenticator
    • AuthenticatorProviderConfiguration child of Authenticator
    • AuthenticatorProviderConfigurationUserNamePlate child of Authenticator
    • Compliance
    • ChannelBinding
    • FipsEnum
    • RequiredEnum
    • UserVerificationEnum
  • Added New Tag Brand
  • Adds updateOrgLogo operation
  • Adds discriminator to Policy for PROFILE_ENROLLMENT and ACCESS_POLICY
  • Adds discriminator to PolicyRule for PROFILE_ENROLLMENT and ACCESS_POLICY
  • Adds new Enum PROFILE_ENROLLMENT and ACCESS_POLICY to PolicyType model
  • Adds provider to Authenticator model
  • Adds read and update crud methods to Authenticator model
  • Adds following properties to AuthenticatorSettings
    • appInstanceId
    • channelBinding
    • compliance
    • userVerification

Bug Fixes

  • assignRoleToGroup updates parameter disableNotifications from string to boolean
  • assignRoleToUser updates parameter disableNotifications from string to boolean
  • ApplicationCredentialsUsernameTemplate model adds pushStatus type string
  • Includes redirectUrl type string to SwaApplicationSettingsApplication
  • Includes checkbox type string to SwaApplicationSettingsApplication

Updates

  • Updates description of deactivateUser