# Enterprise SSO Requirements
# SAML 2.0 Support
python3-saml>=1.14.0
lxml>=4.9.0
xmlsec>=1.3.14

# OIDC Support
PyJWT[crypto]>=2.8.0

# HTTP Client (for metadata discovery and token exchange)
aiohttp>=3.9.0

# Cryptography
cryptography>=41.0.0
