Skip to content

v3.2025024.7: Update API Client

Compare
Choose a tag to compare
@authentik-automation authentik-automation released this 16 Apr 13:13
· 10 commits to main since this release

Update API Client

What's Changed


GET /sources/oauth/{slug}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property authorization_code_auth_method (object)

      How to perform authentication during an authorization_code token request flow

      Enum values:

      • basic_auth
      • post_body
PUT /sources/oauth/{slug}/
Request:

Changed content type : application/json

  • Added property authorization_code_auth_method (object)

    How to perform authentication during an authorization_code token request flow

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property authorization_code_auth_method (object)

      How to perform authentication during an authorization_code token request flow

PATCH /sources/oauth/{slug}/
Request:

Changed content type : application/json

  • Added property authorization_code_auth_method (object)

    How to perform authentication during an authorization_code token request flow

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property authorization_code_auth_method (object)

      How to perform authentication during an authorization_code token request flow

POST /sources/oauth/
Request:

Changed content type : application/json

  • Added property authorization_code_auth_method (object)

    How to perform authentication during an authorization_code token request flow

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property authorization_code_auth_method (object)

      How to perform authentication during an authorization_code token request flow

GET /sources/oauth/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > OAuth Source Serializer

      • Added property authorization_code_auth_method (object)

        How to perform authentication during an authorization_code token request flow