Skip Secondary Authorization for Users with Relevant Permissions

Stay is enhanced to allow users with relevant permissions to perform transactions in Stay without authenticating themselves when the Single Sign On (SSO) login method is enabled for a user.

Previously, when SSO-enabled users perform the following transactions throughout the application, secondary authentication was required to complete the transaction. Through this enhancement, users with the relevant permissions can complete the transaction without requiring secondary authorization.

Transaction

Permissions Required

Override the limit configured for an inventory item per reservation, room type when posting auto recurring charges.

OverrideInventory

Post unapplied payments to A/R accounts

arUnappliedPayments

Change the key expiration date and time.

OverrideKeyExpiration

Initiate refunds for payments

AllowRefunds

Cancel a reservation with refund due to guest

CancelWithRefundDue

Post convenience fee for credit card payments

Stay_CardConvenienceFeeOverride

Override the validity period configured for the allowance components of a package

OverridePackageAllowanceComponent

Make payments using gift cards

  • Stay_GiftCardPayment

  • Stay_LoadGiftCard

Reverse charges routed to groups

Stay_ReverseChargeRouting

Copy reservations

CopyReservation

Copy reservations associated with Direct-Bill payment methods

Stay_DirectBill_Payment

Perform overbooking when booking reservations and assigning rooms

  • OverbookHotelAvail

  • OverbookHotelAvailLimit

  • OverbookHotelAvailLimited

  • OverbookRoomType

  • OverbookRoomTypeLimit

  • OverbookRoomTypeLimited

Check-out reservations with balance due

CheckoutwithBalance

Override and transfer charges to discrepant A/R accounts

StayOverrideAccountsReceivablePostings

Override inventory during undo check-out of reservations

OverrideInventory

Transfer charges to A/R accounts in Hold and Closed statuses

StayOverrideAccountsReceivablePostings

Override and book reservations for patrons blocked in the CMS

Stay_OverrideCasinoBlockedGuest

Override the early departure fee during check-out of reservations

Stay_OverrideEarlyDeparturePolicy

Post non-refundable payments and deposits

Stay_OverrideNonRefundablePaymentsandDeposits

Transfer charges to closed house accounts

WriteClosedHouseAccount

Transfer charges to closed groups

WriteClosedGroup

Transfer charges to closed reservations

WriteClosedReservations

The following new feature setting must be enabled to use this feature:

  • Name: Skip Secondary Authorization for Authorized Users

  • Comments: License is not required

The transactions are processed based on the following conditions:

Condition

Description

  • Feature setting is enabled

  • Relevant permission is assigned

The transaction is completed without secondary authorization.

  • Feature setting is enabled

  • Relevant permission is not assigned

Users will be prompted to authenticate themselves as per the existing functionality.

  • Feature setting is disabled

  • Relevant permission is not assigned

Users will be prompted to authenticate themselves as per the existing functionality.

  • Feature setting is disabled

  • Relevant permission is assigned

Users will be prompted to authenticate themselves as per the existing functionality.