You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 4. OAuth Applications (Act as Identity Provider)
279
+
Gitea Mirror can also act as an OIDC provider for other applications. Register OAuth applications in Settings → Authentication & SSO → OAuth Applications tab.
280
+
281
+
**Use cases:**
282
+
- Allow other services to authenticate using Gitea Mirror accounts
283
+
- Create service-to-service authentication
284
+
- Build integrations with your Gitea Mirror instance
285
+
221
286
## Contributing
222
287
223
288
Contributions are welcome! Please read our [Contributing Guidelines](CONTRIBUTING.md) for details on our code of conduct and the process for submitting pull requests.
@@ -183,16 +190,58 @@ export function SSOSettings() {
183
190
</div>
184
191
</div>
185
192
186
-
{/* Info Alert for Authentication Flow */}
187
-
{providers.length===0&&(
188
-
<Alert>
189
-
<AlertCircleclassName="h-4 w-4"/>
190
-
<AlertDescription>
191
-
<strong>Current authentication:</strong> Users sign in with email and password only.
192
-
Add SSO providers to enable users to sign in with their existing accounts from external services like Google, Azure AD, or any OIDC-compliant provider.
0 commit comments