eladkal commented on code in PR #55281: URL: https://github.com/apache/airflow/pull/55281#discussion_r2349472529
########## providers/fab/docs/auth-manager/sso.rst: ########## @@ -0,0 +1,228 @@ + .. Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + .. http://www.apache.org/licenses/LICENSE-2.0 + + .. Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. + +============================= +Single Sign-On (SSO) Integration +============================= + +The FAB Auth Manager supports Single Sign-On (SSO) through OAuth2 providers. +This guide shows how to configure SSO with various OAuth2 providers such as +Google, Okta, Azure Entra ID, and others. + +This guide shows how to configure SSO with the FAB Auth Manager using a +generic OAuth2 provider. The process is similar for providers such as +Okta, Azure Entra ID, Google, or Auth0. + +.. contents:: Table of Contents + :local: + :depth: 2 + +Prerequisites +------------- +- Apache Airflow installed and running with FAB Auth Manager +- Access to an OAuth2 SSO provider (e.g., Google, Okta, Auth0, Azure Entra ID) Review Comment: Do we need to cross reference to the docs in these specific providers that are about sso? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
