Skip to content

Commit

Permalink
fix: Corrected link to heading in user management document issue Jans…
Browse files Browse the repository at this point in the history
…senProject#9636

Signed-off-by: Daniel Salas <daniel.salas@ENCEDCHMOLT0965.local>
  • Loading branch information
Daniel Salas authored and Daniel Salas committed Jan 31, 2025
1 parent ba5de5b commit 912ed56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/janssen-server/fido/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ tags:

A FIDO device represents a user credential stored in the Jans Server database that is compliant with the [FIDO](https://fidoalliance.org/) standard. These devices are used as a second factor in a setting of strong authentication.

FIDO devices were superseded by [FIDO 2](#fido2-devices) devices in Jans Server.
FIDO devices were superseded by [FIDO 2](#fido-2-devices) devices in Jans Server.

## FIDO2 devices

FIDO2 devices are credentials that adhere to the more current Fido 2.0 initiative (WebAuthn + CTAP). Examples of FIDO2 devices are USB security keys and Super Gluu devices.

The SCIM endpoints for FIDO 2 allow application developers to query, update and delete already existing devices. Addition of devices do not take place through the service since this process requires direct end-user interaction, ie. device enrolling.

The schema attributes for a device of this kind can be found by hitting the URL `https://<jans-server>/jans-scim/restv1/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Fido2Device`
The schema attributes for a device of this kind can be found by hitting the URL `https://<jans-server>/jans-scim/restv1/v2/Schemas/urn:ietf:params:scim:schemas:core:2.0:Fido2Device`

To distinguish between regular FIDO2 and SuperGluu devices, note only SuperGluu entries have the attribute `deviceData` populated (i.e. not null)

Expand All @@ -27,7 +27,7 @@ To distinguish between regular FIDO2 and SuperGluu devices, note only SuperGluu
Say we are interested in having a list of Super Gluu devices users have enrolled and whose operating system is iOS. We may issue a query like this:

```
curl -k -G -H 'Authorization: Bearer ACCESS_TOKEN' --data-urlencode
curl -k -G -H 'Authorization: Bearer ACCESS_TOKEN' --data-urlencode
'filter=deviceData co "ios"' -d count=10 https://<jans-server>/jans-scim/restv1/v2/Fido2Devices
```

Expand Down

0 comments on commit 912ed56

Please # to comment.