Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1061,6 +1061,11 @@ public static String computeMaxHostBrokerProtocol() {
*/
public static final String BROKER_HOST_APP_PACKAGE_NAME = "com.microsoft.identity.testuserapp";

/**
* OneAuth Test App package name.
Comment thread
melissaahn marked this conversation as resolved.
*/
public static final String ONEAUTH_TEST_APP_PACKAGE_NAME = "com.msft.oneauth.testapp";

/**
* Mock AuthApp package name.
*/
Expand Down Expand Up @@ -1148,6 +1153,12 @@ public static String computeMaxHostBrokerProtocol() {
*/
public static final String BROKER_HOST_APP_SIGNATURE_SHA512 = "xxAk8S05zu0Nkce+X2J6IKJ2e7YE4F9ZorZj0YnYUQ2vw8vLc8VGGOqJdTnVySbbcy9VY8UDbOfeOETSErYllw==";

/**
* Signing certificate thumbprint of the OneAuth Test App.
* Generated with SHA-512.
*/
public static final String ONEAUTH_TEST_APP_SIGNATURE_SHA512 = "iPULpH0pq8ms1Qy7cOzGsVRQN7/zW4IbW+UKcajvtrTrzM5o5VcaghNEA1Ho4Wq7ay0efqqJcalxa8eHxVnHKA==";

/**
* Package name of the Link To Windows app.
*/
Expand Down
Loading