Versions Compared

Key

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

...

On successful JWT validation, we are adding the same cookie as the page would have been accessed using password, so no need for using unlock token with every page visitbut for security reasons, only for one hour. After that, Share Access Token will need to be regenerated.

Panel
panelIconIdatlassian-warning
panelIcon:warning:
bgColor#FFFAE6

To make password-protected pages work in iframe, you need to change SameSite Cookie restriction from "Lax" to "None" which is located in External Share for Confluence:
Global Settings → Other → SameSite Cookie restriction

...