File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
msal4j-sdk/src/integrationtest/java Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ void acquireTokenClientCredentials_ClientSecret() throws Exception {
5656
5757 @ Test
5858 void acquireTokenClientCredentials_ClientAssertion () throws Exception {
59- String clientId = "2afb0add-2f32-4946-ac90-81a02aa4550e" ;
59+ String clientId = TestConstants . MSIDLAB_CLIENT_ID ;
6060
6161 ClientAssertion clientAssertion = getClientAssertion (clientId );
6262
Original file line number Diff line number Diff line change @@ -109,8 +109,6 @@ public User getCiamUser() {
109109
110110 UserQueryParameters query = new UserQueryParameters ();
111111 query .parameters .put (UserQueryParameters .FEDERATION_PROVIDER , FederationProvider .CIAM );
112- query .parameters .put (UserQueryParameters .SIGN_IN_AUDIENCE , "azureadmyorg" );
113- query .parameters .put (UserQueryParameters .PUBLIC_CLIENT , "no" );
114112
115113 return getLabUser (query );
116114 }
You can’t perform that action at this time.
0 commit comments