Version 2.9.0
bretterer
released this
04 Nov 21:13
·
157 commits
to master
since this release
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