OAuth Client
2 Topics- BIG-IP Oauth Client and ASDear Community After days of troubleshooting im out of luck with my configuration. I've followed the following guides and documentation to configure two Virtual Server with APM (Client/RS and AS) on the same BIG-IP. https://my.f5.com/manage/s/article/K14391041 Implementing basic OAuth with F5 BIG-IP APM After failing with the manual configuration I've also implemented the same basic concept with the two Guided Configuration "OAuth Authorization Server" and "F5 as OAuth Client and Resource Server". Both virtual Server have a different public resolvable hostnames. My issue exists during the following test: Accessing the first VS with APM Policy OAuth Client gets redirected to second VS (Oauth AS) Login with AD Credentials (successfull) Website is stuck after the Client is doing a /GET to https://hostname2.domain.ch/oauth/client/redirect?code=xxx123&state=yyy APM in Debug Logs the following Error: 'Invalid json' and 'Failed to perform curl: Failure when receiving data from the peer' I can see a "Requesting new token for server" and also issued Auth Codes, but never seen Issued Access Tokens. My Test was done from a Browser and also from Postman (same as in the Guide). Do you have any hints where my problem could be or if there is a Known Issue with the Version 17.1.2.1. I appreaciate everyones help!190Views0likes2Comments
- APM/OAuth2 : auto apply changes made by discoveryHi, I've setup OAuth2 to Azure EntraID following this documentation. It works well but I'm only facing a serious issue. In the OAuth provider configuration, I've enabled the discovery job to run once per day. This allows the BigIP to fetch any new certificate and/or JWT as provided by the app on EntraID. The problem is that when the certificate or the JWT change, you have to re-apply the per-session policy in order for the change to take effect. And on multiple occasion, the access to our critical applications failed because the changes were'nt applied in a timely manner. Is there a way to automatically apply the changes made by the OAuth discovery job ? Running version : BigIP 17.1.1.1Solved413Views0likes8Comments