doc: Add logout-uri step in studio oauth instructions (#28548)

This commit is contained in:
Tim McCormack
2021-08-25 19:54:36 +00:00
committed by GitHub
parent cc8522c13f
commit 303d7923eb

View File

@@ -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)