Skip to content

Commit 74d927e

Browse files
Prvnkmr337prsaminathan
andauthored
AB#3455870 Adds Authentication Constants to be used for broker latency timestamp in response, Fixes AB#3455870 (#2831)
[AB#3455870](https://identitydivision.visualstudio.com/fac9d424-53d2-45c0-91b5-ef6ba7a6bf26/_workitems/edit/3455870) Adding Authentication constants necessary to support passing AST request latency timestamps from Broker to OneAuth. --------- Co-authored-by: prsaminathan <[email protected]>
1 parent d72fbde commit 74d927e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ vNext
55
- [MINOR] Cache Active Broker In Memory (BrokerDiscoveryClient) (#2817)
66
- [MINOR] Enable Broker Discovery by default in MSAL/Broker API (#2818)
77
- [MINOR] Fix for SDL violation in device pop scenarios, Fixes AB#3284510 (#2744)
8+
- [MINOR] Adds Authentication Constants to be used for broker latency timestamp in response (#2831)
89

910
Version 23.1.1
1011
-----------

common4j/src/main/com/microsoft/identity/common/java/AuthenticationConstants.java

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,15 @@ public static final class Broker {
568568
* String of broker client ID.
569569
*/
570570
public static final String BROKER_CLIENT_ID = "29d9ed98-a469-4536-ade2-f981bc1d605e";
571+
/**
572+
* Timestamp when the broker received the authentication request.
573+
*/
574+
public static final String BROKER_REQUEST_RECEIVED_TIMESTAMP = "broker_request_received_timestamp";
575+
576+
/**
577+
* Timestamp when the broker generated the authentication response.
578+
*/
579+
public static final String BROKER_RESPONSE_GENERATION_TIMESTAMP = "broker_response_generation_timestamp";
571580

572581
}
573582

0 commit comments

Comments
 (0)