Skip to content

Commit 7786214

Browse files
author
prsaminathan
committed
Add broker timestamps to authentication response, improving request tracking
1 parent 2a23b3b commit 7786214

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

common/src/main/java/com/microsoft/identity/common/adal/internal/AuthenticationConstants.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,6 +1563,16 @@ public static String computeMaxHostBrokerProtocol() {
15631563
*/
15641564
public static final String BROKER_APP_LINK_REDIRECT_URL_PATH_PREFIX = "androidbroker";
15651565

1566+
/**
1567+
* Timestamp when the broker received the authentication request.
1568+
*/
1569+
public static final String BROKER_REQUEST_RECEIVED_TIMESTAMP = "broker_request_received_timestamp";
1570+
1571+
/**
1572+
* Timestamp when the broker generated the authentication response.
1573+
*/
1574+
public static final String BROKER_RESPONSE_GENERATION_TIMESTAMP = "broker_response_generation_timestamp";
1575+
15661576
/**
15671577
* Bundle identifiers for x-ms-clitelem info.
15681578
*/

0 commit comments

Comments
 (0)