Skip to content

Commit

Permalink
docs: fix okta oauth example for airflow 2.3.3+ (#803)
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper authored Nov 15, 2023
1 parent c4ade4e commit 58d96ec
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions charts/airflow/docs/faq/security/ldap-oauth.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,12 +315,11 @@ web:
"icon": "fa-circle-o",
"token_key": "access_token",
"remote_app": {
"client_id": "OKTA_KEY",
"client_secret": "OKTA_SECRET",
"client_id": "OKTA_CLIENT_ID",
"client_secret": "OKTA_CLIENT_SECRET",
"api_base_url": "https://OKTA_DOMAIN.okta.com/oauth2/v1/",
"client_kwargs": {"scope": "openid profile email groups"},
"access_token_url": "https://OKTA_DOMAIN.okta.com/oauth2/v1/token",
"authorize_url": "https://OKTA_DOMAIN.okta.com/oauth2/v1/authorize",
"server_metadata_url": "https://OKTA_DOMAIN.okta.com/.well-known/openid-configuration",
},
},
]
Expand Down

0 comments on commit 58d96ec

Please sign in to comment.