worried-flag-17395
12/20/2024, 2:42 PMAADSTS70025: The client '04b07795-8ddb-461a-bbee-02f9e1bf7b46'(Microsoft Azure CLI) has no configured federated identity credentials.
Which feels like either the login isn't getting loaded, or maybe I'm missing some baseline config for Az CLI in general? I've seen similar errors in docs and issues but they all seem to be related to the audience in the configured ESC and not the 1st party az cli. This seems like I'm overriding or not correctly consuming the ESC environment entirely but I can't see how.
Anybody seen anything like this before?worried-flag-17395
12/20/2024, 2:49 PMmelodic-tomato-39005
12/20/2024, 2:52 PMworried-flag-17395
12/20/2024, 5:12 PMworried-flag-17395
12/20/2024, 5:14 PMmelodic-tomato-39005
12/20/2024, 8:44 PMARM_OIDC_REQUEST_URL
. I think it shouldn’t be set in this scenario (details about it here). Not sure if it makes a difference or if it’s ignored, though.worried-flag-17395
12/20/2024, 11:46 PMworried-flag-17395
12/20/2024, 11:52 PMmelodic-tomato-39005
12/21/2024, 8:00 AMworried-flag-17395
12/21/2024, 8:54 PMworried-flag-17395
12/21/2024, 8:57 PMError: Preview failed: ClientAssertionCredential authentication failed.
POST <https://login.microsoftonline.com/bd7bdc93-155e-4397-b497-dc3986efaeb0/oauth2/v2.0/token>
--------------------------------------------------------------------------------
RESPONSE 401: 401 Unauthorized
--------------------------------------------------------------------------------
{
"error": "invalid_client",
"error_description": "AADSTS700024: Client assertion is not within its valid time range. Current time: 2024-12-21T20:43:03.5148190Z, assertion valid from 2024-12-21T18:25:48.0000000Z, expiry time of assertion 2024-12-21T19:25:48.0000000Z. Review the documentation at <https://learn.microsoft.com/entra/identity-platform/certificate-credentials> . Trace ID: b28bcc3c-6b53-42f3-bc69-69d603d33200 Correlation ID: a5fb163a-ebfe-4dd9-8574-9aeb221dc7ee Timestamp: 2024-12-21 20:43:03Z",
"error_codes": [
700024
],
"timestamp": "2024-12-21 20:43:03Z",
"trace_id": "b28bcc3c-6b53-42f3-bc69-69d603d33200",
"correlation_id": "a5fb163a-ebfe-4dd9-8574-9aeb221dc7ee",
"error_uri": "<https://login.microsoftonline.com/error?code=700024>"
}
--------------------------------------------------------------------------------
worried-flag-17395
12/21/2024, 9:00 PMworried-flag-17395
12/30/2024, 10:00 AMmelodic-tomato-39005
12/31/2024, 7:13 AM