IDP Manage Extensibility Node Paige Freeman May 15, 2023 20:21 Updated You can use the Extensibility option on the IDP Dashboard to call custom claims using webhooks. Client applications often have the need to obtain specific information about users upon login. For example: Name & picture -- to personalize the application interface Email -- to send notifications Address -- to ship an order Personify IDP fulfils this need by making a set of user details, or attributes, available to client applications. These are called claims. Administrators must have development knowledge to use this functionality. You can also use the Extensibility option to add custom styles and CSS to your login and registration pages. If you have a requirement that can’t be met using the Design Skin and Styles graphical interface, you can write custom CSS and use the GetCustomStyle function to call the custom CSS when rendering your page. This requires no service deployment, as it is an out-of-process node service that Personify dynamically installs whenever administrators edit this page.