1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-18 21:11:21 +01:00
bitwarden-server/test/Core.Test/Services
Addison Beck 59f8467f7c
Create sso user api (#886)
* facilitate linking/unlinking existing users from an sso enabled org

* added user_identifier to identity methods for sso

* moved sso user delete method to account controller

* fixed a broken test

* Update AccountsController.cs

* facilitate linking/unlinking existing users from an sso enabled org

* added user_identifier to identity methods for sso

* moved sso user delete method to account controller

* fixed a broken test

* added a token to the existing user sso link flow

* added a token to the existing user sso link flow

* fixed a typo

* added an event log for unlink ssoUser records

* fixed a merge issue

* fixed a busted test

* fixed a busted test

* ran a formatter over everything & changed .vscode settings in .gitignore

* chagned a variable to use string interpolation

* removed a blank line

* Changed TokenPurpose enum to a static class of strings

* code review cleanups

* formatting fix

* Changed parameters & logging for delete sso user

* changed th method used to get organization user for deleting sso user records

Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com>
2020-08-26 14:12:04 -04:00
..
AmazonSesMailDeliveryServiceTests.cs formatting 2020-06-18 09:57:24 -04:00
AmazonSqsBlockIpServiceTests.cs Add unit test coverage for AmazonSqsBlockIpService 2020-06-18 10:16:23 -07:00
AzureAttachmentStorageServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
AzureQueueBlockIpServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
AzureQueueEventWriteServiceTests.cs upgrade to aspnet core 3.1 2020-01-10 08:33:13 -05:00
AzureQueuePushNotificationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
CipherServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
CollectionServiceTests.cs fix tests 2019-03-02 15:28:32 -05:00
DeviceServiceTests.cs Core.Test with example test using nsub and xunit 2019-01-09 12:31:07 -05:00
EventServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
GroupServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
HandlebarsMailServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
InMemoryApplicationCacheServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
InMemoryServiceBusApplicationCacheServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
LicensingServiceTests.cs License expiration email for self-hosted org/premium accounts 2020-05-18 16:06:34 -04:00
LocalAttachmentStorageServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
MailKitSmtpMailDeliveryServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
MultiServicePushNotificationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
NotificationHubPushNotificationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
NotificationHubPushRegistrationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
NotificationsApiPushNotificationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
OrganizationServiceTests.cs Create sso user api (#886) 2020-08-26 14:12:04 -04:00
RelayPushNotificationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
RelayPushRegistrationServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
RepositoryEventWriteServiceTests.cs Add basic Core.Services test files (#526) 2019-07-05 20:35:54 -07:00
StripePaymentServiceTests.cs fix ctor for stripe payment service test 2019-09-20 08:04:05 -04:00
UserServiceTests.cs Fix broken unit tests (#816) 2020-07-08 15:05:24 -04:00