Title
Create new category
Edit page index title
Edit category
Edit link
Changes 2026.05.07
What's New
POST /api/identity-store/stores/{storeName}/passcodes/renewals/sessions/{sessionId}
Complete a passcode renewal.
POST /api/identity-store/stores/{storeName}/passcodes/registrations/sessions/{sessionId}
Complete a passcode registration.
POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/registrations/{policyName}/ext
Start a registration for a client-validated password belonging to an existing user identified by its external ID using the specified policy
GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/ext
List registered passcodes for a user (identified by external ID)
POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/authentications/{policyName}/ext
Start an authentication for a client-validated password belonging to an existing user identified by its external ID using the specified policy
POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/authentications/{policyName}
Start an authentication for a client-validated password belonging to an existing user identified by its internal ID using the specified policy
GET /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}
Get an existing passcode policy by name
POST /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}
Update an existing passcode policy
DELETE /api/identity-store/stores/{storeName}/passcodePolicy/{policyName}
Delete an existing passcode policy
GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}
Get a passcode for a user identified by internal ID
POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}
Update an existing passcode's status or expiration date by internal user ID
DELETE /api/identity-store/stores/{storeName}/users/{userId}/passcodes/{id}
Delete a user passcode by internal user ID and user passcode ID
GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext
Get a passcode for a user identified by external ID
POST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext
Update an existing passcode's status or expiration date by external user ID
DELETE /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/{id}/ext
Delete a user passcode by external user ID and user passcode ID
GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes
List registered passcodes for a user (identified by internal ID)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/deregistrations/{policyName}/ext
Deregister a passcode for user identified by external ID
POST /api/identity-store/stores/{storeName}/passcodePolicy
Create a new passcode policy within an identity store for policy name
POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/renewals/{policyName}
Start a renewal for a client-validated password belonging to an existing user identified by its internal ID using the specified policy
GET /api/identity-store/stores/{storeName}/users/{userExtId}/passcodes/registrations/{policyName}/ext
Get a user passcode by external user ID and policy
POST /api/identity-store/stores/{storeName}/passcodes/authentications/sessions/{sessionId}
Complete a passcode authentication.
POST /api/identity-store/stores/{storeName}/users/{extUserId}/passcodes/renewals/{policyName}/ext
Start a renewal for a client-validated password belonging to an existing user identified by its external ID using the specified policy
GET /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}
Get a user passcode by internal user ID and policy
POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/registrations/{policyName}
Start a registration for a client-validated password belonging to an existing user identified by its internal ID using the specified policy
POST /api/identity-store/stores/{storeName}/users/{userId}/passcodes/deregistrations/{policyName}
Deregister a passcode for user identified by ID
What's Changed
POST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/{type}/ext
Return Type:
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys. - Added property
passcodes(object) > A list of passcodes registered to the user
POST /api/identity-store/stores/{storeName}/users
Request:
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys. - Added property
passcodes(object) > A list of passcodes registered to the user
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys. - Added property
passcodes(object) > A list of passcodes registered to the user
GET /api/identity-store/stores/{storeName}/users/{userId}
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}
Request:
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys. - Added property
passcodes(object) > A list of passcodes registered to the user
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
GET /api/identity-store/stores/{storeName}/users/{extId}/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{extId}/ext
Request:
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, appkeys and passkeys. - Added property
passcodes(object) > A list of passcodes registered to the user
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevice/{deviceId}/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/{type}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}
Return Type:
Changed response : 201 Created
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/totps/authentications/{policyName}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/preferredDevices/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/authentications/{policyName}/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/totps/deregistrations/{policyName}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevices
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/preferredDevices
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/appkeys/authentications/sessions/{sessionId}
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/complete/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/totps/registrations/{policyName}/complete
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/biometrics/authentications/failure/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{extId}/biometrics/authentications/face/ext
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/failure
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/biometrics/authentications/face
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/registrations/{policyName}/ext
Return Type:
Changed response : 201 Created
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/appkeys/registrations/sessions/{sessionId}
Request:
Changed content type : application/json
- Changed property
context(object) > Additional client context data to be audited
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/totps/deregistrations/{policyName}/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
DELETE /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}/ext
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
POST /api/identity-store/stores/{storeName}/users/{userId}/appkeys/relyingParties/{rpId}/deregistrations
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/passkeys/registrations/sessions/{sessionId}
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/deregistrations/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
DELETE /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/relyingParties/{rpId}/registrations/keyIds/{keyId}/ext
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userId}/passkeys/relyingParties/{rpId}/registrations/{regPolicyName}
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
POST /api/identity-store/stores/{storeName}/passkeys/authentications/sessions/{sessionId}
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/users/{userExtId}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}/ext
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
POST /api/identity-store/stores/{storeName}/passkeys/relyingParties/{rpId}/authentications/{authPolicyName}
Return Type:
Changed response : 201 Created
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
POST /api/identity-store/stores/{storeName}/appkeys/authentications
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
####
POST /api/identity-store/stores/{storeName}/appkeys/registrations
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/passkeys/authentications
Request:
Changed content type : application/json
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
Return Type:
Changed response : 400 Bad Request
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
####
POST /api/identity-store/stores/{storeName}/passkeys/registrations
Request:
Changed content type : application/json
- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during authentication. Hints are ordered by decreasing preference and are not requirements. - Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
Return Type:
Changed response : 200 OK
- Changed property
summaryInfo(object) > Summary information about items registered to the user such as biometrics, device keys and passkeys. - Added property
passcodes(object)
POST /api/identity-store/stores/{storeName}/appkeyConfig/{rpId}
Return Type:
Changed response : 200 OK
- Changed content type :
application/json - Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/appkeyConfig
Return Type:
Changed response : 201 Created
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/totpPolicy/{policyName}
Return Type:
Changed response : 200 OK
- Changed content type :
application/json - Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/pushNotificationPolicy/{rpId}
Return Type:
Changed response : 200 OK
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
GET /api/identity-store/stores/{storeName}
Return Type:
Changed response : 200 OK
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}
Request:
New optional properties:
- Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
Return Type:
Changed response : 200 OK
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/passkeyConfig
Request:
Changed content type : application/json
- Changed property
authenticationPolicies(object) > Authentication policies keyed by policy name. > The policy name must not be more than 20 characters long and > must only contain alphanumeric characters and hyphens - Changed property
registrationPolicies(object) > Registration policies keyed by policy name. > The policy name must not be more than 20 characters long and > must only contain alphanumeric characters and hyphens
Return Type:
Changed response : 201 Created
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores
Request:
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
Return Type:
Changed response : 201 Created
- Changed content type :
application/json - Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/totpPolicy
Return Type:
Changed response : 201 Created
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/pushNotificationPolicy
Request:
Changed content type : application/json
- Changed property
apnsConfig(object) - Changed property
fcmConfig(object)
Return Type:
Changed response : 201 Created
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
POST /api/identity-store/stores/{storeName}/passkeyConfig/{rpId}
Return Type:
Changed response : 200 OK
- Added property
attributeSchema(object) > An optional JSON Schema (https://json-schema.org/) document that user attributes must conform to. If null, no attribute validation is applied. - Added property
passcodePolicies(object) > Map of passcode configuration keyed by policy name. Required for passcode authentication.
GET /api/identity-store/stores/{storeName}/users/{extUserId}/passkeys/{id}/registrationAudit/ext
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
Enum value:
SRP
GET /api/identity-store/stores/{storeName}/users/{userId}/appkeys/{id}/registrationAudit
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
Added enum value:
Passcode- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
GET /api/identity-store/stores/{storeName}/users/{userId}/authentications/{id}
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit. - Added property
passcodeInfo(object)
GET /api/identity-store/stores/{storeName}/users/{extId}/authentications/{id}/ext
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit. - Added property
passcodeInfo(object) - Changed property
type(object) > The type of audit, for exampleFace
GET /api/identity-store/stores/{storeName}/users/{extUserId}/appkeys/{id}/registrationAudit/ext
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
Added enum value:
Passcode- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.
GET /api/identity-store/stores/{storeName}/users/{userId}/passkeys/{id}/registrationAudit
Return Type:
Changed response : 200 OK
- Added property
passcodeAuditInfo(object) > A Passcode audit DTO, 1 to 1 mapped to what should be shown in UI for passcode authentication audit.
Added enum value:
Passcode- Added property
hints(object) > Hints have been added to authentication and registration policies. Zero or more hints to guide the user agent in interacting with the user during registration. Hints are ordered by decreasing preference and are not requirements.