Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MNT-24470] Basic Auth with Identity Services is no longer supported #1607

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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