- Posts: 36
- Thank you received: 1
Ask the community, share ideas, and connect with other LimeSurvey users!
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Please Log in to join the conversation.
Why talk about AzureOAuthSMTP done for email when you need something about login ?
You need gitlab.com/SondagesPro/Authentification/AuthRemoteToken
It's done for “Because of double authentication in 2 and 3, I cannot use the LS remotecontrol API.“
require 'vendor/autoload.php'; define('LS_BASEURL', 'https://test.azurewebsites.net/r6'); define('LS_USER', $tokenKey); define('LS_PASSWORD', $password); $myJSONRPCClient = new \org\jsonrpcphp\JsonRPCClient(LS_BASEURL . '/index.php?r=plugins/unsecure&plugin=AuthRemoteToken'); $sessionKey = $myJSONRPCClient->get_session_key(LS_USER, LS_PASSWORD);
Please Log in to join the conversation.
Please Log in to join the conversation.
/index.php?r=plugins/unsecure&plugin=AuthRemoteToken'
maybe
Why do you encode 1 ?
Else an Incorrect response id: (request id: 1) its' a 500 error, not a user/pass erroir.
If you have an Incorrect response id with the default link : there are other issue.
Can you check PHP log ?
Please Log in to join the conversation.
You read the README ?Do I need to set the AuthRemoteToken tokenKey to Azure authentication(OIDC)?
Or do I need to set the Azure authentication key to LS?
Please Log in to join the conversation.
You read the README ?
gitlab.com/SondagesPro/Authentification/...g-for-remote-control
- If user is allowed to use Access Token key : there is a new menu item in user menu
- User can manage multiple access token
- Token Key and Password are randomly set when create
- Token password is encrypted, the user must keep it himself, there are no way to update it.
- The URL to be used for RemoteControl connection are shown in Token Key manager
- Token Key must be used as username and Token Password as password when using get_session_key
Please Log in to join the conversation.
Please Log in to join the conversation.