Skip to content

Releases: goauthentik/client-go

v3.2024083.3

08 Oct 19:05
Compare
Choose a tag to compare

Update API Client

v3.2024083.2

30 Sep 21:34
Compare
Choose a tag to compare

Update API Client

v3.2024083.1

27 Sep 15:06
Compare
Choose a tag to compare

Update API Client

v3.2024082.1

16 Sep 13:10
Compare
Choose a tag to compare

Update API Client

v3.2024081.1

07 Sep 23:49
Compare
Choose a tag to compare

Update API Client

v3.2024080.1

03 Sep 12:45
Compare
Choose a tag to compare

Update API Client

v3.2024064.1

23 Aug 14:35
Compare
Choose a tag to compare

Update API Client

v3.2024063.14: Update API Client

23 Aug 12:09
Compare
Choose a tag to compare

Update API Client

What's New


GET /enterprise/license/install_id/

What's Deleted


GET /enterprise/license/get_install_id/

What's Changed


GET /enterprise/license/summary/
Parameters:

Added: cached in query

v3.2024063.13: Update API Client

22 Aug 14:49
Compare
Choose a tag to compare

Update API Client

What's New


POST /providers/google_workspace/{id}/sync/object/
POST /providers/microsoft_entra/{id}/sync/object/
POST /providers/scim/{id}/sync/object/

v3.2024063.12: Update API Client

17 Aug 19:20
Compare
Choose a tag to compare

Update API Client

What's Changed


GET /providers/saml/{id}/
Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property encryption_kp (string)

      When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

    • Added property sign_assertion (boolean)

    • Added property sign_response (boolean)

PUT /providers/saml/{id}/
Request:

Changed content type : application/json

  • Added property encryption_kp (string)

    When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

  • Added property sign_assertion (boolean)

  • Added property sign_response (boolean)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property encryption_kp (string)

      When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

    • Added property sign_assertion (boolean)

    • Added property sign_response (boolean)

PATCH /providers/saml/{id}/
Request:

Changed content type : application/json

  • Added property encryption_kp (string)

    When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

  • Added property sign_assertion (boolean)

  • Added property sign_response (boolean)

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Added property encryption_kp (string)

      When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

    • Added property sign_assertion (boolean)

    • Added property sign_response (boolean)

POST /providers/saml/
Request:

Changed content type : application/json

  • Added property encryption_kp (string)

    When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

  • Added property sign_assertion (boolean)

  • Added property sign_response (boolean)

Return Type:

Changed response : 201 Created

  • Changed content type : application/json

    • Added property encryption_kp (string)

      When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

    • Added property sign_assertion (boolean)

    • Added property sign_response (boolean)

GET /providers/saml/
Parameters:

Added: encryption_kp in query

Added: sign_assertion in query

Added: sign_response in query

Return Type:

Changed response : 200 OK

  • Changed content type : application/json

    • Changed property results (array)

      Changed items (object):
      > SAMLProvider Serializer

      • Added property encryption_kp (string)

        When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

      • Added property sign_assertion (boolean)

      • Added property sign_response (boolean)

PUT /core/transactional/applications/
Request:

Changed content type : application/json

  • Changed property provider (object)

    Updated authentik_providers_saml.samlprovider provider_model:

    • Added property encryption_kp (string)

      When selected, incoming assertions are encrypted by the IdP using the public key of the encryption keypair. The assertion is decrypted by the SP using the the private key.

    • Added property sign_assertion (boolean)

    • Added property sign_response (boolean)