From 303d7923ebf2fde48b6a4e1151536c31347a8c63 Mon Sep 17 00:00:00 2001 From: Tim McCormack Date: Wed, 25 Aug 2021 19:54:36 +0000 Subject: [PATCH] doc: Add logout-uri step in studio oauth instructions (#28548) --- docs/guides/studio_oauth.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/studio_oauth.rst b/docs/guides/studio_oauth.rst index 6df1b7d3bf..086afa9429 100644 --- a/docs/guides/studio_oauth.rst +++ b/docs/guides/studio_oauth.rst @@ -54,6 +54,7 @@ Cleanup Config and code changes to be performed after all environments are using OAuth flow for Studio. - Set ``LOGIN_URL`` to ``'/login/'`` in ``cms/envs/common.py`` +- Add Studio's logout URI to ``IDA_LOGOUT_URI_LIST`` in ``lms/envs/common.py`` - Deploy - Remove ``LOGIN_URL`` overrides from all environments (devstack and others) - Remove remaining ``ARCH-1253`` detritus (login redirect)