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