Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.
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
4 changes: 1 addition & 3 deletions MASFoundation/Classes/models/MASConfiguration.m
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
static NSString *const MASClientInitializeEndpoint = @"client_credential_init_endpoint_path"; // string
static NSString *const MASDeviceListEndpoint = @"device_list_endpoint_path"; // string
static NSString *const MASDeviceRegisterEndpoint = @"device_register_endpoint_path"; // string
static NSString *const MASDeviceRegisterClientEndpoint = @"device_register_client_endpoint_path"; // string
static NSString *const MASDeviceRegisterClientEndpoint = @"device_client_register_endpoint_path"; // string
static NSString *const MASDeviceRenewEndpoint = @"device_renew_endpoint_path"; // string
static NSString *const MASDeviceRemoveEndpoint = @"device_remove_endpoint_path"; // string
static NSString *const MASEnterpriseBrowserEndpoint = @"enterprise_browser_endpoint_path"; // string
Expand Down Expand Up @@ -299,8 +299,6 @@ - (void)initializeEndpointsFromInfo:(NSDictionary *)info
//
// Temporary Hardcoded Endpoints
//
_endpointKeysToPaths_[MASDeviceRegisterClientEndpoint] = @"/connect/device/register/client";

_endpointKeysToPaths_[MASUsersLDAPEndpoint] = @"/scim/ldap/v2/users";
_endpointKeysToPaths_[MASUserGroupsLDAPEndpoint] = @"/scim/ldap/v2/groups";
_endpointKeysToPaths_[MASUsersMSADEndpoint] = @"/scim/msad/v2/users";
Expand Down