Skip to main content

sources_kerberos_list

GET 

/sources/kerberos/

Kerberos Source Viewset

Request

Query Parameters

    enabled boolean
    name string
    ordering string

    Which field to use when ordering the results.

    page integer

    A page number within the paginated result set.

    page_size integer

    Number of results to return per page.

    password_login_update_internal_password boolean
    realm string
    search string

    A search term.

    slug string
    spnego_server_name string
    sync_principal string
    sync_users boolean
    sync_users_password boolean

Responses

Schema

    pagination

    object

    required

    next numberrequired
    previous numberrequired
    count numberrequired
    current numberrequired
    total_pages numberrequired
    start_index numberrequired
    end_index numberrequired

    results

    object[]

    required

  • Array [

  • pk uuidrequired
    name stringrequired

    Source's display Name.

    slug stringrequired

    Internal source name, used in URLs.

    Possible values: <= 50 characters, Value must match regular expression ^[-a-zA-Z0-9_]+$

    enabled boolean
    authentication_flow uuidnullable

    Flow to use when authenticating existing users.

    enrollment_flow uuidnullable

    Flow to use when enrolling new users.

    user_property_mappings uuid[]
    group_property_mappings uuid[]
    component stringrequired

    Get object component so that we know how to edit the object

    verbose_name stringrequired

    Return object's verbose_name

    verbose_name_plural stringrequired

    Return object's plural verbose_name

    meta_model_name stringrequired

    Return internal model name

    policy_engine_mode PolicyEngineMode (string)

    Possible values: [all, any]

    user_matching_mode UserMatchingModeEnum (string)

    How the source determines if an existing user should be authenticated or a new user enrolled.

    Possible values: [identifier, email_link, email_deny, username_link, username_deny]

    managed Managed by authentik (string)nullablerequired

    Objects that are managed by authentik. These objects are created and updated automatically. This flag only indicates that an object can be overwritten by migrations. You can still modify the objects via the API, but expect changes to be overwritten in a later update.

    user_path_template string
    icon stringrequired
    group_matching_mode GroupMatchingModeEnum (string)

    How the source determines if an existing group should be used or a new group created.

    Possible values: [identifier, name_link, name_deny]

    realm stringrequired

    Kerberos realm

    krb5_conf string

    Custom krb5.conf to use. Uses the system one by default

    sync_users boolean

    Sync users from Kerberos into authentik

    sync_users_password boolean

    When a user changes their password, sync it back to Kerberos

    sync_principal string

    Principal to authenticate to kadmin for sync.

    sync_ccache string

    Credentials cache to authenticate to kadmin for sync. Must be in the form TYPE:residual

    connectivity

    object

    nullable

    required

    Get cached source connectivity

    property name* string
    spnego_server_name string

    Force the use of a specific server name for SPNEGO. Must be in the form HTTP@hostname

    spnego_ccache string

    Credential cache to use for SPNEGO in form type:residual

    password_login_update_internal_password boolean

    If enabled, the authentik-stored password will be updated upon login with the Kerberos password backend

  • ]

Loading...