Updates to SSO Testing

This commit is contained in:
Arunavo Ray
2025-07-26 19:45:20 +05:30
parent 3ff15a46e7
commit 1f6add5fff
6 changed files with 275 additions and 12 deletions

View File

@@ -36,7 +36,7 @@ export function useAuthMethods() {
const loadAuthMethods = async () => {
try {
// Check SSO providers
const providers = await apiRequest<any[]>('/auth/sso/register').catch(() => []);
const providers = await apiRequest<any[]>('/sso/providers').catch(() => []);
const applications = await apiRequest<any[]>('/sso/applications').catch(() => []);
setAuthMethods({