Running changelog of releases since 2.2.3
- Added properties
host
,integrationKey
, andsecretKey
toAuthenticatorProviderConfiguration
model to support Duo Authenticator #134
- Renamed query parameter
search
tofilter
onGET /api/v1/groups
endpoint #138
- 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
- Add
_links
property toResponseLinks
model
- Changes
sendTestEmail
response to a204 no content
instead of200 success
- Adds
privateKey
andteamId
properties toIdentityProviderCredentialsSigning
to support Apple devices - Adds to
APPLE
to the enums inFactorProvider' and
LogCredentialProvider
- 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
- Added
sharedSecret
attribute toAuthenticatorProviderConfiguration
Authenticator
's properties should not inherit fromAuthenticator
- #102
AuthenticatorProvider
,AuthenticatorProviderConfiguration
,AuthenticatorProviderConfigurationUserNamePlate
no longer inherit fromAuthenticator
- 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
assignRoleToGroup
updates parameterdisableNotifications
fromstring
toboolean
assignRoleToUser
updates parameterdisableNotifications
fromstring
toboolean
ApplicationCredentialsUsernameTemplate
model addspushStatus
typestring
- Includes
redirectUrl
typestring
toSwaApplicationSettingsApplication
- Includes
checkbox
typestring
toSwaApplicationSettingsApplication
- Updates description of
deactivateUser
- Adds
x-okta-operations
to theOrgSettings
model
- Adds
x-okta-known-values
toIdentityProvider.Type
- Added missing operations and models for Schemas API.
- UserSchema (Contains a property with special character called
$schema
) - UserSchemaAttribute
- UserSchemaAttributeMaster
- UserSchemaAttributePermission
- UserSchemaBase
- UserSchemaBaseProperties
- UserSchemaPublic
- getApplicationUserSchema
- updateApplicationUserProfile
- getUserSchema
- updateUserProfile
- Made
JsonWebKey
editable.
- Fixed typo in README (okta#9)
- Add private_key_jwt to OAuthEndpointAuthenticationMethod (okta#8)
- Added FIDO FactorProvider Type (okta#11)
- Adds missing
spCertificate
from custom SAML application settings (#6) - Adds missing
OpenIdConnectApplicationIdpInitiatedLogin
model (#5) - Adds
idp_initiated_login
property (#5)
This release is our first release from the public repo!
- Adds missing
method
field toInlineHookChannelConfig
- Adds missing
slo
field to custom SAML application settings