Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

Parameter mapping keeps the information of which request parameter is used for input of authorization service.



Gliffy Diagram
nameparameter_mapping
pageGSSDOC:Authorization Policy
spaceGSSDOC
Gliffy Diagram
sizeL
nameparameter_mapping
alignleft
version5

As seen on figure, the request parameters first sent to Service B, after successful authorization, request parameters are sent to Service A (the target service).

...

The output is verified with one of the request parameters. Authorication succeed if the output is same as the value of the specified parameter.

'Not Equals' Verification

The output of the executable service is checked if it is not equals a predefined text value.

If the executable prints "NOK" for incorrect parameters and print a generated ID for correct parameters (unpredictable value), you can use "NOK" with 'Not Equals' verification.

Numeric Expression Verification

...