OAuth2 提供了一个给现有的App应用带来新用户的非常好的用户体验,不同App应用间的初始连接需要交换以下几个参数(登录的URL,token令牌,交换,用户id,用户密码,范围)。
LPSNG 需要给每个基站提供App应用连接,所以我们定义了个简化的协议用来建立连接。 使用这个协议,用户只需进入一个URL来建立新的连接:
{
signonUrl: "https://xxxxx/signon",
authUrl: "https:/xxxx/auth",
registerUrl: "https:/xxxxxx/createApplication",
register_client_id: "Register",
register_client_secret: "Register,
registerScope: "Register",
labelScope: "Label",
labelUrl: "https://xxxxxxx/tag/"
}
POST /createApplication
| 名称 | | 值 | | --- | --- | | applicationName| App应用名称 | App应用注册者的名称 | | description | 描述 | App应用的描述 | | redirectUrl | 返回URL | 返回URL(用于单点登录)| | output | 输出 | "json" |
{
client_id: "xxxxxxxxx",
client_secret: "xxxxxxxxxxxx"
}
需要更多信息请联系我们:
Or contact us directly:
RSJ Software GmbH
Holzstrasse 4
82120 Germering
Germany
Phone: +49 89 89 41 42-0
Fax: +49 89 89 41 42-80
E-Mail: info@rsj.de