Apologies for the repsonse delay.
Here are the relevant bits from the logfile. As you can see, a FIDO token is present in the database (shown during login), but the SCIM endpoint returns no tokens. (Can't figure out how to attach files - sorry for the copy/paste)
```
2019-02-15 15:36:16,789 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:410) - authorizationCode : 8d1fe7ca-15c1-4493-87a0-6653e0cf5aeb
2019-02-15 15:36:16,789 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:413) - scopes : openid user_name email
2019-02-15 15:36:16,790 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:416) - clientID : @!D36A.05BE.EDE7.615B!0001!F886.C2EF!0008!E655.7581
2019-02-15 15:36:16,790 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:445) - Sending request to token endpoint
2019-02-15 15:36:16,790 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:447) - redirectURI : https://gluu.idam.nccoe.org/identity/authentication/getauthcode
2019-02-15 15:36:16,979 DEBUG [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:451) - tokenResponse : org.xdi.oxauth.client.TokenResponse@25f7a5bf
2019-02-15 15:36:16,980 DEBUG [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:457) - tokenResponse.getErrorType() : null
2019-02-15 15:36:16,980 DEBUG [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:460) - accessToken : f30cca36-4a26-4ed4-9c76-ce995d24cc56
2019-02-15 15:36:16,980 DEBUG [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:463) - idToken : eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2dsdXUuaWRhbS5uY2NvZS5vcmciLCJhdWQiOiJAIUQzNkEuMDVCRS5FREU3LjYxNUIhMDAwMSFGODg2LkMyRUYhMDAwOCFFNjU1Ljc1ODEiLCJleHAiOjE1NTAyNDg1NzYsImlhdCI6MTU1MDI0NDk3NiwiYWNyIjoiZmlkbzIiLCJhbXIiOlsiMTAiXSwibm9uY2UiOiIwY2RhNGFkYy01MTc1LTRkNDYtOTI1Mi01NTNiZmU5YmI4ZTUiLCJhdXRoX3RpbWUiOjE1NTAyNDIzNDUsImF0X2hhc2giOiJwYzRQY1ppTnVVRGtHM2M4SmFBYlRnIiwib3hPcGVuSURDb25uZWN0VmVyc2lvbiI6Im9wZW5pZGNvbm5lY3QtMS4wIiwic3ViIjoiQCFEMzZBLjA1QkUuRURFNy42MTVCITAwMDEhRjg4Ni5DMkVGITAwMDAhMDBGQy44ODcxIn0.7-po2DsTUpjbr7C2KlAC4fGz0OJxJ8OexLvy-B1zN6o
2019-02-15 15:36:16,981 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:465) - Session validation successful. User is logged in
2019-02-15 15:36:17,061 INFO [qtp1059063940-48380] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:532) - user uid:jason.ajmo
2019-02-15 15:36:17,111 INFO [qtp1059063940-44236] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:129) - Authenticating user 'jason.ajmo'
2019-02-15 15:36:17,117 DEBUG [qtp1059063940-44236] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:160) - Configuring application after user 'jason.ajmo' login
2019-02-15 15:36:17,128 DEBUG [qtp1059063940-44236] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:167) - Get '[manager]' user roles
2019-02-15 15:36:17,129 INFO [qtp1059063940-44236] [org.gluu.oxtrust.action.Authenticator] (Authenticator.java:144) - User 'jason.ajmo' authenticated successfully
2019-02-15 15:36:17,930 DEBUG [oxTrustScheduler_Worker-3] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:52) - Bound request started
2019-02-15 15:36:17,930 DEBUG [oxTrustScheduler_Worker-3] [org.xdi.service.timer.TimerJob] (TimerJob.java:34) - Fire timer event [org.xdi.service.cdi.event.ConfigurationEvent] with qualifiers [@org.xdi.service.cdi.event.Scheduled()]
2019-02-15 15:36:17,935 DEBUG [oxTrustScheduler_Worker-3] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:62) - Bound request ended
2019-02-15 15:36:17,944 DEBUG [oxTrustScheduler_Worker-1] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:52) - Bound request started
2019-02-15 15:36:17,945 DEBUG [oxTrustScheduler_Worker-1] [org.xdi.service.timer.TimerJob] (TimerJob.java:34) - Fire timer event [org.xdi.service.cdi.event.LoggerUpdateEvent] with qualifiers [@org.xdi.service.cdi.event.Scheduled()]
2019-02-15 15:36:17,954 DEBUG [oxTrustScheduler_Worker-1] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:62) - Bound request ended
2019-02-15 15:36:18,029 DEBUG [oxTrustScheduler_Worker-5] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:52) - Bound request started
2019-02-15 15:36:18,030 DEBUG [oxTrustScheduler_Worker-5] [org.xdi.service.timer.TimerJob] (TimerJob.java:34) - Fire timer event [org.gluu.oxtrust.service.cdi.event.MetadataValidationEvent] with qualifiers [@org.xdi.service.cdi.event.Scheduled()]
2019-02-15 15:36:18,031 DEBUG [oxTrustScheduler_Worker-5] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:62) - Bound request ended
2019-02-15 15:36:18,031 DEBUG [ForkJoinPool.commonPool-worker-1] [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] (MetadataValidationTimer.java:112) - Starting metadata validation
2019-02-15 15:36:18,031 DEBUG [ForkJoinPool.commonPool-worker-1] [org.gluu.oxtrust.ldap.service.MetadataValidationTimer] (MetadataValidationTimer.java:116) - Metadata validation finished with result: 'false'
2019-02-15 15:36:18,058 DEBUG [oxTrustScheduler_Worker-4] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:52) - Bound request started
2019-02-15 15:36:18,058 DEBUG [oxTrustScheduler_Worker-4] [org.xdi.service.timer.TimerJob] (TimerJob.java:34) - Fire timer event [org.gluu.oxtrust.service.cdi.event.EntityIdMonitoringEvent] with qualifiers [@org.xdi.service.cdi.event.Scheduled()]
2019-02-15 15:36:18,059 DEBUG [oxTrustScheduler_Worker-4] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:62) - Bound request ended
2019-02-15 15:36:18,244 DEBUG [oxTrustScheduler_Worker-2] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:52) - Bound request started
2019-02-15 15:36:18,245 DEBUG [oxTrustScheduler_Worker-2] [org.xdi.service.timer.TimerJob] (TimerJob.java:34) - Fire timer event [org.xdi.service.cdi.event.UpdateScriptEvent] with qualifiers [@org.xdi.service.cdi.event.Scheduled()]
2019-02-15 15:36:18,260 DEBUG [oxTrustScheduler_Worker-2] [org.xdi.service.timer.RequestJobListener] (RequestJobListener.java:62) - Bound request ended
2019-02-15 15:36:26,286 INFO [qtp1059063940-48283] [org.gluu.oxtrust.service.filter.AuthorizationProcessingFilter] (AuthorizationProcessingFilter.java:78) - Path is protected, proceeding with authorization processing...
2019-02-15 15:36:26,287 INFO [qtp1059063940-48283] [org.gluu.oxtrust.service.uma.ScimUmaProtectionService] (ScimUmaProtectionService.java:107) - ==== SCIM Service call intercepted ====
2019-02-15 15:36:26,287 INFO [qtp1059063940-48283] [org.gluu.oxtrust.service.uma.ScimUmaProtectionService] (ScimUmaProtectionService.java:108) - Authorization header found
2019-02-15 15:36:26,297 INFO [qtp1059063940-48283] [org.gluu.oxtrust.service.uma.ScimUmaProtectionService] (ScimUmaProtectionService.java:113) - SCIM Test Mode is ACTIVE
2019-02-15 15:36:26,297 DEBUG [qtp1059063940-48283] [org.gluu.oxtrust.service.uma.ScimUmaProtectionService] (ScimUmaProtectionService.java:140) - Validating token 98ab45c0-1740-4dbd-a5f9-76445774669e
2019-02-15 15:36:26,508 INFO [qtp1059063940-48283] [org.gluu.oxtrust.service.filter.AuthorizationProcessingFilter] (AuthorizationProcessingFilter.java:82) - Authorization passed
2019-02-15 15:36:26,668 DEBUG [qtp1059063940-48283] [gluu.oxtrust.service.scim2.interceptor.ReferenceURIInterceptor] (ReferenceURIInterceptor.java:65) - ReferenceURIInterceptor. manage exit
2019-02-15 15:36:26,670 DEBUG [qtp1059063940-48283] [gluu.oxtrust.ws.rs.scim2.FidoDeviceWebService] (FidoDeviceWebService.java:216) - Executing web service method. searchDevices
2019-02-15 15:36:26,671 INFO [qtp1059063940-48283] [gluu.oxtrust.ws.rs.scim2.FidoDeviceWebService] (FidoDeviceWebService.java:337) - Executing search for fido devices using: ldapfilter 'oxId=*', sortBy 'null', sortOrder 'ascending', startIndex '1', count '200'
2019-02-15 15:36:26,673 INFO [qtp1059063940-48283] [gluu.oxtrust.ws.rs.scim2.FidoDeviceWebService] (FidoDeviceWebService.java:355) - Found 0 matching entries - returning 0
```