Forum Discussion
AlexS_yb
Jan 31, 2023Cirrocumulus
Per Request access policy with OAuth Client Subroutine
I have a per request policy with a URI that is protected with a OAuth Client Typically this works by using 302 redirect either to /my.policy and then 302 to the OAuth server to get a new token My p...
- Jan 31, 2023
You can replace the 302 with 401 in the HTTP_RESPONSE_RELEASE event.
Don't forget to set:
ACCESS::restrict_irule_events disable
Juergen_Mang
MVP
Have you tried the clientless mode?
when HTTP_REQUEST {
HTTP::header insert "clientless-mode" 1
}
AlexS_yb
Jan 31, 2023Cirrocumulus
I believe that will stop the 302 to /my.policy
but will it stop the 302 to the oauth server to get a new / or renew a OAuth access token ?
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects