Versions Compared

Key

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

...

In Blueriq it is possible to create your own web services, either via REST or SOAP. Blueriq Runtime supports security on Blueriq as a Service out of the box by adding roles to the webservice definition. It is necessary to use the 'securityEnabled' for property on the shortcut, it will make sure that the endpoint itself will be secured.

Secured shortcuts

It's possible to secure BAA(R)Ses by providing a property to the shortcus for the baa(r)s:

Code Block
languagepowershell
titleapplication.properties
blueriq.shortcut.<shortcut name>.securityEnabled = true

Adding a role to the webservice

...

Code Block
webservices/aaas/Webservice/aaas.wsdl

Secured shortcuts

It's possible to secure BAA(R)Ses by providing a property to the shortcus for the baa(r)s:

Code Block
languagepowershell
titleapplication.properties
blueriq.shortcut.<shortcut name>.securityEnabled = true

...