Skip to content

Commit d6f5b8b

Browse files
authored
Merge branch 'dev' into sjain/optimize-aggregated-account-save-load
2 parents e180e70 + 74d927e commit d6f5b8b

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
@@ -6,6 +6,7 @@ vNext
66
- [MINOR] Cache Active Broker In Memory (BrokerDiscoveryClient) (#2817)
77
- [MINOR] Enable Broker Discovery by default in MSAL/Broker API (#2818)
88
- [MINOR] Fix for SDL violation in device pop scenarios, Fixes AB#3284510 (#2744)
9+
- [MINOR] Adds Authentication Constants to be used for broker latency timestamp in response (#2831)
910

1011
Version 23.1.1
1112
-----------

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)