Skip to content

Commit e9a1e72

Browse files
kuntalkumarbasurtyler
authored andcommitted
Update 2021-04-21-integrating-airflow-with-okta.md
1 parent 8b64020 commit e9a1e72

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_posts/2021-04-21-integrating-airflow-with-okta.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ At Scribd we decided to pair Airflow with OKTA. Earlier we were using LDAP for a
3131
## Airflow Configuration
3232

3333
### conf/webserver_config.py
34-
35-
```
34+
3635
AUTH_TYPE = AUTH_OAUTH
3736
OAUTH_PROVIDERS = [
3837
{'name': 'okta', 'icon': 'fa-circle-o',
@@ -50,8 +49,6 @@ At Scribd we decided to pair Airflow with OKTA. Earlier we were using LDAP for a
5049
}
5150
]
5251

53-
```
54-
5552
### Special Steps:
5653

5754

0 commit comments

Comments
 (0)