You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Blueriq as a Service 

Out of box the Blueriq Java Runtime supports security on Blueriq as a Service. In Blueriq it is possible to create your own web services, either via REST or SOAP. In order to secure a BAAS a shortcut needs to be created for the Baas project, more information about creating shortcuts can be found here. When a shortcut is created a new property needs to be added. 

blueriq.shortcut.ExampleShortcut.securityEnabled=true

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. 

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

 

 

  • No labels