Hi, I know UNA has OAuth2 Server 14.0.0 by UNA INC but it only for UNA to UNA? can we use this as OAuth2 client for my external software?, I want my users to use UNA to log to my non UNA system. Is it possible?
@LeonidS stumbled across this .... It says This module can be used to login to this site using another UNA site (master site) credentials. So, if you are integrating your own software how does that work. For example, we set up a robust Jitsi meet solution on another server. We have integrated it using Messenger and Jot server with the tremendous help of Alexey. My team wrote some code to add a feature to the Messenger chat box. All we need is the API client ID and client secret to enable the messenger/send_message API. It seems it ties to OAuth2 Server but we dont see how it ties to UNA Connect. Do we just use the client key for client id and the client secret found under Keys from the OAuth2 Server module? Or do we create a new client for the URL of the jitsi server and use the credentials created for the jitsi server keeping in mind that the "UNA Connect" module is not installed on the Jitsi server.
Hello @Sam !
Sure you can. We have the modules/base/conect base app to use for such purposes. So you may create your own module as the child of those classes.
do you have example/guide for that might ever asked here? Connect to Una module need to be installed?
@LeonidS stumbled across this .... It says This module can be used to login to this site using another UNA site (master site) credentials. So, if you are integrating your own software how does that work. For example, we set up a robust Jitsi meet solution on another server. We have integrated it using Messenger and Jot server with the tremendous help of Alexey. My team wrote some code to add a feature to the Messenger chat box. All we need is the API client ID and client secret to enable the messenger/send_message API. It seems it ties to OAuth2 Server but we dont see how it ties to UNA Connect. Do we just use the client key for client id and the client secret found under Keys from the OAuth2 Server module? Or do we create a new client for the URL of the jitsi server and use the credentials created for the jitsi server keeping in mind that the "UNA Connect" module is not installed on the Jitsi server.