# ===== Azure 클라우드 프로필 ===== # 사용법: --spring.profiles.active=prod,mssql,azure # Azure Entra SSO + Blob Storage + Key Vault 연동 spring: security: oauth2: client: registration: azure: client-id: ${AZURE_CLIENT_ID} client-secret: ${AZURE_CLIENT_SECRET} scope: openid,profile,email provider: azure: issuer-uri: https://login.microsoftonline.com/${AZURE_TENANT_ID}/v2.0 wbx: spring: mfa: enabled: false # Azure Entra Conditional Access가 MFA 처리 force-for-external: true file: storage-type: azure-blob azure: account-name: ${AZURE_STORAGE_ACCOUNT} account-key: ${AZURE_STORAGE_KEY} container-name: ${AZURE_CONTAINER:uploads}