Search Results for

    Show / Hide Table of Contents

    Method GetAdvancedSecurityStore

    GetAdvancedSecurityStore(String)

    Get advanced security settings

    Declaration
    AdvancedSecurityStoreContract GetAdvancedSecurityStore(string connectionId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    Returns
    Type Description
    AdvancedSecurityStoreContract

    Advanced Security settings

    Examples

    POST http://YourServerName/InfoShare/Json/Common/GetAdvancedSecurityStore

    Example for get advanced security settings.

    {
       "connectionId": "ea19eaca-e97c-4329-a8a6-2db790a52c1f"
    }

    Response:

    {
       "GetAdvancedSecurityStoreResult": {
        "SessionCount": 1,
        "TokenProfiles": [{
          "AllowedIssuer": "https:\/\/sts.windows.net\/17e0252a-c946-49c3-b18b-4609f1e4140d\/",
          "Audience": "",
          "ClientSecret": "",
          "Description": {
            "Values": [{
              "Culture": "en-US",
              "Text": "" }, {
              "Culture": "en",
              "Text": "" }] },
          "Enabled": true,
          "Id": "60413256-d5fb-4597-b27e-9885253a5f1d",
          "LoginRedirectUrl": "",
          "Name": {
            "Values": [{
              "Culture": "en-US",
              "Text": "" }, {
              "Culture": "en",
              "Text": "" }] },
          "TokenTypeEnum": "0" } ] }
    }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox