diff --git a/configuration/proof-key-for-code-exchange.html b/configuration/proof-key-for-code-exchange.html new file mode 100644 index 0000000..114f80c --- /dev/null +++ b/configuration/proof-key-for-code-exchange.html @@ -0,0 +1,153 @@ + + + + + + + + Proof Key for Code Exchange + + + + + + + + + + + + + + + +
+
+ + + + +
+ + + +
+ + + + + + diff --git a/configuration/toc.html b/configuration/toc.html index 92312f6..a07188e 100644 --- a/configuration/toc.html +++ b/configuration/toc.html @@ -24,6 +24,9 @@
  • Claim destinations
  • +
  • + Proof Key for Code Exchange +
  • Token formats
  • diff --git a/guide/choosing-the-right-flow.html b/guide/choosing-the-right-flow.html new file mode 100644 index 0000000..8722cdb --- /dev/null +++ b/guide/choosing-the-right-flow.html @@ -0,0 +1,252 @@ + + + + + + + + Non-interactive flows + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/guide/choosing-the-right-flow/authorization-code-flow.png b/guide/choosing-the-right-flow/authorization-code-flow.png new file mode 100644 index 0000000..4d723fa Binary files /dev/null and b/guide/choosing-the-right-flow/authorization-code-flow.png differ diff --git a/guide/choosing-the-right-flow/client-credentials-flow.png b/guide/choosing-the-right-flow/client-credentials-flow.png new file mode 100644 index 0000000..4c31090 Binary files /dev/null and b/guide/choosing-the-right-flow/client-credentials-flow.png differ diff --git a/guide/choosing-the-right-flow/consent-form.png b/guide/choosing-the-right-flow/consent-form.png new file mode 100644 index 0000000..7f30dec Binary files /dev/null and b/guide/choosing-the-right-flow/consent-form.png differ diff --git a/guide/choosing-the-right-flow/implicit-flow.png b/guide/choosing-the-right-flow/implicit-flow.png new file mode 100644 index 0000000..622c0f4 Binary files /dev/null and b/guide/choosing-the-right-flow/implicit-flow.png differ diff --git a/guide/choosing-the-right-flow/resource-owner-password-flow.png b/guide/choosing-the-right-flow/resource-owner-password-flow.png new file mode 100644 index 0000000..fdbf3eb Binary files /dev/null and b/guide/choosing-the-right-flow/resource-owner-password-flow.png differ diff --git a/guide/toc.html b/guide/toc.html index 55e6d64..e9cbbd3 100644 --- a/guide/toc.html +++ b/guide/toc.html @@ -18,6 +18,9 @@
  • Getting started
  • +
  • + Choosing the right flow +
  • Migration guides diff --git a/manifest.json b/manifest.json index 57adb6e..9ee0aae 100644 --- a/manifest.json +++ b/manifest.json @@ -5643,13 +5643,25 @@ "is_incremental": false, "version": "" }, + { + "type": "Conceptual", + "source_relative_path": "configuration/proof-key-for-code-exchange.md", + "output": { + ".html": { + "relative_path": "configuration/proof-key-for-code-exchange.html", + "hash": "ijKd83k3Oi01O5QoJk8jvA==" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "Toc", "source_relative_path": "configuration/toc.yml", "output": { ".html": { "relative_path": "configuration/toc.html", - "hash": "5NWet+DDp3x4XZo7rfZqjQ==" + "hash": "hEZG047NIeu+o0KUdkadEA==" } }, "is_incremental": false, @@ -7095,6 +7107,73 @@ "is_incremental": false, "version": "" }, + { + "type": "Conceptual", + "source_relative_path": "guide/choosing-the-right-flow.md", + "output": { + ".html": { + "relative_path": "guide/choosing-the-right-flow.html", + "hash": "LQ9W5X4RNfnv0sqhspnTHQ==" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "Resource", + "source_relative_path": "guide/choosing-the-right-flow/authorization-code-flow.png", + "output": { + "resource": { + "relative_path": "guide/choosing-the-right-flow/authorization-code-flow.png" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "Resource", + "source_relative_path": "guide/choosing-the-right-flow/client-credentials-flow.png", + "output": { + "resource": { + "relative_path": "guide/choosing-the-right-flow/client-credentials-flow.png" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "Resource", + "source_relative_path": "guide/choosing-the-right-flow/consent-form.png", + "output": { + "resource": { + "relative_path": "guide/choosing-the-right-flow/consent-form.png" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "Resource", + "source_relative_path": "guide/choosing-the-right-flow/implicit-flow.png", + "output": { + "resource": { + "relative_path": "guide/choosing-the-right-flow/implicit-flow.png" + } + }, + "is_incremental": false, + "version": "" + }, + { + "type": "Resource", + "source_relative_path": "guide/choosing-the-right-flow/resource-owner-password-flow.png", + "output": { + "resource": { + "relative_path": "guide/choosing-the-right-flow/resource-owner-password-flow.png" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "Conceptual", "source_relative_path": "guide/getting-started.md", @@ -7137,7 +7216,7 @@ "output": { ".html": { "relative_path": "guide/toc.html", - "hash": "yVHEDlC+Qhoq+brhAwUcTA==" + "hash": "cXNBHHPLy0WGdOpsbRiH1w==" } }, "is_incremental": false, @@ -7886,7 +7965,7 @@ "ConceptualDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 128, + "total_file_count": 130, "skipped_file_count": 0 }, "ManagedReferenceDocumentProcessor": {