Issue with Verification URL in ZAP Authenticator Tester for OAuth2.0 Implicit Grant Type - "Failed to Parse JSON"

14 views
Skip to first unread message

Sakhare Vinayak

unread,
Nov 5, 2024, 2:52:15 AMNov 5
to ZAP User Group

I am using the Authenticator Tester on a target application that utilizes the implicit grant type of OAuth 2.0 for authentication to test how ZAP handles sessions automatically. The results are as follows:

  • Username Field: Identified (green dot)
  • Password Field: Identified (green dot)
  • Session Handling: Identified (green dot)
  • Verification URL: No result (grey dot)

I have attached a summary of the requests and responses made (with sensitive information replaced by "XXXXXXXXXXX"). In the logs, I see the message “<<Failed to parse JSON>>.”

I am stuck at the Verification URL, which is showing as blank (grey dot), causing the overall status to be marked as Failed. Could you please help me resolve the "Failed to parse JSON" error? Alternatively, is there another method to successfully pass the Verification URL check?


Diagnostics Results:

>>>>> 

GET https://example0/

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/Roboto-Regular.e8d4a339f6a3241f.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/octet-stream

>>>>> 

POST https://example1/ListAccounts

content-type: application/x-www-form-urlencoded

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

["token0",[]]

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

authorization: Bearer token3

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/openid-configuration

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/authorize

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/Login

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: text/html; charset=utf-8

set-cookie: Identity.External=

set-cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw=CfDJ8PmkDyrVQw9CsZ9VvxuGw9j1-XXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

set-cookie: .AspNeExampleore.Mvc.CookieTempDataProvider=

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/Roboto-Medium.ttf

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/fontawesome-webfont.woff2

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: font/woff2

>>>>> 

GET https://example0/imed-font.ttf

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Bold.ttf

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Regular.ttf

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/jquery.validate.min.js

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/fontawesome-webfont.woff2

<<< 

HTTP/1.1 200 OK

content-type: font/woff2

>>>>> 

GET https://example0/fontawesome-webfont.woff2

<<< 

HTTP/1.1 200 OK

content-type: font/woff2

>>>>> 

GET https://example0/Roboto-Medium.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Medium.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Medium.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Medium.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/fontawesome-webfont.woff2

<<< 

HTTP/1.1 200 OK

content-type: font/woff2

>>>>> 

GET https://example0/fontawesome-webfont.woff2

<<< 

HTTP/1.1 200 OK

content-type: font/woff2

>>>>> 

GET https://example0/imed-font.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/imed-font.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/imed-font.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/imed-font.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Bold.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Bold.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Bold.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Bold.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/Roboto-Regular.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Regular.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Regular.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/Roboto-Regular.ttf

<<< 

HTTP/1.1 200 OK

content-type: application/x-font-ttf

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

GET https://example0/jquery.validate.unobtrusive.min.js

<<< 

HTTP/1.1 404 Not Found

content-type: text/html

>>>>> 

POST https://example0/Login

content-type: application/x-www-form-urlencoded

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 302 Found

set-cookie: .AspNeExampleore.Identity.Application=CfDJ8PmkDyrVQw9CsZ9VvxuGw9ig-XXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

set-cookie: .AspNeExampleore.Mvc.CookieTempDataProvider=

>>>>> 

GET https://example0/authorize

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: .AspNeExampleore.Identity.Application="token14"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/sign-in.html

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/authorize

<<< 

HTTP/1.1 302 Found

>>>>> 

POST https://example0/Login

content-type: application/x-www-form-urlencoded

<<< 

HTTP/1.1 302 Found

>>>>> 

POST https://example0/Login

content-type: application/x-www-form-urlencoded

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

POST https://example0/Login

content-type: application/x-www-form-urlencoded

<<< 

HTTP/1.1 302 Found

>>>>> 

POST https://example0/Login

content-type: application/x-www-form-urlencoded

<<< 

HTTP/1.1 302 Found

>>>>> 

GET https://example0/sign-in.html

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/sign-in.html

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/sign-in.html

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/sign-in.html

<<< 

HTTP/1.1 200 OK

content-type: text/html

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

authorization: Bearer token3

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.Localization.CultureName="token4"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/openid-configuration

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: .AspNeExampleore.Identity.Application="token14"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example2/ChRDaHJvbWUvMTMwLjAuNjcyMy45MhIgCdZBxTHS1_HaEgUNorQxZRIFDWHWYRUhiXMb3NV7IiISPAmNBWbB00F5IRIFDTWV2HkSBQ245ytdEgUNo0xZOxIFDXNTPLsSBQ269eGaEgUNP9nnlyEJfSfFPpMXMw==

<<< 

HTTP/1.1 200 OK

content-type: text/plain

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/openid-configuration

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"issuer":"token5","authorization_endpoint":"token6","token_endpoint":"token7","introspection_endpoint":"token8","end_session_endpoint":"token9","userinfo_endpoint":"token10","jwks_uri":"token11","grant_types_supported":["authorization_code","implicit","client_credentials","refresh_token","password"],"response_types_supported":["code","code id_token","code id_token token","code token"],"response_modes_supported":["form_post","fragment","query"],"scopes_supported":["openid","offline_access","email","profile","EXAMPLEApis","ExampleSuperApis","ExampleReportingApis","ExampleSystemApis","ExampleSubjectApis","ExampleDesignApis","ExampleRunnerApis","ExampleLabApis","ExampleNotificationApis","ExampleJobApis","ExampleReviewApis","ExampleMigrateApis"],"claims_supported":["aud","exp","iat","iss","sub"],"id_token_signing_alg_values_supported":["RS256"],"code_challenge_methods_supported":["plain","S256"],"subject_types_supported":["public"],"token_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"introspection_endpoint_auth_methods_supported":["client_secret_basic","client_secret_post"],"claims_parameter_supported":false,"request_parameter_supported":false,"request_uri_parameter_supported":false,"authorization_response_iss_parameter_supported":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

POST https://example0/token

content-type: application/x-www-form-urlencoded

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: .AspNeExampleore.Identity.Application="token14"

cookie: Abp.Localization.CultureName="token4"

<<< 

HTTP/1.1 200 OK

content-type: application/json;charset=UTF-8

 

{"access_token":"token15","token_type":"token16","expires_in":86399,"scope":"token17","id_token":"token18","refresh_token":"token19"}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

POST https://example0/OnAuthenticated

content-type: application/json-paExampleh+json

authorization: Bearer token15

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: BrowserId="token20"

cookie: TokenHint="token18"

 

{"siteChange":false}

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"encryptedToken":"NZWPFX7az3AbsG/RyTIZEDSWcgJPJVMCHyaHzUY6dZe+4Fu7d0soqm9gCgMzbjPQ4BC8dlDR2O3b6Ja5ax+n9ihsxOmIUBbaXiAS76t/ZNuiDr+5tZk9u7m6C2R77cFfppOgwulDC8C3Sf3rqcpQmMOSY67dGQhR7OTLZN3jY+O/XxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxZVLFcjqJCo6ke+tzNPkaBo1DTOhWHHn6SOFExamplePuDOGQlObOGUvpv7eUiBINC66/NSB63f1tW3rHe8c/cyvJv/oPAD7Ow2iP9iSXVuLyPjIUhOtp7dTyW5f2pNo3bnMNExamplehWjeHXhTtmzqxE6Obd4nOwj/InwINdyL/ZaQy8Yf4pJ7km+k+At+FNApVDXucmv4ZZfRLm5mUdKJ124LhkGd+QC2MCywKYL+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/7VBuYY3glwMxdDkJ72+En8nl/IF/QOTO/sbXsk6hoTATk6kdJLX6MLMR3f6qt2yYvmvADaf/DzRwZznCfHb//xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/QQf53UyX+iuOiien43z5qDIAowNbIwlX0PRRpvhouMSe52OoI/3Q9Gb3RY60ieGdt00XBt2vwonn/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxJqGx/x==","userId":2,"siteId":"1"},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":null,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/appconfig.json

content-type: application/json

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: Abp.User.Site="token21"

cookie: BrowserId="token20"

cookie: ISL="token22"

cookie: TokenHint="token18"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json

 

{"appBaseUrl":"token1","apiUrl":"token2"}

>>>>> 

GET https://example0/GetNavigations

content-type: application/json

authorization: Bearer token15

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: Abp.User.Site="token21"

cookie: BrowserId="token20"

cookie: ISL="token22"

cookie: TokenHint="token18"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"menus":{"MainMenu":{"name":"MainMenu","displayName":"Main menu","customData":null,"items":[]}}},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetInitial

content-type: application/json

authorization: Bearer token15

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: Abp.User.Site="token21"

cookie: BrowserId="token20"

cookie: ISL="token22"

cookie: TokenHint="token18"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"multiTenancy":{"isEnabled":false,"sides":{"host":2,"tenant":1}},"session":{"userId":2,"tenantId":1,"impersonatorUserId":null,"impersonatorTenantId":1,"multiTenancySide":1},"features":{"allFeatures":{"App.MaxUserCount":{"value":"0"}}},"clock":{"provider":"uExampleClockProvider"},"security":{"antiForgery":{"tokenCookieName":"XSRF-TOKEN","tokenHeaderName":"X-XSRF-TOKEN"}},"timing":{"timeZoneInfo":{"windows":{"timeZoneId":"UEXAMPLE","baseUExampleOffsetInMilliseconds":0,"currentUExampleOffsetInMilliseconds":0,"isDaylightSavingTimeNow":false},"iana":{"timeZoneId":"EExample/UEXAMPLE"}}},"environmentNameSetting":[{"settingValue":{"data":{"EnvironmentName":"exampledev"},"metadata":{},"entityMetadata":{"Version":0,"Timezone":"EExample/UEXAMPLE","EntityCode":"ExampleSuper.Configuration.EnvironmentName","ZoneAbbrev":"UEXAMPLE","LanguageCode":"en","DayLightZoneAbbrev":"UEXAMPLE"}},"appSettingId":65,"useContextId":0,"settingLabel":"ExampleSuper.Configuration.EnvironmentName","applicableToSite":"","applicableToSponsor":"","applicableToStudy":"","useContext":{"isGlobal":true,"siteAssigned":[],"studyAssigned":[],"sponsorAssigned":[]},"applicableUseContext":4,"id":61}]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetIdentifiers

