Skip to content

Commit

Permalink
[MNT-24470] Add Note to reflect that Basic Auth with Identity Service…
Browse files Browse the repository at this point in the history
…s is no longer supported (#1607)
  • Loading branch information
aritrihore authored Nov 26, 2024
1 parent 03a5f3d commit 7276198
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions process-services/latest/config/authenticate.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ The authentication methods that can be configured for Process Services are:

Process Services can be configured to authenticate using the [Identity Service]({% link identity-service/1.2/index.md %}).

>**Note:** Starting from Alfresco Process Services 24.1, basic authentication is no longer supported when `activiti.identity-service.enabled` is set to `true`, as part of replacing Keycloak adapter with Spring security. This includes access to the REST APIs, for which you will first need to obtain a token from Identity Services.
The Identity Service allows you to configure user authentication between a supported LDAP provider or SAML identity provider and the Identity Service for Single Sign On (SSO) capabilities.

The Identity Service needs to be [deployed]({% link identity-service/1.2/install/index.md %}) and [configured]({% link identity-service/1.2/config/index.md %}) with an identity provider before being set up with other Alfresco products.
Expand Down
2 changes: 2 additions & 0 deletions process-services/latest/develop/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ You can use any of the following methods for REST API user authentication:
* [OAuth 2 SSO](#oauth-2-sso-overview)
* Impersonation

>**Note:** Starting from Alfresco Process Services 24.1, basic authentication is no longer supported when `activiti.identity-service.enabled` is set to `true`, as part of replacing Keycloak adapter with Spring security. This includes access to the REST APIs, for which you will first need to obtain a token from Identity Services.
If you are using basic authentication, you must set all requests with the `Authorization` header.

If you are using OAuth 2 to authenticate users for SSO, see [OAuth 2 SSO](#oauth-2-sso-overview) for more information.
Expand Down

0 comments on commit 7276198

Please sign in to comment.