From c3a28f2c45787b20171ca44dd9a7a96e6f355412 Mon Sep 17 00:00:00 2001 From: jev-odoo <44965478+jev-odoo@users.noreply.github.com> Date: Mon, 25 Feb 2019 10:41:26 +0100 Subject: [PATCH] [ADD] auth: Azure OAuth is not compatible --- general/auth.rst | 3 ++- general/auth/azure.rst | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 general/auth/azure.rst diff --git a/general/auth.rst b/general/auth.rst index 61c1c1d9a..7f9055ab2 100644 --- a/general/auth.rst +++ b/general/auth.rst @@ -5,4 +5,5 @@ Authentication .. toctree:: :titlesonly: - auth/google \ No newline at end of file + auth/google + auth/azure \ No newline at end of file diff --git a/general/auth/azure.rst b/general/auth/azure.rst new file mode 100644 index 000000000..a8ed96794 --- /dev/null +++ b/general/auth/azure.rst @@ -0,0 +1,6 @@ +===== +OAuth +===== + +Due to specific requirements in Azure's OAuth implementation, +Microsoft Azure OAuth identification is NOT compatible with Odoo at the moment.