Skip to content

Commit ee8f9a2

Browse files
committed
WIP for #672
1 parent aaf9e5d commit ee8f9a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/main/java/invite/crm/CRMController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ public ResponseEntity<String> delete(@RequestBody CRMContact crmContact) {
185185

186186
@GetMapping(value = {"/api/profile", "/api/external/v1/invite/crm/profile"}, produces = MediaType.APPLICATION_JSON_VALUE)
187187
@SecurityRequirement(name = BASIC_AUTHENTICATION_SCHEME_NAME)
188+
@SecurityRequirement(name = API_HEADER_SCHEME_NAME)
188189
@Operation(summary = "Query for profiles",
189190
description = "Based on either 'uid'/'idp' OR 'guid'/'role' search for users and include the CRM roles")
190191
@PreAuthorize("hasRole('CRM')")

0 commit comments

Comments
 (0)