content-type: application/json

authorization: Bearer token15

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: Abp.User.Site="token21"

cookie: BrowserId="token20"

cookie: ISL="token22"

cookie: TokenHint="token18"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"identifiers":[{"identifierId":13,"identifierType":17,"startvalue":1,"prefix":"AE","suffix":null,"maxValue":99999999,"profileIdentifier":null,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":13},{"identifierId":9,"identifierType":3,"startvalue":100000,"prefix":"000","suffix":null,"maxValue":999999,"profileIdentifier":0,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":3,"identifierHistoryId":9},{"identifierId":5,"identifierType":14,"startvalue":1,"prefix":"FC","suffix":null,"maxValue":99999,"profileIdentifier":null,"numericLength":5,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":5},{"identifierId":14,"identifierType":18,"startvalue":1,"prefix":"CM","suffix":null,"maxValue":99999999,"profileIdentifier":null,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":14},{"identifierId":8,"identifierType":12,"startvalue":1,"prefix":"U","suffix":null,"maxValue":999999,"profileIdentifier":null,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":8},{"identifierId":4,"identifierType":13,"startvalue":1,"prefix":"F","suffix":null,"maxValue":9999,"profileIdentifier":null,"numericLength":3,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":4},{"identifierId":3,"identifierType":9,"startvalue":1,"prefix":"I","suffix":null,"maxValue":999999999,"profileIdentifier":null,"numericLength":9,"isManualEntryAllowed":true,"isManualEntryComment":true,"isManualEntryHidden":false,"isLoggingEnabled":true,"inputType":1,"inputTypeCode":2,"identifierHistoryId":3},{"identifierId":12,"identifierType":4,"startvalue":1,"prefix":"000","suffix":null,"maxValue":99999999,"profileIdentifier":null,"numericLength":8,"isManualEntryAllowed":true,"isManualEntryComment":true,"isManualEntryHidden":false,"isLoggingEnabled":true,"inputType":1,"inputTypeCode":2,"identifierHistoryId":12},{"identifierId":7,"identifierType":16,"startvalue":1,"prefix":"P","suffix":null,"maxValue":999999999,"profileIdentifier":null,"numericLength":9,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":7},{"identifierId":11,"identifierType":10,"startvalue":100000,"prefix":"000","suffix":null,"maxValue":999999,"profileIdentifier":5,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":3,"identifierHistoryId":11},{"identifierId":11,"identifierType":10,"startvalue":100000,"prefix":"000","suffix":null,"maxValue":999999,"profileIdentifier":5,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":3,"identifierHistoryId":16},{"identifierId":10,"identifierType":11,"startvalue":100000,"prefix":"000","suffix":null,"maxValue":999999,"profileIdentifier":4,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":3,"identifierHistoryId":10},{"identifierId":10,"identifierType":11,"startvalue":100000,"prefix":"000","suffix":null,"maxValue":999999,"profileIdentifier":4,"numericLength":6,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":3,"identifierHistoryId":17},{"identifierId":15,"identifierType":19,"startvalue":1,"prefix":"Q","suffix":null,"maxValue":9999,"profileIdentifier":null,"numericLength":5,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":15},{"identifierId":6,"identifierType":15,"startvalue":1,"prefix":"R","suffix":null,"maxValue":999999999,"profileIdentifier":null,"numericLength":9,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":6},{"identifierId":1,"identifierType":2,"startvalue":1,"prefix":null,"suffix":null,"maxValue":99999999,"profileIdentifier":null,"numericLength":0,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":false,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":1},{"identifierId":2,"identifierType":1,"startvalue":1,"prefix":"S","suffix":null,"maxValue":99999999,"profileIdentifier":null,"numericLength":8,"isManualEntryAllowed":true,"isManualEntryComment":false,"isManualEntryHidden":true,"isLoggingEnabled":false,"inputType":1,"inputTypeCode":2,"identifierHistoryId":2}],"activeIdentifierIds":[13,9,5,14,8,4,3,12,7,16,17,15,6,1,2]},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 

GET https://example0/GetPermissions

content-type: application/json

authorization: Bearer token15

cookie: .AspNeExampleore.Antiforgery.FhXAuNMsaUw="token13"

cookie: Abp.AuthToken="token15"

cookie: Abp.Localization.CultureName="token4"

cookie: Abp.User.Site="token21"

cookie: BrowserId="token20"

cookie: ISL="token22"

cookie: TokenHint="token18"

 

<<Failed to parse JSON>>

<<< 

HTTP/1.1 200 OK

content-type: application/json; charset=utf-8

 

{"result":{"allPermissions":{"EXAMPLE":"true","EXAMPLE.Service":"true","EXAMPLE.Service.Job":"true","EXAMPLE.Service.Job.Execute":"true","EXAMPLE.Super":"true","EXAMPLE.Super.Configuration.HubManager":"true","EXAMPLE.Super.Configuration.HubManager.Create":"true","EXAMPLE.Super.Configuration.HubManager.Edit":"true","EXAMPLE.Super.Configuration.HubManager.Delete":"true","EXAMPLE.Super.Configuration.HubManager.View":"true","EXAMPLE.Super.Configuration.ProcedureTracker":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Create":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Edit":"true","EXAMPLE.Super.Configuration.ProcedureTracker.View":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Delete":"true","EXAMPLE.Super.Configuration.TrackerViewSettings":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Create":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Edit":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.View":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Delete":"true","EXAMPLE.Extract":"true","EXAMPLE.Extract.eSource":"true","EXAMPLE.Extract.eSource.ReporExampleollection":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Create":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Delete":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Edit":"true","EXAMPLE.Extract.eSource.ReporExampleollection.View":"true","EXAMPLE.Extract.eSource.ReporExampleollection.ActivateDeactivate":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Add":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Delete":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Edit":"true","EXAMPLE.Extract.MDRDataExport":"true","EXAMPLE.Extract.MDRDataExport.Properties":"true","EXAMPLE.Extract.MDRDataExport.Properties.View":"true","EXAMPLE.Extract.MDRDataExport.Properties.Edit":"true","EXAMPLE.Extract.MDRDataExport.Configurations":"true","EXAMPLE.Extract.MDRDataExport.Configurations.View":"true","EXAMPLE.Extract.MDRDataExport.Configurations.Edit":"true","EXAMPLE.Extract.PGxDBExport":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.View":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.Edit":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.Create":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration.View":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration.Edit":"true","EXAMPLE.Lab":"true","EXAMPLE.Lab.Libraries":"true","EXAMPLE.Lab.Libraries.Laboratories":"true","EXAMPLE.Lab.Libraries.Laboratories.Create":"true","EXAMPLE.Lab.Libraries.Laboratories.Edit":"true","EXAMPLE.Lab.Libraries.Laboratories.View":"true","EXAMPLE.Lab.Libraries.Laboratories.Delete":"true","EXAMPLE.Lab.Libraries.Laboratories.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.Laboratories.Note":"true","EXAMPLE.Libraries.Laboratories.Note.Add":"true","EXAMPLE.Libraries.Laboratories.Note.Delete":"true","EXAMPLE.Libraries.Laboratories.Note.Edit":"true","EXAMPLE.Lab.Libraries.Containers":"true","EXAMPLE.Lab.Libraries.Containers.Create":"true","EXAMPLE.Lab.Libraries.Containers.Edit":"true","EXAMPLE.Lab.Libraries.Containers.View":"true","EXAMPLE.Lab.Libraries.Containers.Delete":"true","EXAMPLE.Lab.Libraries.Containers.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.Containers.Note":"true","EXAMPLE.Lab.Libraries.Containers.Note.Add":"true","EXAMPLE.Lab.Libraries.Containers.Note.Delete":"true","EXAMPLE.Lab.Libraries.Containers.Note.Edit":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Create":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Edit":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.View":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Delete":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Add":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Delete":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Edit":"true","EXAMPLE.Lab.Libraries.WorkflowActions":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Create":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Edit":"true","EXAMPLE.Lab.Libraries.WorkflowActions.View":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Delete":"true","EXAMPLE.Lab.Libraries.WorkflowActions.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Add":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Delete":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Edit":"true","EXAMPLE.Lab.Libraries.RacksAndPackages":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Create":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Edit":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.View":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips":"true","EXAMPLE.Lab.Libraries.GenesChips.Create":"true","EXAMPLE.Lab.Libraries.GenesChips.Edit":"true","EXAMPLE.Lab.Libraries.GenesChips.View":"true","EXAMPLE.Lab.Libraries.GenesChips.ImportWorkflow":"true","EXAMPLE.Lab.Libraries.GenesChips.ExportWorkflow":"true","EXAMPLE.Lab.Libraries.GenesChips.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.GenesChips.Note":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Add":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Edit":"true","EXAMPLE.Lab.LabComs":"true","EXAMPLE.Lab.LabComs.LabManifest":"true","EXAMPLE.Lab.LabComs.LabManifest.Create":"true","EXAMPLE.Lab.LabComs.LabManifest.Edit":"true","EXAMPLE.Lab.LabComs.LabManifest.View":"true","EXAMPLE.Lab.LabComs.LabManifest.Delete":"true","EXAMPLE.Lab.Equipments":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Create":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Edit":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.View":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Delete":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.ActivateDeactivate":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Add":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Delete":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Edit":"true","EXAMPLE.Lab.Devices":"true","EXAMPLE.Lab.Devices.DeviceSettings":"true","EXAMPLE.Lab.Devices.DeviceSettings.Create":"true","EXAMPLE.Lab.Devices.DeviceSettings.Edit":"true","EXAMPLE.Lab.Devices.DeviceSettings.View":"true","EXAMPLE.Lab.Devices.DeviceSettings.Delete":"true","EXAMPLE.Designer":"true","EXAMPLE.Designer.StudyManagement":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Create":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Edit":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.View":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Add":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Delete":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Edit":"true","EXAMPLE.Designer.Profile":"true","EXAMPLE.Designer.Profile.InformedConsent":"true","EXAMPLE.Designer.Profile.InformedConsent.Create":"true","EXAMPLE.Designer.Profile.InformedConsent.Edit":"true","EXAMPLE.Designer.Profile.InformedConsent.View":"true","EXAMPLE.Designer.Profile.InformedConsent.Delete":"true","EXAMPLE.Designer.Profile.InformedConsent.Unlock":"true","EXAMPLE.Designer.Profile.InformedConsent.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.InformedConsent.Note":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Add":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Delete":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Edit":"true","EXAMPLE.Designer.Profile.InclusionExclusion":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Create":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Edit":"true","EXAMPLE.Designer.Profile.InclusionExclusion.View":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Delete":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Unlock":"true","EXAMPLE.Designer.Profile.InclusionExclusion.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Add":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Delete":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Edit":"true","EXAMPLE.Designer.Profile.Sampling":"true","EXAMPLE.Designer.Profile.Sampling.Create":"true","EXAMPLE.Designer.Profile.Sampling.Edit":"true","EXAMPLE.Designer.Profile.Sampling.View":"true","EXAMPLE.Designer.Profile.Sampling.Delete":"true","EXAMPLE.Designer.Profile.Sampling.Unlock":"true","EXAMPLE.Designer.Profile.Sampling.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Sampling.ImportWorkflow":"true","EXAMPLE.Designer.Profile.Sampling.ExportWorkflow":"true","EXAMPLE.Designer.Profile.Sampling.Note":"true","EXAMPLE.Designer.Profile.Sampling.Note.Add":"true","EXAMPLE.Designer.Profile.Sampling.Note.Delete":"true","EXAMPLE.Designer.Profile.Sampling.Note.Edit":"true","EXAMPLE.Designer.Profile.Medication":"true","EXAMPLE.Designer.Profile.Medication.Create":"true","EXAMPLE.Designer.Profile.Medication.Edit":"true","EXAMPLE.Designer.Profile.Medication.View":"true","EXAMPLE.Designer.Profile.Medication.Delete":"true","EXAMPLE.Designer.Profile.Medication.Unlock":"true","EXAMPLE.Designer.Profile.Medication.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Medication.Note":"true","EXAMPLE.Designer.Profile.Medication.Note.Add":"true","EXAMPLE.Designer.Profile.Medication.Note.Delete":"true","EXAMPLE.Designer.Profile.Medication.Note.Edit":"true","EXAMPLE.Designer.Profile.Eligibility":"true","EXAMPLE.Designer.Profile.Eligibility.Create":"true","EXAMPLE.Designer.Profile.Eligibility.Edit":"true","EXAMPLE.Designer.Profile.Eligibility.View":"true","EXAMPLE.Designer.Profile.Eligibility.Delete":"true","EXAMPLE.Designer.Profile.Eligibility.Unlock":"true","EXAMPLE.Designer.Profile.Eligibility.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Eligibility.Note":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Add":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Delete":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Edit":"true","EXAMPLE.Designer.Profile.Restriction":"true","EXAMPLE.Designer.Profile.Restriction.Create":"true","EXAMPLE.Designer.Profile.Restriction.Edit":"true","EXAMPLE.Designer.Profile.Restriction.View":"true","EXAMPLE.Designer.Profile.Restriction.Delete":"true","EXAMPLE.Designer.Profile.Restriction.Unlock":"true","EXAMPLE.Designer.Profile.Restriction.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Restriction.Note":"true","EXAMPLE.Designer.Profile.Restriction.Note.Add":"true","EXAMPLE.Designer.Profile.Restriction.Note.Delete":"true","EXAMPLE.Designer.Profile.Restriction.Note.Edit":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest.Edit":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest.View":"true","EXAMPLE.Designer.StudyFlow":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Create":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Edit":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.View":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Delete":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Unlock":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.ActivateDeactivate":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Add":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Delete":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Edit":"true","EXAMPLE.Designer.StudyFlow.Experimental":"true","EXAMPLE.Designer.StudyFlow.Experimental.Create":"true","EXAMPLE.Designer.StudyFlow.Experimental.Edit":"true","EXAMPLE.Designer.StudyFlow.Experimental.View":"true","EXAMPLE.Designer.StudyFlow.Experimental.Delete":"true","EXAMPLE.Designer.StudyFlow.Experimental.Unlock":"true","EXAMPLE.Designer.StudyFlow.Experimental.ActivateDeactivate":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Add":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Delete":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Edit":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingDetails":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingWorkflow":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingConfiguration":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingDataPoints":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingConstants":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingTolerances":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingTasks":"true","EXAMPLE.Extract.eSource.BookletGenerator":"true","EXAMPLE.Extract.eSource.BookletGenerator.View":"true","EXAMPLE.Extract.eSource.BookletGenerator.Generate":"true","EXAMPLE.Extract.ReportManager":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.View":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.Edit":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.Create":"true","EXAMPLE.Super.Libraries":"true","EXAMPLE.Super.Libraries.ReportSetting":"true","EXAMPLE.Super.Libraries.ReportSetting.Create":"true","EXAMPLE.Super.Libraries.ReportSetting.Edit":"true","EXAMPLE.Super.Libraries.ReportSetting.View":"true","EXAMPLE.Super.Libraries.ReportSetting.Delete":"true","EXAMPLE.Super.SecurityManagement":"true","EXAMPLE.Super.SecurityManagement.AuditTrail":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewAuditTrail":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewRetireAuditTrail":"true","EXAMPLE.ExampleReview":"true","EXAMPLE.ExampleReview.Assessment":"true","EXAMPLE.ExampleReporting.StudyDataExplorer":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.View":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.ViewSubjectIds":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.Download":"true","EXAMPLE.Subject":"true","EXAMPLE.Subject.SubjectIdentity":"true","EXAMPLE.Subject.SubjectIdentity.Create":"true","EXAMPLE.Subject.SubjectIdentity.Edit":"true","EXAMPLE.Subject.SubjectIdentity.View":"true","EXAMPLE.Subject.SubjectIdentity.Retire":"true","EXAMPLE.Subject.SubjectIdentity.Tag":"true","EXAMPLE.Subject.SubjectIdentity.Tag.Edit":"true","EXAMPLE.Subject.SubjectIdentity.Suspension.Edit":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog.View":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog.Edit":"true","EXAMPLE.Subject.SubjectIdentity.Note":"true","EXAMPLE.Subject.SubjectIdentity.Note.Add":"true","EXAMPLE.Subject.SubjectIdentity.Note.Delete":"true","EXAMPLE.Subject.SubjectIdentity.Note.Edit":"true","EXAMPLE.Subject.SubjectMedical":"true","EXAMPLE.Subject.SubjectMedical.SubjectMedical.View":"true","EXAMPLE.Subject.SubjectMedical.SubjectMedical.Edit":"true","EXAMPLE.Subject.SubjectProcess":"true","EXAMPLE.Subject.SubjectProcess.SubjectSearch":"true","EXAMPLE.Subject.SubjectProcess.SubjectSearch.ManagingSharedQueries":"true","EXAMPLE.Subject.SubjectRemuneration":"true","EXAMPLE.Subject.SubjectRemunerationt.CreatingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.EditingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.CancellingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.ViewingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.RequestingApproval":"true","EXAMPLE.Subject.SubjectRemunerationt.ApprovingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.RejectingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.PrintingPaymentForm":"true","EXAMPLE.Subject.SubjectRemunerationt.RecordingPayment":"true","EXAMPLE.Subject.ContactManagement":"true","EXAMPLE.Subject.ContactManagement.ToDoList":"true","EXAMPLE.Subject.ContactManagement.ToDoList.Create":"true","EXAMPLE.Subject.ContactManagement.ToDoList.Edit":"true","EXAMPLE.Subject.ContactManagement.ToDoList.View":"true","EXAMPLE.Subject.ContactManagement.Survey":"true","EXAMPLE.Subject.ContactManagement.Survey.Create":"true","EXAMPLE.Subject.ContactManagement.Survey.Edit":"true","EXAMPLE.Subject.ContactManagement.Survey.View":"true","EXAMPLE.Subject.ContactManagement.Survey.Execute":"true","EXAMPLE.Subject.ContactManagement.ActivityLog":"true","EXAMPLE.Subject.ContactManagement.ActivityLog.View":"true","EXAMPLE.Subject.ContactManagement.ActivityLog.Edit":"true","EXAMPLE.Subject.ContactManagement.ContactOrConfirmSubjectsWithLimitingFactors":"true","EXAMPLE.Subject.CohortManagement":"true","EXAMPLE.Subject.CohortManagement.Cohort":"true","EXAMPLE.Subject.CohortManagement.Cohort.Create":"true","EXAMPLE.Subject.CohortManagement.Cohort.Edit":"true","EXAMPLE.Subject.CohortManagement.Cohort.View":"true","EXAMPLE.Subject.CohortManagement.Cohort.Delete":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Add":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Delete":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Edit":"true","EXAMPLE.Subject.CohortManagement.CohortManager":"true","EXAMPLE.Subject.CohortManagement.CohortManager.View":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Edit":"true","EXAMPLE.Subject.CohortManagement.CohortManager.SuspensionOverrule":"true","EXAMPLE.Subject.CohortManagement.CohortManager.ContactOrConfirmSubjectsWithLimitingFactors":"true","EXAMPLE.Subject.CohortManagement.CohortManager.ReEnrollmentWithConfirmation":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Add":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Delete":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Edit":"true","EXAMPLE.Subject.CohortManagement.Scheduling":"true","EXAMPLE.Subject.CohortManagement.Scheduling.View":"true","EXAMPLE.Subject.CohortManagement.Scheduling.Edit":"true","EXAMPLE.Subject.RecruitmentMonitor":"true","EXAMPLE.Subject.RecruitmentMonitor.View":"true","EXAMPLE.Subject.RecruitmentMonitor.Edit":"true","EXAMPLE.Lab.ResultReview":"true","EXAMPLE.Lab.ResultReview.Create":"true","EXAMPLE.Lab.ResultReview.Edit":"true","EXAMPLE.Lab.ResultReview.Delete":"true","EXAMPLE.Lab.ResultReview.View":"true","EXAMPLE.Lab.SampleProcessor":"true","EXAMPLE.Lab.UrineContainerLabel":"true","EXAMPLE.Lab.UrineContainerLabel.View":"true","EXAMPLE.Lab.UrineContainerLabel.GenerateAndPrint":"true","EXAMPLE.Lab.UrineContainerWeighing":"true","EXAMPLE.Lab.UrineContainerWeighing.Sign":"true","EXAMPLE.Lab.UrineContainerWeighing.View":"true","EXAMPLE.Lab.SampleProcessor.Dashboard":"true","EXAMPLE.Lab.SampleProcessor.Dashboard.Edit":"true","EXAMPLE.Lab.SampleProcessor.Dashboard.View":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview.Edit":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview.View":"true","EXAMPLE.Lab.SampleProcessor.Centrifugation":"true","EXAMPLE.Lab.SampleProcessor.Centrifugation.Perform":"true","EXAMPLE.Lab.SampleProcessor.Pipetting":"true","EXAMPLE.Lab.SampleProcessor.Pipetting.Perform":"true","EXAMPLE.Lab.SampleProcessor.Freezing":"true","EXAMPLE.Lab.SampleProcessor.Freezing.Perform":"true","EXAMPLE.Lab.SampleProcessor.Shipping":"true","EXAMPLE.Lab.SampleProcessor.Shipping.Perform":"true","EXAMPLE.Lab.SampleProcessor.Shipping.SelectingSampleContainersManually":"true","EXAMPLE.Lab.SampleProcessor.Discard":"true","EXAMPLE.Lab.SampleProcessor.Discard.Perform":"true","EXAMPLE.Lab.SampleProcessor.Custom":"true","EXAMPLE.Lab.SampleProcessor.Custom.Perform":"true","EXAMPLE.Lab.SampleProcessor.Weighing":"true","EXAMPLE.Lab.SampleProcessor.Weighing.Perform":"true","EXAMPLE.Designer.Printing":"true","EXAMPLE.Designer.Printing.LabContainerLabels":"true","EXAMPLE.Designer.Printing.LabContainerLabels.MarkToUpgradeLabel":"true","EXAMPLE.Designer.Printing.LabContainerLabels.VerifyLabel":"true","EXAMPLE.Super.SecurityManagement.ProtectedHealthInformation":"true","EXAMPLE.Super.SecurityManagement.ProtectedHealthInformation.ViewProtectedHealthInformation":"true","EXAMPLE.UserNotification":"true","EXAMPLE.UserNotification.ViewUserDashboard":"true","EXAMPLE.UserNotification.MarkAsDone":"true","EXAMPLE.UserNotification.ModifySetting":"true","EXAMPLE.ExampleReview.AdverseEvent":"true","EXAMPLE.ExampleReview.AdverseEvent.Create":"true","EXAMPLE.ExampleReview.AdverseEvent.Edit":"true","EXAMPLE.ExampleReview.AdverseEvent.View":"true","EXAMPLE.ExampleReview.AdverseEvent.CLOSE":"true","EXAMPLE.ExampleReview.AdverseEvent.APPR":"true","EXAMPLE.ExampleReview.ConcomitantMedication":"true","EXAMPLE.ExampleReview.ConcomitantMedication.Create":"true","EXAMPLE.ExampleReview.ConcomitantMedication.Edit":"true","EXAMPLE.ExampleReview.ConcomitantMedication.View":"true","EXAMPLE.ExampleReview.ConcomitantMedication.CLOSE":"true","EXAMPLE.ExampleReview.ConcomitantMedication.APPR":"true","EXAMPLE.ExampleReview.QueryManager":"true","EXAMPLE.ExampleReview.QueryManager.CreatingQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingingQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingDCRQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingAcceptDCRQuery":"true","EXAMPLE.ExampleReview.QueryManager.ClosingQuery":"true","EXAMPLE.ExampleReview.QueryManager.ApprovingQuery":"true","EXAMPLE.ExampleReview.QueryManager.CancellingQuery":"true","EXAMPLE.ExampleReview.QueryManager.ViewingQuery":"true","EXAMPLE.Designer.Printing.MedicationLabels":"true","EXAMPLE.Designer.Printing.MedicationLabels.MarkToUpgradeLabel":"true","EXAMPLE.Designer.Printing.MedicationLabels.VerifyLabel":"true","EXAMPLE.Designer.MedicationBarcodes":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment.AssignBarcode":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment.RemoveAssignment":"true","EXAMPLE.Runner":"true","EXAMPLE.Runner.ParticipationMonitor":"true","EXAMPLE.Runner.ParticipationMonitor.View":"true","EXAMPLE.Runner.ParticipationMonitor.Edit":"true","EXAMPLE.Runner.UrineContainerDistribution":"true","EXAMPLE.Runner.UrineContainerDistribution.ExecuteExchangeContainer":"true","EXAMPLE.Runner.UrineContainerDistribution.ExecuteAdditionalContainer":"true","EXAMPLE.Runner.Reception":"true","EXAMPLE.Runner.Reception.View":"true","EXAMPLE.Runner.Reception.PerformCheckInCheckOut":"true","EXAMPLE.Runner.Reception.PerformStatusChange":"true","EXAMPLE.Runner.ProcedureLauncher":"true","EXAMPLE.Runner.ProcedureLauncher.ScreeningFollowUpView":"true","EXAMPLE.Runner.ProcedureLauncher.InsertUnplanned":"true","EXAMPLE.Runner.ProcedureLauncher.ConvertProcedure":"true","EXAMPLE.Runner.ProcedureLauncher.ExperimentalView":"true","EXAMPLE.Runner.ProcedureLauncher.ReviseCancelled":"true","EXAMPLE.Runner.ProcedureLauncher.ReviseDeletedProcedure":"true","EXAMPLE.Runner.ProcedureLauncher.ProcedureConfirmation":"true","EXAMPLE.Runner.ProcedureLauncher.ProcedureStudyPurposeAssessment":"true","EXAMPLE.ExampleReview.Assessment.CommentReview":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.View":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.Edit":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.Accept":"true","EXAMPLE.ExampleReview.Assessment.StudyData":"true","EXAMPLE.ExampleReview.Assessment.StudyData.View":"true","EXAMPLE.ExampleReview.Assessment.StudyData.DataOrientedReview":"true","EXAMPLE.ExampleReview.Assessment.StudyData.MedicalOrientedReview":"true","EXAMPLE.ExampleReview.Assessment.StudyData.Assess":"true","EXAMPLE.ExampleReview.Assessment.StudyData.Approve":"true","EXAMPLE.ExampleReview.Assessment.DataOrientedReview.Approve":"true","EXAMPLE.ExampleReview.Assessment.MedicalOrientedReview.Approve":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.View":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.Lock":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.Unlock":"true","EXAMPLE.Super.Configuration":"true","EXAMPLE.Super.Configuration.CatalogSetting":"true","EXAMPLE.Super.Configuration.CatalogSetting.Create":"true","EXAMPLE.Super.Configuration.CatalogSetting.Edit":"true","EXAMPLE.Super.Configuration.CatalogSetting.View":"true","EXAMPLE.Super.Configuration.CatalogSetting.Delete":"true","EXAMPLE.Super.Configuration.CatalogSetting.AddAutoData":"true","EXAMPLE.Super.Configuration.CatalogSetting.DeleteRestrictedData":"true","EXAMPLE.Super.Configuration.CatalogSetting.EditRestrictedData":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Add":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.SystemSetting":"true","EXAMPLE.Super.Configuration.SystemSetting.Edit":"true","EXAMPLE.Super.Configuration.SystemSetting.View":"true","EXAMPLE.Super.Configuration.SystemSetting.Create":"true","EXAMPLE.Super.Configuration.SystemSetting.Delete":"true","EXAMPLE.Super.Configuration.IdentifierSetting":"true","EXAMPLE.Super.Configuration.IdentifierSetting.Create":"true","EXAMPLE.Super.Configuration.IdentifierSetting.Edit":"true","EXAMPLE.Super.Configuration.IdentifierSetting.View":"true","EXAMPLE.Super.Configuration.FormSetting":"true","EXAMPLE.Super.Configuration.FormSetting.Create":"true","EXAMPLE.Super.Configuration.FormSetting.Edit":"true","EXAMPLE.Super.Configuration.FormSetting.View":"true","EXAMPLE.Super.Configuration.FormSetting.Delete":"true","EXAMPLE.Super.Configuration.FormSetting.Release":"true","EXAMPLE.Super.Configuration.FormSetting.Note":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Add":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.WorkflowSetting":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Create":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Edit":"true","EXAMPLE.Super.Configuration.WorkflowSetting.View":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Delete":"true","EXAMPLE.Super.Configuration.WorkflowSetting.ActivateDeactivate":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Add":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.JobScheduleSetting":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.Edit":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.View":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.Create":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.ActivateDeactivate":"true","EXAMPLE.Super.SecurityManagement.Settings":"true","EXAMPLE.Super.SecurityManagement.Settings.Edit":"true","EXAMPLE.Super.SecurityManagement.Settings.View":"true","EXAMPLE.Super.SecurityManagement.UserManagement":"true","EXAMPLE.Super.SecurityManagement.UserManagement.Create":"true","EXAMPLE.Super.SecurityManagement.UserManagement.Edit":"true","EXAMPLE.Super.SecurityManagement.UserManagement.View":"true","EXAMPLE.Super.SecurityManagement.Roles":"true","EXAMPLE.Super.SecurityManagement.Roles.Create":"true","EXAMPLE.Super.SecurityManagement.Roles.Edit":"true","EXAMPLE.Super.SecurityManagement.Roles.View":"true","EXAMPLE.Super.SecurityManagement.Roles.Delete":"true","EXAMPLE.Super.SecurityManagement.LoginAttempts":"true","EXAMPLE.Super.Security.Procedure.Privilege":"true","EXAMPLE.Super.Security.Procedure.Privilege.View":"true","EXAMPLE.Super.Security.Procedure.Privilege.Create":"true","EXAMPLE.Super.Security.Procedure.Privilege.Edit":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewActionLogs":"true","EXAMPLE.Super.Libraries.Site":"true","EXAMPLE.Super.Libraries.Site.Create":"true","EXAMPLE.Super.Libraries.Site.Edit":"true","EXAMPLE.Super.Libraries.Site.View":"true","EXAMPLE.Super.Libraries.Site.Delete":"true","EXAMPLE.Super.Libraries.Site.Location":"true","EXAMPLE.Super.Libraries.Site.Location.Create":"true","EXAMPLE.Super.Libraries.Site.Location.Edit":"true","EXAMPLE.Super.Libraries.Site.Location.View":"true","EXAMPLE.Super.Libraries.Site.Location.TimeSlot":"true","EXAMPLE.Super.Libraries.GlobalLanguage":"true","EXAMPLE.Super.Libraries.GlobalLanguage.Edit":"true","EXAMPLE.Super.Libraries.GlobalLanguage.View":"true","EXAMPLE.Super.Libraries.SiteLanguage":"true","EXAMPLE.Super.Libraries.Sponsor":"true","EXAMPLE.Super.Libraries.Sponsor.Create":"true","EXAMPLE.Super.Libraries.Sponsor.Edit":"true","EXAMPLE.Super.Libraries.Sponsor.View":"true","EXAMPLE.Super.Libraries.Sponsor.Delete":"true","EXAMPLE.Super.Libraries.Physician":"true","EXAMPLE.Super.Libraries.Physician.Create":"true","EXAMPLE.Super.Libraries.Physician.Edit":"true","EXAMPLE.Super.Libraries.Physician.View":"true","EXAMPLE.Super.Libraries.MessageTemplate":"true","EXAMPLE.Super.Libraries.MessageTemplate.Create":"true","EXAMPLE.Super.Libraries.MessageTemplate.Edit":"true","EXAMPLE.Super.Libraries.MessageTemplate.View":"true","EXAMPLE.Super.Libraries.MessageTemplate.Delete":"true","EXAMPLE.Super.Libraries.MessageTemplate.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Add":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Delete":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Edit":"true","EXAMPLE.Super.Libraries.Procedure":"true","EXAMPLE.Super.Libraries.Procedure.Create":"true","EXAMPLE.Super.Libraries.Procedure.Edit":"true","EXAMPLE.Super.Libraries.Procedure.View":"true","EXAMPLE.Super.Libraries.Procedure.Delete":"true","EXAMPLE.Super.Libraries.Procedure.Export":"true","EXAMPLE.Super.Libraries.Procedure.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.Procedure.Import":"true","EXAMPLE.Super.Libraries.Procedure.Note":"true","EXAMPLE.Super.Libraries.Procedure.Note.Add":"true","EXAMPLE.Super.Libraries.Procedure.Note.Delete":"true","EXAMPLE.Super.Libraries.Procedure.Note.Edit":"true","EXAMPLE.Super.Libraries.DataDomain":"true","EXAMPLE.Super.Libraries.DataDomain.Create":"true","EXAMPLE.Super.Libraries.DataDomain.Edit":"true","EXAMPLE.Super.Libraries.DataDomain.View":"true","EXAMPLE.Super.Libraries.DataDomain.Delete":"true","EXAMPLE.Super.Libraries.DataDomain.Import":"true","EXAMPLE.Super.Libraries.DataDomain.Export":"true","EXAMPLE.Super.Libraries.DataDictionary.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.DataDomain.Note":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Add":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Delete":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Edit":"true","EXAMPLE.Super.Libraries.PrintLabel":"true","EXAMPLE.Super.Libraries.PrintLabel.Create":"true","EXAMPLE.Super.Libraries.PrintLabel.Edit":"true","EXAMPLE.Super.Libraries.PrintLabel.View":"true","EXAMPLE.Super.Libraries.PrintLabel.Delete":"true","EXAMPLE.Super.Libraries.PrintLabel.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.PrintLabel.Note":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Add":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Delete":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Edit":"true","EXAMPLE.Super.Libraries.Comment":"true","EXAMPLE.Super.Libraries.Comment.Create":"true","EXAMPLE.Super.Libraries.Comment.Edit":"true","EXAMPLE.Super.Libraries.Comment.View":"true","EXAMPLE.Super.Libraries.Comment.Delete":"true","EXAMPLE.Super.Libraries.Comment.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.Comment.Note":"true","EXAMPLE.Super.Libraries.Comment.Note.Add":"true","EXAMPLE.Super.Libraries.Comment.Note.Delete":"true","EXAMPLE.Super.Libraries.Comment.Note.Edit":"true","EXAMPLE.Super.Libraries.AECMFORM":"true","EXAMPLE.Super.Libraries.AECMFORM.Create":"true","EXAMPLE.Super.Libraries.AECMFORM.Edit":"true","EXAMPLE.Super.Libraries.AECMFORM.View":"true","EXAMPLE.Super.Libraries.AECMFORM.Delete":"true","EXAMPLE.Super.Libraries.AECMFORM.Release":"true","EXAMPLE.Super.Libraries.AECMFORM.Import":"true","EXAMPLE.Super.Libraries.AECMFORM.Export":"true","EXAMPLE.Super.Libraries.AECMFORM.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.AECMFORM.Note":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Add":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Delete":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Edit":"true","EXAMPLE.Super.System":"true","EXAMPLE.Super.System.LockMonitor":"true","EXAMPLE.Super.System.LockMonitor.UnlockLocks":"true","EXAMPLE.Super.System.LockMonitor.ViewLocks":"true"},"grantedPermissions":{"EXAMPLE":"true","EXAMPLE.Service":"true","EXAMPLE.Service.Job":"true","EXAMPLE.Service.Job.Execute":"true","EXAMPLE.Super":"true","EXAMPLE.Super.Configuration.HubManager":"true","EXAMPLE.Super.Configuration.HubManager.Create":"true","EXAMPLE.Super.Configuration.HubManager.Edit":"true","EXAMPLE.Super.Configuration.HubManager.Delete":"true","EXAMPLE.Super.Configuration.HubManager.View":"true","EXAMPLE.Super.Configuration.ProcedureTracker":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Create":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Edit":"true","EXAMPLE.Super.Configuration.ProcedureTracker.View":"true","EXAMPLE.Super.Configuration.ProcedureTracker.Delete":"true","EXAMPLE.Super.Configuration.TrackerViewSettings":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Create":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Edit":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.View":"true","EXAMPLE.Super.Configuration.TrackerViewSettings.Delete":"true","EXAMPLE.Extract":"true","EXAMPLE.Extract.eSource":"true","EXAMPLE.Extract.eSource.ReporExampleollection":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Create":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Delete":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Edit":"true","EXAMPLE.Extract.eSource.ReporExampleollection.View":"true","EXAMPLE.Extract.eSource.ReporExampleollection.ActivateDeactivate":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Add":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Delete":"true","EXAMPLE.Extract.eSource.ReporExampleollection.Note.Edit":"true","EXAMPLE.Extract.MDRDataExport":"true","EXAMPLE.Extract.MDRDataExport.Properties":"true","EXAMPLE.Extract.MDRDataExport.Properties.View":"true","EXAMPLE.Extract.MDRDataExport.Properties.Edit":"true","EXAMPLE.Extract.MDRDataExport.Configurations":"true","EXAMPLE.Extract.MDRDataExport.Configurations.View":"true","EXAMPLE.Extract.MDRDataExport.Configurations.Edit":"true","EXAMPLE.Extract.PGxDBExport":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.View":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.Edit":"true","EXAMPLE.Extract.PGxDBExport.FileGenerator.Create":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration.View":"true","EXAMPLE.Extract.PGxDBExport.SiteConfiguration.Edit":"true","EXAMPLE.Lab":"true","EXAMPLE.Lab.Libraries":"true","EXAMPLE.Lab.Libraries.Laboratories":"true","EXAMPLE.Lab.Libraries.Laboratories.Create":"true","EXAMPLE.Lab.Libraries.Laboratories.Edit":"true","EXAMPLE.Lab.Libraries.Laboratories.View":"true","EXAMPLE.Lab.Libraries.Laboratories.Delete":"true","EXAMPLE.Lab.Libraries.Laboratories.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.Laboratories.Note":"true","EXAMPLE.Libraries.Laboratories.Note.Add":"true","EXAMPLE.Libraries.Laboratories.Note.Delete":"true","EXAMPLE.Libraries.Laboratories.Note.Edit":"true","EXAMPLE.Lab.Libraries.Containers":"true","EXAMPLE.Lab.Libraries.Containers.Create":"true","EXAMPLE.Lab.Libraries.Containers.Edit":"true","EXAMPLE.Lab.Libraries.Containers.View":"true","EXAMPLE.Lab.Libraries.Containers.Delete":"true","EXAMPLE.Lab.Libraries.Containers.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.Containers.Note":"true","EXAMPLE.Lab.Libraries.Containers.Note.Add":"true","EXAMPLE.Lab.Libraries.Containers.Note.Delete":"true","EXAMPLE.Lab.Libraries.Containers.Note.Edit":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Create":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Edit":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.View":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Delete":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Add":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Delete":"true","EXAMPLE.Lab.Libraries.SiteSpecificAnalytes.Note.Edit":"true","EXAMPLE.Lab.Libraries.WorkflowActions":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Create":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Edit":"true","EXAMPLE.Lab.Libraries.WorkflowActions.View":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Delete":"true","EXAMPLE.Lab.Libraries.WorkflowActions.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Add":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Delete":"true","EXAMPLE.Lab.Libraries.WorkflowActions.Note.Edit":"true","EXAMPLE.Lab.Libraries.RacksAndPackages":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Create":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Edit":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.View":"true","EXAMPLE.Lab.Libraries.RacksAndPackages.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips":"true","EXAMPLE.Lab.Libraries.GenesChips.Create":"true","EXAMPLE.Lab.Libraries.GenesChips.Edit":"true","EXAMPLE.Lab.Libraries.GenesChips.View":"true","EXAMPLE.Lab.Libraries.GenesChips.ImportWorkflow":"true","EXAMPLE.Lab.Libraries.GenesChips.ExportWorkflow":"true","EXAMPLE.Lab.Libraries.GenesChips.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips.ActivateDeactivate":"true","EXAMPLE.Lab.Libraries.GenesChips.Note":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Add":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Delete":"true","EXAMPLE.Lab.Libraries.GenesChips.Note.Edit":"true","EXAMPLE.Lab.LabComs":"true","EXAMPLE.Lab.LabComs.LabManifest":"true","EXAMPLE.Lab.LabComs.LabManifest.Create":"true","EXAMPLE.Lab.LabComs.LabManifest.Edit":"true","EXAMPLE.Lab.LabComs.LabManifest.View":"true","EXAMPLE.Lab.LabComs.LabManifest.Delete":"true","EXAMPLE.Lab.Equipments":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Create":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Edit":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.View":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Delete":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.ActivateDeactivate":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Add":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Delete":"true","EXAMPLE.Lab.Equipments.RefrigeratingEquipments.Note.Edit":"true","EXAMPLE.Lab.Devices":"true","EXAMPLE.Lab.Devices.DeviceSettings":"true","EXAMPLE.Lab.Devices.DeviceSettings.Create":"true","EXAMPLE.Lab.Devices.DeviceSettings.Edit":"true","EXAMPLE.Lab.Devices.DeviceSettings.View":"true","EXAMPLE.Lab.Devices.DeviceSettings.Delete":"true","EXAMPLE.Designer":"true","EXAMPLE.Designer.StudyManagement":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Create":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Edit":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.View":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Add":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Delete":"true","EXAMPLE.Designer.StudyManagement.SuperistrativeData.Note.Edit":"true","EXAMPLE.Designer.Profile":"true","EXAMPLE.Designer.Profile.InformedConsent":"true","EXAMPLE.Designer.Profile.InformedConsent.Create":"true","EXAMPLE.Designer.Profile.InformedConsent.Edit":"true","EXAMPLE.Designer.Profile.InformedConsent.View":"true","EXAMPLE.Designer.Profile.InformedConsent.Delete":"true","EXAMPLE.Designer.Profile.InformedConsent.Unlock":"true","EXAMPLE.Designer.Profile.InformedConsent.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.InformedConsent.Note":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Add":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Delete":"true","EXAMPLE.Designer.Profile.InformedConsent.Note.Edit":"true","EXAMPLE.Designer.Profile.InclusionExclusion":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Create":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Edit":"true","EXAMPLE.Designer.Profile.InclusionExclusion.View":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Delete":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Unlock":"true","EXAMPLE.Designer.Profile.InclusionExclusion.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Add":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Delete":"true","EXAMPLE.Designer.Profile.InclusionExclusion.Note.Edit":"true","EXAMPLE.Designer.Profile.Sampling":"true","EXAMPLE.Designer.Profile.Sampling.Create":"true","EXAMPLE.Designer.Profile.Sampling.Edit":"true","EXAMPLE.Designer.Profile.Sampling.View":"true","EXAMPLE.Designer.Profile.Sampling.Delete":"true","EXAMPLE.Designer.Profile.Sampling.Unlock":"true","EXAMPLE.Designer.Profile.Sampling.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Sampling.ImportWorkflow":"true","EXAMPLE.Designer.Profile.Sampling.ExportWorkflow":"true","EXAMPLE.Designer.Profile.Sampling.Note":"true","EXAMPLE.Designer.Profile.Sampling.Note.Add":"true","EXAMPLE.Designer.Profile.Sampling.Note.Delete":"true","EXAMPLE.Designer.Profile.Sampling.Note.Edit":"true","EXAMPLE.Designer.Profile.Medication":"true","EXAMPLE.Designer.Profile.Medication.Create":"true","EXAMPLE.Designer.Profile.Medication.Edit":"true","EXAMPLE.Designer.Profile.Medication.View":"true","EXAMPLE.Designer.Profile.Medication.Delete":"true","EXAMPLE.Designer.Profile.Medication.Unlock":"true","EXAMPLE.Designer.Profile.Medication.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Medication.Note":"true","EXAMPLE.Designer.Profile.Medication.Note.Add":"true","EXAMPLE.Designer.Profile.Medication.Note.Delete":"true","EXAMPLE.Designer.Profile.Medication.Note.Edit":"true","EXAMPLE.Designer.Profile.Eligibility":"true","EXAMPLE.Designer.Profile.Eligibility.Create":"true","EXAMPLE.Designer.Profile.Eligibility.Edit":"true","EXAMPLE.Designer.Profile.Eligibility.View":"true","EXAMPLE.Designer.Profile.Eligibility.Delete":"true","EXAMPLE.Designer.Profile.Eligibility.Unlock":"true","EXAMPLE.Designer.Profile.Eligibility.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Eligibility.Note":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Add":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Delete":"true","EXAMPLE.Designer.Profile.Eligibility.Note.Edit":"true","EXAMPLE.Designer.Profile.Restriction":"true","EXAMPLE.Designer.Profile.Restriction.Create":"true","EXAMPLE.Designer.Profile.Restriction.Edit":"true","EXAMPLE.Designer.Profile.Restriction.View":"true","EXAMPLE.Designer.Profile.Restriction.Delete":"true","EXAMPLE.Designer.Profile.Restriction.Unlock":"true","EXAMPLE.Designer.Profile.Restriction.ActivateDeactivate":"true","EXAMPLE.Designer.Profile.Restriction.Note":"true","EXAMPLE.Designer.Profile.Restriction.Note.Add":"true","EXAMPLE.Designer.Profile.Restriction.Note.Delete":"true","EXAMPLE.Designer.Profile.Restriction.Note.Edit":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest.Edit":"true","EXAMPLE.Designer.Printing.Sampling.ExtendLabRequest.View":"true","EXAMPLE.Designer.StudyFlow":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Create":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Edit":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.View":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Delete":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Unlock":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.ActivateDeactivate":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Add":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Delete":"true","EXAMPLE.Designer.StudyFlow.ScreeningOrFollowUp.Note.Edit":"true","EXAMPLE.Designer.StudyFlow.Experimental":"true","EXAMPLE.Designer.StudyFlow.Experimental.Create":"true","EXAMPLE.Designer.StudyFlow.Experimental.Edit":"true","EXAMPLE.Designer.StudyFlow.Experimental.View":"true","EXAMPLE.Designer.StudyFlow.Experimental.Delete":"true","EXAMPLE.Designer.StudyFlow.Experimental.Unlock":"true","EXAMPLE.Designer.StudyFlow.Experimental.ActivateDeactivate":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Add":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Delete":"true","EXAMPLE.Designer.StudyFlow.Experimental.Note.Edit":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingDetails":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingWorkflow":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingConfiguration":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingDataPoints":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingConstants":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingTolerances":"true","EXAMPLE.Designer.StudyFlow.TemplateInGeneral.EditingProcedureProperty.EditingTasks":"true","EXAMPLE.Extract.eSource.BookletGenerator":"true","EXAMPLE.Extract.eSource.BookletGenerator.View":"true","EXAMPLE.Extract.eSource.BookletGenerator.Generate":"true","EXAMPLE.Extract.ReportManager":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.View":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.Edit":"true","EXAMPLE.Extract.MDRDataExport.BLFGenerator.Create":"true","EXAMPLE.Super.Libraries":"true","EXAMPLE.Super.Libraries.ReportSetting":"true","EXAMPLE.Super.Libraries.ReportSetting.Create":"true","EXAMPLE.Super.Libraries.ReportSetting.Edit":"true","EXAMPLE.Super.Libraries.ReportSetting.View":"true","EXAMPLE.Super.Libraries.ReportSetting.Delete":"true","EXAMPLE.Super.SecurityManagement":"true","EXAMPLE.Super.SecurityManagement.AuditTrail":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewAuditTrail":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewRetireAuditTrail":"true","EXAMPLE.ExampleReview":"true","EXAMPLE.ExampleReview.Assessment":"true","EXAMPLE.ExampleReporting.StudyDataExplorer":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.View":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.ViewSubjectIds":"true","EXAMPLE.ExampleReporting.StudyDataExplorer.Download":"true","EXAMPLE.Subject":"true","EXAMPLE.Subject.SubjectIdentity":"true","EXAMPLE.Subject.SubjectIdentity.Create":"true","EXAMPLE.Subject.SubjectIdentity.Edit":"true","EXAMPLE.Subject.SubjectIdentity.View":"true","EXAMPLE.Subject.SubjectIdentity.Retire":"true","EXAMPLE.Subject.SubjectIdentity.Tag":"true","EXAMPLE.Subject.SubjectIdentity.Tag.Edit":"true","EXAMPLE.Subject.SubjectIdentity.Suspension.Edit":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog.View":"true","EXAMPLE.Subject.SubjectIdentity.ActivityLog.Edit":"true","EXAMPLE.Subject.SubjectIdentity.Note":"true","EXAMPLE.Subject.SubjectIdentity.Note.Add":"true","EXAMPLE.Subject.SubjectIdentity.Note.Delete":"true","EXAMPLE.Subject.SubjectIdentity.Note.Edit":"true","EXAMPLE.Subject.SubjectMedical":"true","EXAMPLE.Subject.SubjectMedical.SubjectMedical.View":"true","EXAMPLE.Subject.SubjectMedical.SubjectMedical.Edit":"true","EXAMPLE.Subject.SubjectProcess":"true","EXAMPLE.Subject.SubjectProcess.SubjectSearch":"true","EXAMPLE.Subject.SubjectProcess.SubjectSearch.ManagingSharedQueries":"true","EXAMPLE.Subject.SubjectRemuneration":"true","EXAMPLE.Subject.SubjectRemunerationt.CreatingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.EditingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.CancellingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.ViewingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.RequestingApproval":"true","EXAMPLE.Subject.SubjectRemunerationt.ApprovingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.RejectingBooking":"true","EXAMPLE.Subject.SubjectRemunerationt.PrintingPaymentForm":"true","EXAMPLE.Subject.SubjectRemunerationt.RecordingPayment":"true","EXAMPLE.Subject.ContactManagement":"true","EXAMPLE.Subject.ContactManagement.ToDoList":"true","EXAMPLE.Subject.ContactManagement.ToDoList.Create":"true","EXAMPLE.Subject.ContactManagement.ToDoList.Edit":"true","EXAMPLE.Subject.ContactManagement.ToDoList.View":"true","EXAMPLE.Subject.ContactManagement.Survey":"true","EXAMPLE.Subject.ContactManagement.Survey.Create":"true","EXAMPLE.Subject.ContactManagement.Survey.Edit":"true","EXAMPLE.Subject.ContactManagement.Survey.View":"true","EXAMPLE.Subject.ContactManagement.Survey.Execute":"true","EXAMPLE.Subject.ContactManagement.ActivityLog":"true","EXAMPLE.Subject.ContactManagement.ActivityLog.View":"true","EXAMPLE.Subject.ContactManagement.ActivityLog.Edit":"true","EXAMPLE.Subject.ContactManagement.ContactOrConfirmSubjectsWithLimitingFactors":"true","EXAMPLE.Subject.CohortManagement":"true","EXAMPLE.Subject.CohortManagement.Cohort":"true","EXAMPLE.Subject.CohortManagement.Cohort.Create":"true","EXAMPLE.Subject.CohortManagement.Cohort.Edit":"true","EXAMPLE.Subject.CohortManagement.Cohort.View":"true","EXAMPLE.Subject.CohortManagement.Cohort.Delete":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Add":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Delete":"true","EXAMPLE.Subject.CohortManagement.Cohort.Note.Edit":"true","EXAMPLE.Subject.CohortManagement.CohortManager":"true","EXAMPLE.Subject.CohortManagement.CohortManager.View":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Edit":"true","EXAMPLE.Subject.CohortManagement.CohortManager.SuspensionOverrule":"true","EXAMPLE.Subject.CohortManagement.CohortManager.ContactOrConfirmSubjectsWithLimitingFactors":"true","EXAMPLE.Subject.CohortManagement.CohortManager.ReEnrollmentWithConfirmation":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Add":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Delete":"true","EXAMPLE.Subject.CohortManagement.CohortManager.Note.Edit":"true","EXAMPLE.Subject.CohortManagement.Scheduling":"true","EXAMPLE.Subject.CohortManagement.Scheduling.View":"true","EXAMPLE.Subject.CohortManagement.Scheduling.Edit":"true","EXAMPLE.Subject.RecruitmentMonitor":"true","EXAMPLE.Subject.RecruitmentMonitor.View":"true","EXAMPLE.Subject.RecruitmentMonitor.Edit":"true","EXAMPLE.Lab.ResultReview":"true","EXAMPLE.Lab.ResultReview.Create":"true","EXAMPLE.Lab.ResultReview.Edit":"true","EXAMPLE.Lab.ResultReview.Delete":"true","EXAMPLE.Lab.ResultReview.View":"true","EXAMPLE.Lab.SampleProcessor":"true","EXAMPLE.Lab.UrineContainerLabel":"true","EXAMPLE.Lab.UrineContainerLabel.View":"true","EXAMPLE.Lab.UrineContainerLabel.GenerateAndPrint":"true","EXAMPLE.Lab.UrineContainerWeighing":"true","EXAMPLE.Lab.UrineContainerWeighing.Sign":"true","EXAMPLE.Lab.UrineContainerWeighing.View":"true","EXAMPLE.Lab.SampleProcessor.Dashboard":"true","EXAMPLE.Lab.SampleProcessor.Dashboard.Edit":"true","EXAMPLE.Lab.SampleProcessor.Dashboard.View":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview.Edit":"true","EXAMPLE.Lab.SampleProcessor.ContainerOverview.View":"true","EXAMPLE.Lab.SampleProcessor.Centrifugation":"true","EXAMPLE.Lab.SampleProcessor.Centrifugation.Perform":"true","EXAMPLE.Lab.SampleProcessor.Pipetting":"true","EXAMPLE.Lab.SampleProcessor.Pipetting.Perform":"true","EXAMPLE.Lab.SampleProcessor.Freezing":"true","EXAMPLE.Lab.SampleProcessor.Freezing.Perform":"true","EXAMPLE.Lab.SampleProcessor.Shipping":"true","EXAMPLE.Lab.SampleProcessor.Shipping.Perform":"true","EXAMPLE.Lab.SampleProcessor.Shipping.SelectingSampleContainersManually":"true","EXAMPLE.Lab.SampleProcessor.Discard":"true","EXAMPLE.Lab.SampleProcessor.Discard.Perform":"true","EXAMPLE.Lab.SampleProcessor.Custom":"true","EXAMPLE.Lab.SampleProcessor.Custom.Perform":"true","EXAMPLE.Lab.SampleProcessor.Weighing":"true","EXAMPLE.Lab.SampleProcessor.Weighing.Perform":"true","EXAMPLE.Designer.Printing":"true","EXAMPLE.Designer.Printing.LabContainerLabels":"true","EXAMPLE.Designer.Printing.LabContainerLabels.MarkToUpgradeLabel":"true","EXAMPLE.Designer.Printing.LabContainerLabels.VerifyLabel":"true","EXAMPLE.Super.SecurityManagement.ProtectedHealthInformation":"true","EXAMPLE.Super.SecurityManagement.ProtectedHealthInformation.ViewProtectedHealthInformation":"true","EXAMPLE.UserNotification":"true","EXAMPLE.UserNotification.ViewUserDashboard":"true","EXAMPLE.UserNotification.MarkAsDone":"true","EXAMPLE.UserNotification.ModifySetting":"true","EXAMPLE.ExampleReview.AdverseEvent":"true","EXAMPLE.ExampleReview.AdverseEvent.Create":"true","EXAMPLE.ExampleReview.AdverseEvent.Edit":"true","EXAMPLE.ExampleReview.AdverseEvent.View":"true","EXAMPLE.ExampleReview.AdverseEvent.CLOSE":"true","EXAMPLE.ExampleReview.AdverseEvent.APPR":"true","EXAMPLE.ExampleReview.ConcomitantMedication":"true","EXAMPLE.ExampleReview.ConcomitantMedication.Create":"true","EXAMPLE.ExampleReview.ConcomitantMedication.Edit":"true","EXAMPLE.ExampleReview.ConcomitantMedication.View":"true","EXAMPLE.ExampleReview.ConcomitantMedication.CLOSE":"true","EXAMPLE.ExampleReview.ConcomitantMedication.APPR":"true","EXAMPLE.ExampleReview.QueryManager":"true","EXAMPLE.ExampleReview.QueryManager.CreatingQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingingQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingDCRQuery":"true","EXAMPLE.ExampleReview.QueryManager.EditingAcceptDCRQuery":"true","EXAMPLE.ExampleReview.QueryManager.ClosingQuery":"true","EXAMPLE.ExampleReview.QueryManager.ApprovingQuery":"true","EXAMPLE.ExampleReview.QueryManager.CancellingQuery":"true","EXAMPLE.ExampleReview.QueryManager.ViewingQuery":"true","EXAMPLE.Designer.Printing.MedicationLabels":"true","EXAMPLE.Designer.Printing.MedicationLabels.MarkToUpgradeLabel":"true","EXAMPLE.Designer.Printing.MedicationLabels.VerifyLabel":"true","EXAMPLE.Designer.MedicationBarcodes":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment.AssignBarcode":"true","EXAMPLE.Designer.MedicationBarcodes.BarcodeAssignment.RemoveAssignment":"true","EXAMPLE.Runner":"true","EXAMPLE.Runner.ParticipationMonitor":"true","EXAMPLE.Runner.ParticipationMonitor.View":"true","EXAMPLE.Runner.ParticipationMonitor.Edit":"true","EXAMPLE.Runner.UrineContainerDistribution":"true","EXAMPLE.Runner.UrineContainerDistribution.ExecuteExchangeContainer":"true","EXAMPLE.Runner.UrineContainerDistribution.ExecuteAdditionalContainer":"true","EXAMPLE.Runner.Reception":"true","EXAMPLE.Runner.Reception.View":"true","EXAMPLE.Runner.Reception.PerformCheckInCheckOut":"true","EXAMPLE.Runner.Reception.PerformStatusChange":"true","EXAMPLE.Runner.ProcedureLauncher":"true","EXAMPLE.Runner.ProcedureLauncher.ScreeningFollowUpView":"true","EXAMPLE.Runner.ProcedureLauncher.InsertUnplanned":"true","EXAMPLE.Runner.ProcedureLauncher.ConvertProcedure":"true","EXAMPLE.Runner.ProcedureLauncher.ExperimentalView":"true","EXAMPLE.Runner.ProcedureLauncher.ReviseCancelled":"true","EXAMPLE.Runner.ProcedureLauncher.ReviseDeletedProcedure":"true","EXAMPLE.Runner.ProcedureLauncher.ProcedureConfirmation":"true","EXAMPLE.Runner.ProcedureLauncher.ProcedureStudyPurposeAssessment":"true","EXAMPLE.ExampleReview.Assessment.CommentReview":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.View":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.Edit":"true","EXAMPLE.ExampleReview.Assessment.CommentReview.Accept":"true","EXAMPLE.ExampleReview.Assessment.StudyData":"true","EXAMPLE.ExampleReview.Assessment.StudyData.View":"true","EXAMPLE.ExampleReview.Assessment.StudyData.DataOrientedReview":"true","EXAMPLE.ExampleReview.Assessment.StudyData.MedicalOrientedReview":"true","EXAMPLE.ExampleReview.Assessment.StudyData.Assess":"true","EXAMPLE.ExampleReview.Assessment.StudyData.Approve":"true","EXAMPLE.ExampleReview.Assessment.DataOrientedReview.Approve":"true","EXAMPLE.ExampleReview.Assessment.MedicalOrientedReview.Approve":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.View":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.Lock":"true","EXAMPLE.ExampleReview.Assessment.StudyDataLock.Unlock":"true","EXAMPLE.Super.Configuration":"true","EXAMPLE.Super.Configuration.CatalogSetting":"true","EXAMPLE.Super.Configuration.CatalogSetting.Create":"true","EXAMPLE.Super.Configuration.CatalogSetting.Edit":"true","EXAMPLE.Super.Configuration.CatalogSetting.View":"true","EXAMPLE.Super.Configuration.CatalogSetting.Delete":"true","EXAMPLE.Super.Configuration.CatalogSetting.AddAutoData":"true","EXAMPLE.Super.Configuration.CatalogSetting.DeleteRestrictedData":"true","EXAMPLE.Super.Configuration.CatalogSetting.EditRestrictedData":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Add":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.CatalogSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.SystemSetting":"true","EXAMPLE.Super.Configuration.SystemSetting.Edit":"true","EXAMPLE.Super.Configuration.SystemSetting.View":"true","EXAMPLE.Super.Configuration.SystemSetting.Create":"true","EXAMPLE.Super.Configuration.SystemSetting.Delete":"true","EXAMPLE.Super.Configuration.IdentifierSetting":"true","EXAMPLE.Super.Configuration.IdentifierSetting.Create":"true","EXAMPLE.Super.Configuration.IdentifierSetting.Edit":"true","EXAMPLE.Super.Configuration.IdentifierSetting.View":"true","EXAMPLE.Super.Configuration.FormSetting":"true","EXAMPLE.Super.Configuration.FormSetting.Create":"true","EXAMPLE.Super.Configuration.FormSetting.Edit":"true","EXAMPLE.Super.Configuration.FormSetting.View":"true","EXAMPLE.Super.Configuration.FormSetting.Delete":"true","EXAMPLE.Super.Configuration.FormSetting.Release":"true","EXAMPLE.Super.Configuration.FormSetting.Note":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Add":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.FormSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.WorkflowSetting":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Create":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Edit":"true","EXAMPLE.Super.Configuration.WorkflowSetting.View":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Delete":"true","EXAMPLE.Super.Configuration.WorkflowSetting.ActivateDeactivate":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Add":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Delete":"true","EXAMPLE.Super.Configuration.WorkflowSetting.Note.Edit":"true","EXAMPLE.Super.Configuration.JobScheduleSetting":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.Edit":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.View":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.Create":"true","EXAMPLE.Super.Configuration.JobScheduleSetting.ActivateDeactivate":"true","EXAMPLE.Super.SecurityManagement.Settings":"true","EXAMPLE.Super.SecurityManagement.Settings.Edit":"true","EXAMPLE.Super.SecurityManagement.Settings.View":"true","EXAMPLE.Super.SecurityManagement.UserManagement":"true","EXAMPLE.Super.SecurityManagement.UserManagement.Create":"true","EXAMPLE.Super.SecurityManagement.UserManagement.Edit":"true","EXAMPLE.Super.SecurityManagement.UserManagement.View":"true","EXAMPLE.Super.SecurityManagement.Roles":"true","EXAMPLE.Super.SecurityManagement.Roles.Create":"true","EXAMPLE.Super.SecurityManagement.Roles.Edit":"true","EXAMPLE.Super.SecurityManagement.Roles.View":"true","EXAMPLE.Super.SecurityManagement.Roles.Delete":"true","EXAMPLE.Super.SecurityManagement.LoginAttempts":"true","EXAMPLE.Super.Security.Procedure.Privilege":"true","EXAMPLE.Super.Security.Procedure.Privilege.View":"true","EXAMPLE.Super.Security.Procedure.Privilege.Create":"true","EXAMPLE.Super.Security.Procedure.Privilege.Edit":"true","EXAMPLE.Super.SecurityManagement.AuditTrail.ViewActionLogs":"true","EXAMPLE.Super.Libraries.Site":"true","EXAMPLE.Super.Libraries.Site.Create":"true","EXAMPLE.Super.Libraries.Site.Edit":"true","EXAMPLE.Super.Libraries.Site.View":"true","EXAMPLE.Super.Libraries.Site.Delete":"true","EXAMPLE.Super.Libraries.Site.Location":"true","EXAMPLE.Super.Libraries.Site.Location.Create":"true","EXAMPLE.Super.Libraries.Site.Location.Edit":"true","EXAMPLE.Super.Libraries.Site.Location.View":"true","EXAMPLE.Super.Libraries.Site.Location.TimeSlot":"true","EXAMPLE.Super.Libraries.GlobalLanguage":"true","EXAMPLE.Super.Libraries.GlobalLanguage.Edit":"true","EXAMPLE.Super.Libraries.GlobalLanguage.View":"true","EXAMPLE.Super.Libraries.SiteLanguage":"true","EXAMPLE.Super.Libraries.Sponsor":"true","EXAMPLE.Super.Libraries.Sponsor.Create":"true","EXAMPLE.Super.Libraries.Sponsor.Edit":"true","EXAMPLE.Super.Libraries.Sponsor.View":"true","EXAMPLE.Super.Libraries.Sponsor.Delete":"true","EXAMPLE.Super.Libraries.Physician":"true","EXAMPLE.Super.Libraries.Physician.Create":"true","EXAMPLE.Super.Libraries.Physician.Edit":"true","EXAMPLE.Super.Libraries.Physician.View":"true","EXAMPLE.Super.Libraries.MessageTemplate":"true","EXAMPLE.Super.Libraries.MessageTemplate.Create":"true","EXAMPLE.Super.Libraries.MessageTemplate.Edit":"true","EXAMPLE.Super.Libraries.MessageTemplate.View":"true","EXAMPLE.Super.Libraries.MessageTemplate.Delete":"true","EXAMPLE.Super.Libraries.MessageTemplate.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Add":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Delete":"true","EXAMPLE.Super.Libraries.MessageTemplate.Note.Edit":"true","EXAMPLE.Super.Libraries.Procedure":"true","EXAMPLE.Super.Libraries.Procedure.Create":"true","EXAMPLE.Super.Libraries.Procedure.Edit":"true","EXAMPLE.Super.Libraries.Procedure.View":"true","EXAMPLE.Super.Libraries.Procedure.Delete":"true","EXAMPLE.Super.Libraries.Procedure.Export":"true","EXAMPLE.Super.Libraries.Procedure.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.Procedure.Import":"true","EXAMPLE.Super.Libraries.Procedure.Note":"true","EXAMPLE.Super.Libraries.Procedure.Note.Add":"true","EXAMPLE.Super.Libraries.Procedure.Note.Delete":"true","EXAMPLE.Super.Libraries.Procedure.Note.Edit":"true","EXAMPLE.Super.Libraries.DataDomain":"true","EXAMPLE.Super.Libraries.DataDomain.Create":"true","EXAMPLE.Super.Libraries.DataDomain.Edit":"true","EXAMPLE.Super.Libraries.DataDomain.View":"true","EXAMPLE.Super.Libraries.DataDomain.Delete":"true","EXAMPLE.Super.Libraries.DataDomain.Import":"true","EXAMPLE.Super.Libraries.DataDomain.Export":"true","EXAMPLE.Super.Libraries.DataDictionary.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.DataDomain.Note":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Add":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Delete":"true","EXAMPLE.Super.Libraries.DataDomain.Note.Edit":"true","EXAMPLE.Super.Libraries.PrintLabel":"true","EXAMPLE.Super.Libraries.PrintLabel.Create":"true","EXAMPLE.Super.Libraries.PrintLabel.Edit":"true","EXAMPLE.Super.Libraries.PrintLabel.View":"true","EXAMPLE.Super.Libraries.PrintLabel.Delete":"true","EXAMPLE.Super.Libraries.PrintLabel.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.PrintLabel.Note":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Add":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Delete":"true","EXAMPLE.Super.Libraries.PrintLabel.Note.Edit":"true","EXAMPLE.Super.Libraries.Comment":"true","EXAMPLE.Super.Libraries.Comment.Create":"true","EXAMPLE.Super.Libraries.Comment.Edit":"true","EXAMPLE.Super.Libraries.Comment.View":"true","EXAMPLE.Super.Libraries.Comment.Delete":"true","EXAMPLE.Super.Libraries.Comment.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.Comment.Note":"true","EXAMPLE.Super.Libraries.Comment.Note.Add":"true","EXAMPLE.Super.Libraries.Comment.Note.Delete":"true","EXAMPLE.Super.Libraries.Comment.Note.Edit":"true","EXAMPLE.Super.Libraries.AECMFORM":"true","EXAMPLE.Super.Libraries.AECMFORM.Create":"true","EXAMPLE.Super.Libraries.AECMFORM.Edit":"true","EXAMPLE.Super.Libraries.AECMFORM.View":"true","EXAMPLE.Super.Libraries.AECMFORM.Delete":"true","EXAMPLE.Super.Libraries.AECMFORM.Release":"true","EXAMPLE.Super.Libraries.AECMFORM.Import":"true","EXAMPLE.Super.Libraries.AECMFORM.Export":"true","EXAMPLE.Super.Libraries.AECMFORM.ActivateDeactivate":"true","EXAMPLE.Super.Libraries.AECMFORM.Note":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Add":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Delete":"true","EXAMPLE.Super.Libraries.AECMFORM.Note.Edit":"true","EXAMPLE.Super.System":"true","EXAMPLE.Super.System.LockMonitor":"true","EXAMPLE.Super.System.LockMonitor.UnlockLocks":"true","EXAMPLE.Super.System.LockMonitor.ViewLocks":"true"}},"targetUrl":null,"success":true,"error":null,"unAuthorizedRequest":false,"__abp":true}

>>>>> 




Simon Bennetts

unread,
Nov 5, 2024, 7:28:41 AMNov 5
to ZAP User Group
Hiya,

The "Failed to parse JSON" message might well be for a response which is completely unrelated.
The fact that ZAP has successfully logged in and has identified the session handling is very good news.


Cheers,

Simon
Reply all
Reply to author
Forward
0 new messages