"

  • \n\ninfo\n\n\n

    The type of info to return. Supported values are\n

    sslPort This will return the SSL host and port of the ODS instance if available.

    regData This will return the registration and authentication configuration, ie. which registration and authentication methods are available and enabled. See below for an example of the returned data.

    qrcode This will return if the QRCode plugin is enabled (loaded) or not.

    \n

    \n
  • \n\n

    A JSON stream containing the requested information.

    \nExample:

    The following result shows that authentication via WebID, OpenID, Facebook, Twitter, and Google are enabled while LinkedIn and Windows Live are disabled. digest refers to authentication or registration via username and password. connect refers to connecting an external account with an ODS account. The three blocks authenticate, register, and connect map to the actions as defined in Authentication Action Types, the labels block simply contains human-readable labels for the services to be used in UI.

    \n {\n   \"openidEnable\":1,\n   \"facebookEnable\":1,\n   \"twitterEnable\":1,\n   \"linkedinEnable\":0,\n   \"googleEnable\":1,\n   \"sslEnable\":1,\n   \"sslAutomaticEnable\":1,\n   \"authenticate\":\n   {\n     \"digest\":1,\n     \"webid\":1,\n     \"openid\":1,\n     \"facebook\":1,\n     \"twitter\":1,\n     \"linkedin\":0,\n     \"google\":1,\n     \"windowslive\":0,\n     [...]\n   },\n   \"register\":\n   {\n     \"digest\":1,\n     \"webid\":1,\n     \"openid\":1,\n     \"facebook\":1,\n     \"twitter\":1,\n     \"linkedin\":0,\n     \"google\":1,\n     \"windowslive\":0,\n     [...]\n   },\n   \"connect\":\n   {\n     \"webid\":1,\n     \"openid\":1,\n     \"facebook\":1,\n     \"twitter\":1,\n     \"linkedin\":0,\n     \"google\":1,\n     \"windowslive\":0,\n     [...]\n   },\n   \"labels\":\n   {\n     \"webid\":\"WebID\",\n     \"openid\":\"OpenID\",\n     \"facebook\":\"Facebook\",\n     \"twitter\":\"Twitter\",\n     \"linkedin\":\"LinkedIn\",\n     \"google\":\"Google+\",\n     \"windowslive\":\"Windows Live\",\n     [...]\n   }\n }\n 

    Authentication

    This function does not require any authentication.

    \n

    " . . . . "EntryPoint - server_getInfo" . "GET" . "text/xml" . . . "

    Get information about the ODS instance's configuration.

    " . .