Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When adding this property to a BAAS shortcut the baas will be marked as secure. This means that the BAAS shortcut now enforces basic authentication. The wsdl endpoint of a SOAP webservice are still reachable even if a shortcut is marked as secure.

Example 

When a shortcut is defined like this:

Code Block
blueriq.shortcut.Webservice.project=export-Webservice
blueriq.shortcut.Webservice.version=0.0-Trunk
blueriq.shortcut.Webservice.securityEnabled=true

These endpoints are secured.

Code Block
REST: Runtime/server/rest/Webservice/**
SOAP: webservices/aaas/Webservice/**

The SOAP WSDL is not secured.

Code Block
webservices/aaas/Webservice/aaas.wsdl

 

 

Warning

Blueriq only secures endpoints on startup! Newly created secure shortcuts while the Runtime is running are registered.

...