F5 Sites
  • F5.com
  • LearnF5
  • NGINX
  • MyF5
  • Partner Central
Contact
  • Under Attack?
  • F5 Support
  • DevCentral Support
  • F5 Sales
  • NGINX Sales
  • F5 Professional Services
Skip to contentBrand Logo
Forums
CrowdSRC
Articles
Groups
EventsSuggestionsHow Do I...?
RegisterSign In
  1. DevCentral
  2. Articles
  3. Technical Articles

Access Troubleshooting: BIG-IP APM OIDC integration

Table of Contents Introduction Implementation and troubleshooting Check the logs Case 1: Connection reset after authentication Troubleshooting steps: Case 2: Expired JWT Key...
Published Jul 08, 2024
Version 1.0
application delivery
devops
security
series-f5-access-security
Verified Designs
momahdy's avatar
momahdy
Icon for Employee rankEmployee
Principal Technical Marketing Engineer - Focus on BIG-IP
View Profile
momahdy's avatar
momahdy
Icon for Employee rankEmployee
Jul 31, 2024

Hi sinum , 
The intention of such URI is to clear user session as you mentioned due to the timeout value, you ca use this iRule to change this URI to the main one. 

when CLIENT_ACCEPTED {
ACCESS::restrict_irule_events disable
}

    when HTTP_REQUEST {

    if { [HTTP::uri] equals "/vdesk/hangup.php3" } {
        ACCESS::session remove
        HTTP::redirect "/"
    }
    }

let me know how it goes. 

sinum's avatar
sinum
Icon for Altostratus rankAltostratus
Jul 31, 2024

Thanks for the response, but this is based on http trigger, is there any way to redirect automatically landinguri instead of waiting for client action ? 

  • momahdy's avatar
    momahdy
    Icon for Employee rankEmployee
    Jul 31, 2024

    There's a mention by another gentleman in this forum about editting the logout page to point to initial landing page, it's about customizing the logout.inc in the Access profile settings.
    APM access policy default logout URI override based on landing URI? | DevCentral

    Some important considerations when upgrading APM with advanced customized profile. 
    https://my.f5.com/manage/s/article/K38601341 

ABOUT DEVCENTRAL

DevCentral NewsTechnical ForumTechnical ArticlesTechnical CrowdSRCCommunity GuidelinesDevCentral EULAGet a Developer Lab LicenseBecome a DevCentral MVP

RESOURCES

Product DocumentationWhite PapersGlossaryCustomer StoriesWebinarsFree Online CoursesF5 CertificationLearnF5 Training

SUPPORT

Manage SubscriptionsProfessional ServicesProfessional ServicesCreate a Service RequestSoftware DownloadsSupport Portal

PARTNERS

Find a Reseller PartnerTechnology AlliancesBecome an F5 PartnerLogin to Partner Central

F5 logo©2024 F5, Inc. All rights reserved.
TrademarksPoliciesPrivacyCalifornia PrivacyDo Not Sell My Personal Information