Table of Contents

auth_entrypoints_oidc_token_success - An OIDC / OAuth token endpoint fetch has succeded

This is the documentation for the audit log event auth_entrypoints_oidc_token_success

CEF:0|PhenixID|PAS|6.0.0|auth_entrypoints_oidc_token_success|An OIDC / OAuth token endpoint fetch has succeded|3|phxEntrypointId= phxEntrypointType= phxHttpServerId= phxOIDCAccessTokenHash= phxOIDCAccessTokenJTI= phxOIDCGrantType= phxOIDCIdTokenJTI= phxOIDCRefreshTokenHash= phxOIDCScopes= phxOIDCTokenHash= phxTraceId= requestClientApplication= sourceServiceName= src=

An OIDC / OAuth token endpoint fetch has succeded

  • Severity: 3 INFO

Attributes

phxEntrypointId

  • Data type: String

Id of the entrypoint in the configuration

phxEntrypointType

  • Data type: String
  • The type of entrypoint used for the authentication session
  • Possible values
    • OIDC The OpenID Connect entrypoint.
    • SAML The SAML entrypoint.
    • Internal The INTERNAL entrypoint.
    • Relay The RELAY entrypoint.
    • Unknown Unknown entrypoint type.

The entrypoint / protocol used in the authentication session

phxHttpServerId

  • Data type: String

The id of the HTTP server in the configuration that received the incoming request

phxOIDCAccessTokenHash

  • Data type: String

The hash value of generated the access token

phxOIDCAccessTokenJTI

  • Data type: String

The JWT ID (JTI) of the access token, if any

phxOIDCGrantType

  • Data type: String

The OIDC / OAuth grant type

phxOIDCIdTokenJTI

  • Data type: String

The JWT ID (JTI) of the id token

phxOIDCRefreshTokenHash

  • Data type: String

The hash value of the generated refresh token

phxOIDCScopes

  • Data type: String

The OIDC scope that have been requested.

phxOIDCTokenHash

  • Data type: String

The hash value of the code / refresh token used as grant, or the access/refresh token used for introspection/revocation. The input token/code.

phxTraceId

  • Data type: String

The trace id of the request

requestClientApplication

  • Data type: String

The user agent for the HTTP client

sourceServiceName

  • Data type: String

The request issuer, for example the SAML2 SP's entity id, or the OIDC client id

src

  • Data type: String

The source IP address