Exemplo n.º 1
0
 public async Task GivenARequest_WhenValidAuthorizationTokenWithInvalidAudienceIsSupplied_ThenAuditLogEntriesShouldBeCreated()
 {
     await ExecuteAndValidate(
         () => _client.CreateClientForClientApplication(TestApplications.WrongAudienceClient),
         HttpStatusCode.Unauthorized,
         expectedAppId : null);
 }