https://api-demo.web.milkiya.ma/api/internal/properties

Security

Token

milkiya_public Username
Authenticated
Property Value
Roles
[
  "ROLE_PUBLIC_ACCESS"
]
Inherited Roles none
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#2248
  -credentials: null
  -firewallName: "internal_properties"
  -user: Symfony\Component\Security\Core\User\InMemoryUser {#2259 …}
  -roleNames: [
    "ROLE_PUBLIC_ACCESS"
  ]
  -authenticated: true
  -attributes: []
}

Firewall

internal_properties Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.internal_users
context internal_properties
entry_point security.authenticator.http_basic.internal_properties
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "http_basic"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#2191
  -map: Symfony\Component\Security\Http\AccessMap {#2192 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#2184 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#2220
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#996 …}
  -sessionKey: "_security_internal_properties"
  -logger: Symfony\Bridge\Monolog\Logger {#2184 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#2221 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#2223 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#877 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#997 …}
    "enableUsageTracking"
  ]
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#2219
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#2235 …}
}
1.81 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#2234
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#997 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#987 …}
  -map: Symfony\Component\Security\Http\AccessMap {#2192 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.47 ms (none)

Authenticators

Authenticator Supports Duration Passport
"Symfony\Component\Security\Http\Authenticator\HttpBasicAuthenticator"
0.15 ms
Symfony\Component\Security\Http\Authenticator\Passport\Passport {#2240
  #user: Symfony\Component\Security\Core\User\InMemoryUser {#2259 …}
  -badges: [
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\UserBadge {#2241
      -userIdentifier: "milkiya_public"
      -userLoader: [
        Symfony\Component\Security\Core\User\InMemoryUserProvider {#2182
          -users: [
            "milkiya_public" => Symfony\Component\Security\Core\User\InMemoryUser {#2183
              -username: "milkiya_public"
              -password: "V5z51j*EyVNA"
              -enabled: true
              -accountNonExpired: true
              -credentialsNonExpired: true
              -accountNonLocked: true
              -roles: [
                "ROLE_PUBLIC_ACCESS"
              ]
              -extraFields: []
            }
          ]
        }
        "loadUserByIdentifier"
      ]
      -user: Symfony\Component\Security\Core\User\InMemoryUser {#2259 …}
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials" => Symfony\Component\Security\Http\Authenticator\Passport\Credentials\PasswordCredentials {#2242
      -password: null
      -resolved: true
    }
    "Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge" => Symfony\Component\Security\Http\Authenticator\Passport\Badge\PasswordUpgradeBadge {#2262
      -plaintextPassword: null
      -passwordUpgrader: null
    }
  ]
  -attributes: []
}

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\CandidateVoter"
5
"App\Security\Voter\DeletePropertyCertificateVoter"
6
"App\Security\Voter\IdentityImageVoter"
7
"App\Security\Voter\MandateVoter"
8
"App\Security\Voter\ProfileVoter"
9
"App\Security\Voter\PropertyDetailsVoter"
10
"App\Security\Voter\PropertyImageVoter"
11
"App\Security\Voter\PropertyVisitVoucherVoter"
12
"App\Security\Voter\PropertyVoter"
13
"App\Security\Voter\TransactionVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_PUBLIC_ACCESS
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#11 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "*/*"
  ]
  #pathInfo: "/api/internal/properties"
  #requestUri: "/api/internal/properties"
  #baseUrl: ""
  #basePath: null
  #method: "GET"
  #format: "jsonld"
  #session: Symfony\Component\HttpFoundation\Session\Session {#857 …}
  #locale: "fr"
  #defaultLocale: "fr"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: null
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 DENIED ROLE_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\CandidateVoter"
ACCESS ABSTAIN
"App\Security\Voter\DeletePropertyCertificateVoter"
ACCESS ABSTAIN
"App\Security\Voter\IdentityImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\MandateVoter"
ACCESS ABSTAIN
"App\Security\Voter\ProfileVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyDetailsVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVisitVoucherVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TransactionVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED ROLE_IT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\CandidateVoter"
ACCESS ABSTAIN
"App\Security\Voter\DeletePropertyCertificateVoter"
ACCESS ABSTAIN
"App\Security\Voter\IdentityImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\MandateVoter"
ACCESS ABSTAIN
"App\Security\Voter\ProfileVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyDetailsVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVisitVoucherVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TransactionVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED ROLE_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\CandidateVoter"
ACCESS ABSTAIN
"App\Security\Voter\DeletePropertyCertificateVoter"
ACCESS ABSTAIN
"App\Security\Voter\IdentityImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\MandateVoter"
ACCESS ABSTAIN
"App\Security\Voter\ProfileVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyDetailsVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVisitVoucherVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TransactionVoter"
ACCESS ABSTAIN
Show voter details
5 GRANTED ROLE_PUBLIC_ACCESS
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
6 GRANTED PUBLIC_ACCESS
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS GRANTED
Show voter details
7 DENIED ROLE_MANAGER
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\CandidateVoter"
ACCESS ABSTAIN
"App\Security\Voter\DeletePropertyCertificateVoter"
ACCESS ABSTAIN
"App\Security\Voter\IdentityImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\MandateVoter"
ACCESS ABSTAIN
"App\Security\Voter\ProfileVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyDetailsVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVisitVoucherVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TransactionVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED ROLE_IT
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\CandidateVoter"
ACCESS ABSTAIN
"App\Security\Voter\DeletePropertyCertificateVoter"
ACCESS ABSTAIN
"App\Security\Voter\IdentityImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\MandateVoter"
ACCESS ABSTAIN
"App\Security\Voter\ProfileVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyDetailsVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyImageVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVisitVoucherVoter"
ACCESS ABSTAIN
"App\Security\Voter\PropertyVoter"
ACCESS ABSTAIN
"App\Security\Voter\TransactionVoter"
ACCESS ABSTAIN
Show voter details