ragflow/docs
Chaoxi Weng 3a43043c8a
Feat: Add support for OAuth2 and OpenID Connect (OIDC) authentication (#7379)
### What problem does this PR solve?

Add support for OAuth2 and OpenID Connect (OIDC) authentication,
allowing OAuth/OIDC authentication using the specified routes:
- `/login/<channel>`: Initiates the OAuth flow for the specified channel
- `/oauth/callback/<channel>`: Handles the OAuth callback after
successful authentication

The callback URL should be configured in your OAuth provider as:
```
https://your-app.com/oauth/callback/<channel>
```

For detailed instructions on configuring **service_conf.yaml.template**,
see: `./api/apps/auth/README.md#usage`.

- Related issues
#3495  

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
- [x] Documentation Update
2025-04-28 16:15:52 +08:00
..
develop Fix mcp server startup failure (#7329) 2025-04-27 18:47:12 +08:00
guides Updated RAPTOR-specific UI (#7348) 2025-04-27 16:49:14 +08:00
references Knowledge graph no longer exists as a chunking method (#7382) 2025-04-28 15:58:20 +08:00
_category_.json Reorganized docs for docusaurus publish (#860) 2024-05-21 20:53:55 +08:00
configurations.md Feat: Add support for OAuth2 and OpenID Connect (OIDC) authentication (#7379) 2025-04-28 16:15:52 +08:00
faq.mdx DOC: Miscellaneous UI and editorial updates (#7324) 2025-04-27 11:44:08 +08:00
quickstart.mdx DOC: Miscellaneous UI and editorial updates (#7324) 2025-04-27 11:44:08 +08:00
release_notes.md feat: replace models of novita (#7360) 2025-04-28 13:35:09 +08:00