Forum Discussion
Changing F5Auth.Page to Main Application Page
Dear All,
Need your kind advice and support for below scenario.
recently I configured one application in our APM module for accessing from external network, accessing configured successfully but the team ask to change the login page from F5 to main application page (attached photos for more clarification). That mean when I hit the application URL(eg: https://abc.xyz.com) it should give me the main application page directly, but currently first I should use my credential through F5 page then click in application icon and last the main application page come.
would some one can advice how to do that so I can change all our applications.
Thanks in advance Osama
Hi,
If I understand correctly, you mean disable APM for "/" but enable APM then ?
You can write an irule like this :
when HTTP_REQUEST { if { [HTTP::path] eq "/" } { ACCESS::disable } else { ACCESS::enable } }
Did you configured a webtop with portal access or a simple Access profile for Web Access Management ? This part is not clear to me. Especially, the fact that you need to click an icon to launch the main application page.
Yann
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com