ContributionsMost RecentMost LikesSolutionsRe: SSO Modal Login VarunGrazitti Say you manage to build a modal dialog with a form that submits the username/password to your IdP, besides authenticating the usere there, the IdP would still have to return the Lithium SSO token in order to authenticate the user in the community. To do so you could try using the "fallback" SSO feature: upon successful authentication your modal dialog would redirect the user to this fallback URL with the correct SSO token which would authenticate the user in the community. Re: SSO Modal Login Hi VarunGrazitti , In case of SSO, login and registration pages are usually not hosted on Lithium side but live on the identity provider side (the user is redirected to an external site where he logs in). Therefore the out-of-the-box modal dialogs we have for Lithium login/registration are not applicable for SSO. In case of a custom SSO solution, you could build your own login page with a custom component that uses a modal dialog - see here. This would however require your custom component to have the code for user authentication. Hope this helps! Re: how do I retrieve data from our company community TKB and display them within our company website? You might want to add this to your search query so that it returns all message elements as part of the response: &restapi.response_style=view&restapi.format_detail=full_list_element The excerpt you highlighted is something created dynamically by cutting the body of the message in our UI. So in order to create your own excerpt, you could do the same by taking the message <body> content and cut only one part of it at a predefined number of characters. Re: how do I retrieve data from our company community TKB and display them within our company website? Hi nickz, have you considered using REST API? There is an article about how to do federated search here. Re: API to delete a message post TedC I think they refer to message removal (post deletion) and not tag removal. Re: Creating Threads Based off of a Script from an RSS Feed Hi Gursimrat, I think you are looking for /messages/post: http://lithosphere.lithium.com/t5/rest-api/bd-p/developers-rest-api?leaf-id=Board.messages.post#Board.messages.post