From 4f7a5985fe4eb7f25d864bb460182fb7ebff613e Mon Sep 17 00:00:00 2001 From: Dickson Mwendia <64727760+Dickson-Mwendia@users.noreply.github.com> Date: Thu, 8 Feb 2024 20:12:42 +0300 Subject: [PATCH] add zone pivots definition --- .openpublishing.publish.config.json | 1 + msal-python-conceptual/zone-pivot-groups.yml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 msal-python-conceptual/zone-pivot-groups.yml diff --git a/.openpublishing.publish.config.json b/.openpublishing.publish.config.json index 602dfb5..e46fe68 100644 --- a/.openpublishing.publish.config.json +++ b/.openpublishing.publish.config.json @@ -11,6 +11,7 @@ "moniker_ranges": [], "open_to_public_contributors": false, "type_mapping": { + "ZonePivotGroups": "Toc", "Conceptual": "Content", "ManagedReference": "Content", "RestApi": "Content", diff --git a/msal-python-conceptual/zone-pivot-groups.yml b/msal-python-conceptual/zone-pivot-groups.yml new file mode 100644 index 0000000..bf1435e --- /dev/null +++ b/msal-python-conceptual/zone-pivot-groups.yml @@ -0,0 +1,15 @@ +### YamlMime:ZonePivotGroups +groups: +########### BEGIN +# Referenced by: msal/entra/python/* +# Owner(s): dmwendia, shermanouko +## Acquire tokens +- id: msal-python-acquire-token + title: msal-python-acquire-token + prompt: Choose an option + pivots: + - id: pca + title: public client application + - id: cca + title: confidential client +############ END \ No newline at end of file