# File lib/omniauth/strategies/windows_live/windowslivelogin.rb, line 249 def policyurl if (@policyurl.nil? or @policyurl.empty?) debug("Warning: In the initial release of Del Auth, a Policy URL must be configured in the SDK for both provisioned and non-provisioned scenarios.") raise("Error: policyurl: Policy URL must be set in a Del Auth non-provisioned scenario. Aborting.") if force_delauth_nonprovisioned end @policyurl end