Last Modified: Apr 28, 2025
Affected Product(s):
BIG-IP APM
Known Affected Versions:
16.1.0, 16.1.1, 16.1.2, 16.1.2.1, 16.1.2.2, 16.1.3, 16.1.3.1, 16.1.3.2, 16.1.3.3, 16.1.3.4, 16.1.3.5, 16.1.4, 16.1.4.1, 16.1.4.2, 16.1.4.3, 16.1.5, 16.1.5.1, 16.1.5.2
Opened: Nov 17, 2021 Severity: 3-Major
Office 365 type Dynamic Address space config has a Discovery URL with a hard-coded GUID (https://endpoints.office.com/endpoints/worldwide?clientrequestid=b10c5ed1-bad1-445f-b386-b919946339a7).
The hard-coded GUID could be blocked in the future by Microsoft.
Office 365 type Dynamic Address Space.
1. From command line generate a dynamic GUID: python -c 'import uuid; print(str(uuid.uuid4()))' 2. While creating Office 365 type Dynamic Address space, use the just-generated dynamic GUI in the Discovery URL. It should look like: https://endpoints.office.com/endpoints/worldwide?clientrequestid=GUID-generate-in-step-1
None