Variable ClientOidcBackchannelLogoutInitiatorsEnumConst
ClientOidcBackchannelLogoutInitiatorsEnum: {
RpLogout: "rp-logout";
IdpLogout: "idp-logout";
PasswordChanged: "password-changed";
SessionExpired: "session-expired";
SessionRevoked: "session-revoked";
AccountDeleted: "account-deleted";
EmailIdentifierChanged: "email-identifier-changed";
MfaPhoneUnenrolled: "mfa-phone-unenrolled";
AccountDeactivated: "account-deactivated";
} = ...
Type Declaration
-
ReadonlyRpLogout: "rp-logout"
-
ReadonlyIdpLogout: "idp-logout"
-
ReadonlyPasswordChanged: "password-changed"
-
ReadonlySessionExpired: "session-expired"
-
ReadonlySessionRevoked: "session-revoked"
-
ReadonlyAccountDeleted: "account-deleted"
-
ReadonlyEmailIdentifierChanged: "email-identifier-changed"
-
ReadonlyMfaPhoneUnenrolled: "mfa-phone-unenrolled"
-
ReadonlyAccountDeactivated: "account-deactivated"
The
selected_initiatorsproperty contains the list of initiators to be enabled for the given application.