Releases: okta/okta-management-openapi-spec
Releases · okta/okta-management-openapi-spec
Version 2.14.0
** Released June 16, 2022 **
What's Changed
- chore(deps): upgrade vulnerable dependency by @oleksandrpravosudko-okta in #142
- Added new enum values
mca
andsc
toSessionAuthenticationMethod
by @arvindkrishnakumar-okta in #143 - Verification Method model is missing inactivityPeriod property by @monde in #140
Full Changelog: openapi-2.13.0...openapi-2.14.0
Version 2.13.0
Version 2.12.0
Released April 11, 2022
- Adds model
IframeEmbedScopeAllowedApps
- Updates
ScopeType
to include optionIFRAME_EMBED
- Add Update Application Policy Path
PUT /api/v1/apps/{applicationId}/policies/{policyId}
- operation added
updateApplicationPolicy
- operation added
Version 2.11.0
Released February 25, 2022
Additions
- New Paths:
GET /api/v1/brands/{brandId}/templates/email
- operation added:
listEmailTemplates
- operation added:
GET /api/v1/brands/{brandId}/templates/email/{templateName}
- operation added:
getEmailTemplate
- operation added:
DELETE & GET & POST /api/v1/brands/{brandId}/templates/email/{templateName}/customizations
- operations added:
deleteEmailTemplateCustomizations
,listEmailTemplateCustomizations
,createEmailTemplateCustomization
- operations added:
DELETE & GET & PUT /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}
- operations added:
deleteEmailTemplateCustomization
,getEmailTemplateCustomization
,updateEmailTemplateCustomization
- operations added:
GET /api/v1/brands/{brandId}/templates/email/{templateName}/customizations/{customizationId}/preview
- operation added:
getEmailTemplateCustomizationPreview
- operation added:
GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content
- operation added:
getEmailTemplateDefaultContent
- operation added:
GET /api/v1/brands/{brandId}/templates/email/{templateName}/default-content/preview
- operation added:
getEmailTemplateDefaultContentPreview
- operation added:
POST /api/v1/brands/{brandId}/templates/email/{templateName}/test
- operation added:
sendTestEmail
- operation added:
- Models Added:
EmailTemplate
EmailTemplateCustomization
EmailTemplateCustomizationRequest
EmailTemplateContent
EmailTemplateTestRequest
Version 2.10.0
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
Version 2.9.1
Released November 8, 2021
Bug fixes
- Added
sharedSecret
attribute toAuthenticatorProviderConfiguration
Authenticator
's properties should not inherit fromAuthenticator
Bug Fixes:
- #102
AuthenticatorProvider
,AuthenticatorProviderConfiguration
,AuthenticatorProviderConfigurationUserNamePlate
no longer inherit fromAuthenticator
Version 2.9.0
Released November 4, 2021
Additions
- New Paths:
GET /api/v1/brands
- operation added:
getBrands
- operation added:
GET & PUT /api/v1/brands/{brandId}
- operations added:
getBrand
,updateBrand
- operations added:
GET /api/v1/brands/{brandId}/themes
- operation added:
getBrandThemes
- operation added:
GET & PUT /api/v1/brands/{brandId}/themes/{themeId}
- operations added:
getBrandTheme
,updateBrandTheme
- operations added:
POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/logo
- operations added:
updateBrandThemeLogo
,deleteBrandThemeLogo
- operations added:
POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/favicon
- operations added:
uploadBrandThemeFavicon
,deleteBrandThemeFavicon
- operations added:
POST & DELETE /api/v1/brands/{brandId}/themes/{themeId}/background-image
- operations added:
uploadBrandThemeBackgroundImage
,deleteBrandThemeBackgroundImage
- operations added:
PUT /api/v1/authenticators/{id}
- operations added:
updateAuthenticator
- operations added:
- Models Added:
Brand
Theme
ThemeResponse
Favicon
BackgroundImage
SignInPageTouchPointVariant
EndUserDashboardTouchPointVariant
ErrorPageTouchPointVariant
EmailTemplateTouchPointVariant
ImageUploadResponse
AccessPolicy
child ofPolicy
AccessPolicyRule
child ofPolicyRule
UserTypeCondition
AccessPolicyRuleCustomCondition
AccessPolicyRuleConditions
child ofPolicyRuleCondition
DeviceAccessPolicyRuleCondition
AccessPolicyRuleActions
child ofPolicyRuleActions
AccessPolicyRuleApplicationSignOn
VerificationMethod
AccessPolicyConstraints
AccessPolicyConstraint
KnowledgeConstraint
PossessionConstraint
ProfileEnrollmentPolicy
child ofPolicy
ProfileEnrollmentPolicyRule
child ofPolicyRule
ProfileEnrollmentPolicyRuleActions
child ofPolicyRuleActions
ProfileEnrollmentPolicyRuleAction
PreRegistrationInlineHook
ProfileEnrollmentPolicyRuleProfileAttribute
ProfileEnrollmentPolicyRuleActivationRequirement
AuthenticatorProvider
child ofAuthenticator
AuthenticatorProviderConfiguration
child ofAuthenticator
AuthenticatorProviderConfigurationUserNamePlate
child ofAuthenticator
Compliance
ChannelBinding
FipsEnum
RequiredEnum
UserVerificationEnum
- Added New Tag
Brand
- Adds
updateOrgLogo
operation - Adds discriminator to
Policy
forPROFILE_ENROLLMENT
andACCESS_POLICY
- Adds discriminator to
PolicyRule
forPROFILE_ENROLLMENT
andACCESS_POLICY
- Adds new Enum
PROFILE_ENROLLMENT
andACCESS_POLICY
toPolicyType
model - Adds
provider
toAuthenticator
model - Adds
read
andupdate
crud methods toAuthenticator
model - Adds following properties to
AuthenticatorSettings
appInstanceId
channelBinding
compliance
userVerification
Bug Fixes
assignRoleToGroup
updates parameterdisableNotifications
fromstring
toboolean
assignRoleToUser
updates parameterdisableNotifications
fromstring
toboolean
ApplicationCredentialsUsernameTemplate
model addspushStatus
typestring
- Includes
redirectUrl
typestring
toSwaApplicationSettingsApplication
- Includes
checkbox
typestring
toSwaApplicationSettingsApplication
Updates
- Updates description of
deactivateUser