Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

%SOAP.WebserviceInfo AND %SOAP.WebServiceInvoke #13

Closed
lscalese opened this issue Apr 29, 2021 · 1 comment
Closed

%SOAP.WebserviceInfo AND %SOAP.WebServiceInvoke #13

lscalese opened this issue Apr 29, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@lscalese
Copy link
Owner

lscalese commented Apr 29, 2021

Add properties in Security.Applications to allow access to the catalog and test pages

"Security.Applications": {                     
       "/csp/zrestapp": {                         
           "DispatchClass" : "my.dispatch.class", 
           "Namespace" : "MYAPP",
           "Enabled" : "1",
           "AuthEnabled": "64",
           "CookiePath" : "/csp/zrestapp/",
           "WebServiceInfo" : "1",
           "WebServiceInvoke" : "1"
       }
   }

Execute :

set ^SYS("Security","CSP","AllowClass","/csp/zrestapp","%SOAP.WebServiceInfo")=1
set ^SYS("Security","CSP","AllowClass","/csp/zrestapp","%SOAP.WebServiceInvoke")=1
@lscalese lscalese added the enhancement New feature or request label Apr 29, 2021
@lscalese lscalese self-assigned this Apr 29, 2021
@lscalese
Copy link
Owner Author

Done in version 1.3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant