Versions Compared

Key

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

...

User logs in to external system and implicitly gains access to Joget Workflow without being prompted to login again.

...

Using Basic Http Authentication with JSON API

  • Since V4, Joget Workflow is supported Basic HTTP Authentication in JSON API authentication, you can passing the credentials in the header.
  • ExampleAssuming the username and password required is "user1" and "password1" respectively, we can set the Basic Auth header to the JSON API using following jQuery script.

...