Develop and maintain nodes
The following table describes the tasks involved in developing and maintaining custom nodes:
Task | Resources |
---|---|
Create a class to implement the This class is your custom authentication node. It should define all aspects of your node, such as configuration data, outcomes, and business logic. |
|
Store values in shared tree state Use the tree state to store values for use by downstream nodes. |
|
Access an identity’s profile Read or write data to and from an identity’s profile. The identity must be verified before it can be accessed. |
|
Include callbacks Use existing callbacks to interact with the authenticating user. |
|
Handle multiple visits to a node Allow the authentication flow to return to the same node if needed. |
|
Create a plugin class The plugin class provides details about your node to AM. |