wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
748 stars 729 forks source link

[DOC] Onboard idle account identification API documentation #16562

Closed Thisara-Welmilla closed 9 months ago

Thisara-Welmilla commented 1 year ago

With the feature [1], the idle account identification API is on-boarded to the product is. Need to improve the office IS-Serve doc space with the new API specification.

To enable the event handler to store the last logon time claim for the user, add following to the deployment.toml

[identity_mgt.events.schemes.identityUserMetadataMgtHandler.properties]
enable=true

Updated yaml: https://github.com/wso2/identity-api-server/blob/master/components/org.wso2.carbon.identity.api.idle.account.identification/org.wso2.carbon.identity.api.idle.account.identification.v1/src/main/resources/idleAccountIdentification.yaml

Please Refer:

[1]. https://github.com/wso2-enterprise/iam-engineering/issues/650

divyaamunugama commented 1 year ago

This is a new API doc for the IS 7.0.0 release.

AnuradhaSK commented 9 months ago

API: https://github.com/wso2/docs-is/pull/4405 Instructions to enable last logon time update handler: https://github.com/wso2/docs-is/pull/4407