Forum Discussion
detecting oAuth2 Request on resource server
Maybe this setting will help you:
ACCESS::restrict_irule_events disable
This command disables the default behavior and enables admin to enable HTTP and higher layer iRule events for the internal access control URI. Admin can use this to handle these URIs in their iRules if needed.
https://clouddocs.f5.com/api/irules/ACCESS__restrict_irule_events.html
no that makes no difference (but to make sure I have include the command in the CLIENT_ACCEPTED).
The problem looks like an old APM Problem. When I set session values in a iRule event, you cannot be sure to get these data in an APM Policy because they handled from a different process
The documentation set that I can get/set session values in the ACCESS_SESSION_STARTED
when ACCESS_SESSION_STARTED {
ACCESS::session data set session.custom.test 1
log local0. "session.custom.test set to 1"
}In the ltm log I can see the entry, but a logging task in the APM Policy will not show the entry (also a second at the end)
I hope I will find a way the get the Authorization header information directly in the APM Policy
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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
