File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
common4j/src/main/com/microsoft/identity/common/java Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
1011Version 23.1.1
1112-----------
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments