# PEP Configuration Sample
# This file shows the OIDC and Development configuration sections used by PEP.
# OIDC configuration for authentication and resource server protection
[]
= "kanidm"
= "https://idm.tanbal.ir"
= "tangent"
= "your_client_secret_here"
= "https://tangent.tanbal.ir/auth/callback"
= "S256"
= "openid email profile offline_access"
= true
# Local development configuration
[]
= false # Set to true to bypass real OIDC and use mock claims
= "developer@example.com"
= "user"
= "Local Developer"
= "developer"