Update 2021-04-26-integrating-airflow-and-okta.md

This commit is contained in:
kuntalkumarbasu 2021-04-26 21:25:54 -04:00 committed by R. Tyler Croy
parent 554e1751b7
commit b56d0f22ac
1 changed files with 2 additions and 2 deletions

View File

@ -80,8 +80,8 @@ A special thanks to Greg Reznik for handling everything related to Okta configur
however Okta generates a new user id something like
this `okta_00u1046sqzJprt1hZ4x6`, but as the email id corresponding to that
user id is already present we got the below error. To prevent this we logged
into the underlying database for Airflow and cleaned up the ab_user and
ab_user_role table and let Okta integration recreate the user during first
into the underlying database for Airflow and cleaned up the `ab_user` and
`ab_user_role` table and let Okta integration recreate the user during first
sign up.
```