mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-07 04:40:05 -06:00
feat(auth-app): add changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
5
changelog/unreleased/auth-app-service.md
Normal file
5
changelog/unreleased/auth-app-service.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Introduce auth-app service
|
||||
|
||||
Introduce a new service, auth-app, that provides authentication and authorization services for applications.
|
||||
|
||||
https://github.com/owncloud/ocis/pull/9079
|
||||
@@ -5,11 +5,11 @@ The auth-app service provides authentication for 3rd party apps.
|
||||
## The `auth` Service Family
|
||||
|
||||
ocis uses serveral authentication services for different use cases. All services that start with `auth-` are part of the authentication service family. Each member authenticates requests with different scopes. As of now, these services exist:
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
- `auth-basic` handles basic authentication
|
||||
- `auth-bearer` handles oidc authentication
|
||||
- `auth-machine` handles interservice authentication when a user is impersonated
|
||||
- `auth-service` handles interservice authentication when using service accounts
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
|
||||
## Service Startup
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@ To enable `auth-basic`, you first must set `PROXY_ENABLE_BASIC_AUTH` to `true`.
|
||||
## The `auth` Service Family
|
||||
|
||||
ocis uses serveral authentication services for different use cases. All services that start with `auth-` are part of the authentication service family. Each member authenticates requests with different scopes. As of now, these services exist:
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
- `auth-basic` handles basic authentication
|
||||
- `auth-bearer` handles oidc authentication
|
||||
- `auth-machine` handles interservice authentication when a user is impersonated
|
||||
- `auth-service` handles interservice authentication when using service accounts
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
|
||||
## Auth Managers
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ The oCIS Auth Bearer service communicates with the configured OpenID Connect ide
|
||||
## The `auth` Service Family
|
||||
|
||||
ocis uses serveral authentication services for different use cases. All services that start with `auth-` are part of the authentication service family. Each member authenticates requests with different scopes. As of now, these services exist:
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
- `auth-basic` handles basic authentication
|
||||
- `auth-bearer` handles oidc authentication
|
||||
- `auth-machine` handles interservice authentication when a user is impersonated
|
||||
- `auth-service` handles interservice authentication when using service accounts
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
|
||||
## Built in OpenID Connect Identity Provider
|
||||
|
||||
|
||||
@@ -3,11 +3,11 @@
|
||||
The oCIS Auth Machine is used for interservice communication when using user impersonation.
|
||||
|
||||
ocis uses serveral authentication services for different use cases. All services that start with `auth-` are part of the authentication service family. Each member authenticates requests with different scopes. As of now, these services exist:
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
- `auth-basic` handles basic authentication
|
||||
- `auth-bearer` handles oidc authentication
|
||||
- `auth-machine` handles interservice authentication when a user is impersonated
|
||||
- `auth-service` handles interservice authentication when using service accounts
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
|
||||
## User Impersonation
|
||||
|
||||
|
||||
@@ -5,11 +5,11 @@ The ocis Auth Service is used to authenticate service accounts. Compared to norm
|
||||
## The `auth` Service Family
|
||||
|
||||
ocis uses serveral authentication services for different use cases. All services that start with `auth-` are part of the authentication service family. Each member authenticates requests with different scopes. As of now, these services exist:
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
- `auth-basic` handles basic authentication
|
||||
- `auth-bearer` handles oidc authentication
|
||||
- `auth-machine` handles interservice authentication when a user is impersonated
|
||||
- `auth-service` handles interservice authentication when using service accounts
|
||||
- `auth-app` handles authentication of external 3rd party apps
|
||||
|
||||
## Service Accounts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user