Commit 883d275
committed
🐛 Current session used in OKTA_ENV_MODE
OKTA_ENV_MODE does not update the current session, but will
(unintentionally) make use of the one that is there. This can lead to
dangerous confusing situations where the program run is run with the
credentials of the current session and not the fresh credentials
obtained for OKTA_ENV_MODE.
- Suppress current session if OKTA_ENV_MODE is true1 parent b14e882 commit 883d275
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments