From 189d111c9126cbf05e0b5035fb0c864b8666d011 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 1 Nov 2023 16:04:06 +0000 Subject: [PATCH] Deployed 017f74f5d to docs-develop with MkDocs 1.3.0 and mike 1.1.2 --- .../rest-apis/rest-session-api/index.html | 13 +- docs-develop/search/search_index.json | 2 +- docs-develop/sitemap.xml | 272 +++++++++--------- docs-develop/sitemap.xml.gz | Bin 271 -> 271 bytes 4 files changed, 143 insertions(+), 144 deletions(-) diff --git a/docs-develop/references/rest-apis/rest-session-api/index.html b/docs-develop/references/rest-apis/rest-session-api/index.html index 3fbbfd291e5..e34ab7db422 100644 --- a/docs-develop/references/rest-apis/rest-session-api/index.html +++ b/docs-develop/references/rest-apis/rest-session-api/index.html @@ -3247,12 +3247,11 @@

Session V1 Rest APIs

The supported workflows are the following:

Login and resource access workflow

    -
  1. -

    Try calling the GET/xsrfToken to get an XSRF token, if the request succeeds a vaild session is already available, it is possible to proceed to step 4.

    -
  2. -
  3. -

    Call the POST/login/password or POST/login/certificate providing the credentials to create a new session.

    -
  4. +
  5. Try calling the GET/xsrfToken to get an XSRF token, if the request succeeds a vaild session is already available, it is possible to proceed to step 4.
  6. +
+

It is not necessary to call GET/xsrfToken again until the current session expires, the obtained token is valid as long as the current session is valid.

+
    +
  1. Call the POST/login/password or POST/login/certificate providing the credentials to create a new session.

The device will return a session cookie with the response, make sure to provide it in successive requests. If the request is performed by a browser, this should be done automatically.

If password authentication has been used and the response object reports that a password change is needed, perform the Update password workflow

@@ -3367,7 +3366,7 @@

POST/login/certificate

GET/xsrfToken