Versions Compared

Key

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

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. 

Code Block
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. 

Warning

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