website: bump the docusaurus group in /website with 3 updates (#7400)

* website: bump the docusaurus group in /website with 3 updates

Bumps the docusaurus group in /website with 3 updates: [@docusaurus/plugin-client-redirects](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-client-redirects), [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) and [@docusaurus/theme-mermaid](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-theme-mermaid).


Updates `@docusaurus/plugin-client-redirects` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-plugin-client-redirects)

Updates `@docusaurus/preset-classic` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/theme-mermaid` from 2.4.3 to 3.0.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.0.0/packages/docusaurus-theme-mermaid)

---
updated-dependencies:
- dependency-name: "@docusaurus/plugin-client-redirects"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
- dependency-name: "@docusaurus/theme-mermaid"
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>

* update

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* migrate docusaurus config to ts

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix docs-only build

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
dependabot[bot] 2023-11-06 15:12:23 +01:00 committed by GitHub
parent 90b8217eb2
commit 823e7dbe1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 7587 additions and 14101 deletions

View File

@ -110,6 +110,8 @@ gen-diff: ## (Release) generate the changelog diff between the current schema a
--markdown /local/diff.md \ --markdown /local/diff.md \
/local/old_schema.yml /local/schema.yml /local/old_schema.yml /local/schema.yml
rm old_schema.yml rm old_schema.yml
sed -i 's/{/&#123;/g' diff.md
sed -i 's/}/&#125;/g' diff.md
npx prettier --write diff.md npx prettier --write diff.md
gen-clean: gen-clean:

View File

@ -68,8 +68,8 @@
- Create a draft GitHub Security advisory - Create a draft GitHub Security advisory
<details><summary>Template</summary> <details>
<p> <summary>Template</summary>
```markdown ```markdown
### Summary ### Summary
@ -99,7 +99,6 @@ If you have any questions or comments about this advisory:
- Email us at [security@goauthentik.io](mailto:security@goauthentik.io) - Email us at [security@goauthentik.io](mailto:security@goauthentik.io)
``` ```
</p>
</details> </details>
- Request a CVE via the draft advisory - Request a CVE via the draft advisory
@ -118,8 +117,8 @@ If you have any questions or comments about this advisory:
- Wait for GitHub to assign a CVE - Wait for GitHub to assign a CVE
- Announce the release of the vulnerability via Mailing list and discord - Announce the release of the vulnerability via Mailing list and discord
<details><summary>Mailing list template</summary> <details>
<p> <summary>Mailing list template</summary>
Subject: `Notice of upcoming authentik Security releases 2022.10.3 and 2022.11.3` Subject: `Notice of upcoming authentik Security releases 2022.10.3 and 2022.11.3`
@ -127,17 +126,15 @@ Subject: `Notice of upcoming authentik Security releases 2022.10.3 and 2022.11.3
We'll be publishing a security Issue (CVE-2022-xxxxx) and accompanying fix on _date_, 13:00 UTC with the Severity level High. Fixed versions x, y and z will be released alongside a workaround for previous versions. For more info, see the authentik Security policy here: https://goauthentik.io/docs/security/policy. We'll be publishing a security Issue (CVE-2022-xxxxx) and accompanying fix on _date_, 13:00 UTC with the Severity level High. Fixed versions x, y and z will be released alongside a workaround for previous versions. For more info, see the authentik Security policy here: https://goauthentik.io/docs/security/policy.
``` ```
</p>
</details> </details>
<details><summary>Discord template</summary> <details>
<p> <summary>Discord template</summary>
```markdown ```markdown
@everyone We'll be publishing a security Issue (CVE-2022-xxxxx) and accompanying fix on _date_, 13:00 UTC with the Severity level High. Fixed versions x, y and z will be released alongside a workaround for previous versions. For more info, see the authentik Security policy here: https://goauthentik.io/docs/security/policy. @everyone We'll be publishing a security Issue (CVE-2022-xxxxx) and accompanying fix on _date_, 13:00 UTC with the Severity level High. Fixed versions x, y and z will be released alongside a workaround for previous versions. For more info, see the authentik Security policy here: https://goauthentik.io/docs/security/policy.
``` ```
</p>
</details> </details>
### Creating a security release ### Creating a security release
@ -149,7 +146,8 @@ We'll be publishing a security Issue (CVE-2022-xxxxx) and accompanying fix on _d
- Resume the instructions above, starting with the `bumpversion` step - Resume the instructions above, starting with the `bumpversion` step
- After the release has been published, update the Discord announcement and send another mail to the mailing list to point to the new releases - After the release has been published, update the Discord announcement and send another mail to the mailing list to point to the new releases
<details><summary>Mailing list template</summary> <details>
<summary>Mailing list template</summary>
<p> <p>
Subject: `Release of authentik Security releases 2022.10.3 and 2022.11.3` Subject: `Release of authentik Security releases 2022.10.3 and 2022.11.3`
@ -163,7 +161,8 @@ Releases 2022.10.3 and 2022.11.3 with fixes included are available here: https:/
</p> </p>
</details> </details>
<details><summary>Discord template</summary> <details>
<summary>Discord template</summary>
<p> <p>
```markdown ```markdown

View File

@ -10,6 +10,6 @@ To access the Requests page, where you can open a request and view current reque
You can also bookmark the direct link to your Requests page, using the following URL: You can also bookmark the direct link to your Requests page, using the following URL:
> <https://customers.goauthentik.io/l/support>. > https://customers.goauthentik.io/l/support.
You can also always reach out to us via email, using <hello@goauthentik.io> email address. You can also always reach out to us via email, using hello@goauthentik.io email address.

View File

@ -4,7 +4,7 @@ title: Get started
Installing authentik is exactly the same process for both Enterprise version and our free [open source](https://github.com/goauthentik/authentik) version. Installing authentik is exactly the same process for both Enterprise version and our free [open source](https://github.com/goauthentik/authentik) version.
> This **_Preview_** version of Enterprise authentik is available with our 2023.8.x release. Send us feedback through the Customer portal or to <hello@goauthentik.io>. > This **_Preview_** version of Enterprise authentik is available with our 2023.8.x release. Send us feedback through the Customer portal or to hello@goauthentik.io.
## Install Enterprise ## Install Enterprise

View File

@ -18,8 +18,8 @@ If you want to forward these events to another application, forward the log outp
A user logs in (including the source, if available) A user logs in (including the source, if available)
<details><summary>Example</summary> <details>
<p> <summary>Example</summary>
```json ```json
{ {
@ -54,15 +54,14 @@ A user logs in (including the source, if available)
} }
``` ```
</p>
</details> </details>
### `login_failed` ### `login_failed`
A failed login attempt A failed login attempt
<details><summary>Example</summary> <details>
<p> <summary>Example</summary>
```json ```json
{ {
@ -103,15 +102,14 @@ A failed login attempt
} }
``` ```
</p>
</details> </details>
### `logout` ### `logout`
A user logs out. A user logs out.
<details><summary>Example</summary> <details>
<p> <summary>Example</summary>
```json ```json
{ {
@ -144,15 +142,14 @@ A user logs out.
} }
``` ```
</p>
</details> </details>
### `user_write` ### `user_write`
A user is written to during a flow execution. A user is written to during a flow execution.
<details><summary>Example</summary> <details>
<p> <summary>Example</summary>
```json ```json
{ {
@ -194,7 +191,6 @@ A user is written to during a flow execution.
} }
``` ```
</p>
</details> </details>
### `suspicious_request` ### `suspicious_request`
@ -221,8 +217,8 @@ An invitation is used.
A user authorizes an application. A user authorizes an application.
<details><summary>Example</summary> <details>
<p> <summary>Example</summary>
```json ```json
{ {
@ -270,7 +266,6 @@ A user authorizes an application.
} }
``` ```
</p>
</details> </details>
### `source_linked` ### `source_linked`

View File

@ -41,15 +41,15 @@ slug: "/releases/2022.10"
##### `POST` /sources/user_connections/saml/ ##### `POST` /sources/user_connections/saml/
##### `GET` /sources/user_connections/saml/{id}/ ##### `GET` /sources/user_connections/saml/&#123;id&#125;/
##### `PUT` /sources/user_connections/saml/{id}/ ##### `PUT` /sources/user_connections/saml/&#123;id&#125;/
##### `DELETE` /sources/user_connections/saml/{id}/ ##### `DELETE` /sources/user_connections/saml/&#123;id&#125;/
##### `PATCH` /sources/user_connections/saml/{id}/ ##### `PATCH` /sources/user_connections/saml/&#123;id&#125;/
##### `GET` /sources/user_connections/saml/{id}/used_by/ ##### `GET` /sources/user_connections/saml/&#123;id&#125;/used_by/
#### What's Deleted #### What's Deleted
@ -61,7 +61,7 @@ slug: "/releases/2022.10"
--- ---
##### `GET` /core/tenants/{tenant_uuid}/ ##### `GET` /core/tenants/&#123;tenant_uuid&#125;/
###### Return Type: ###### Return Type:
@ -71,7 +71,7 @@ Changed response : **200 OK**
- Added property `flow_device_code` (string) - Added property `flow_device_code` (string)
##### `PUT` /core/tenants/{tenant_uuid}/ ##### `PUT` /core/tenants/&#123;tenant_uuid&#125;/
###### Request: ###### Request:
@ -87,7 +87,7 @@ Changed response : **200 OK**
- Added property `flow_device_code` (string) - Added property `flow_device_code` (string)
##### `PATCH` /core/tenants/{tenant_uuid}/ ##### `PATCH` /core/tenants/&#123;tenant_uuid&#125;/
###### Request: ###### Request:
@ -103,7 +103,7 @@ Changed response : **200 OK**
- Added property `flow_device_code` (string) - Added property `flow_device_code` (string)
##### `GET` /propertymappings/notification/{pm_uuid}/ ##### `GET` /propertymappings/notification/&#123;pm_uuid&#125;/
###### Parameters: ###### Parameters:
@ -111,7 +111,7 @@ Changed: `pm_uuid` in `path`
> A UUID string identifying this Webhook Mapping. > A UUID string identifying this Webhook Mapping.
##### `PUT` /propertymappings/notification/{pm_uuid}/ ##### `PUT` /propertymappings/notification/&#123;pm_uuid&#125;/
###### Parameters: ###### Parameters:
@ -119,7 +119,7 @@ Changed: `pm_uuid` in `path`
> A UUID string identifying this Webhook Mapping. > A UUID string identifying this Webhook Mapping.
##### `DELETE` /propertymappings/notification/{pm_uuid}/ ##### `DELETE` /propertymappings/notification/&#123;pm_uuid&#125;/
###### Parameters: ###### Parameters:
@ -127,7 +127,7 @@ Changed: `pm_uuid` in `path`
> A UUID string identifying this Webhook Mapping. > A UUID string identifying this Webhook Mapping.
##### `PATCH` /propertymappings/notification/{pm_uuid}/ ##### `PATCH` /propertymappings/notification/&#123;pm_uuid&#125;/
###### Parameters: ###### Parameters:
@ -205,7 +205,7 @@ Changed response : **200 OK**
Added: `include_details` in `query` Added: `include_details` in `query`
##### `GET` /propertymappings/notification/{pm_uuid}/used_by/ ##### `GET` /propertymappings/notification/&#123;pm_uuid&#125;/used_by/
###### Parameters: ###### Parameters:
@ -229,7 +229,7 @@ Changed response : **200 OK**
- `can_debug` - `can_debug`
##### `GET` /sources/oauth/{slug}/ ##### `GET` /sources/oauth/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -243,7 +243,7 @@ Changed response : **200 OK**
- `twitch` - `twitch`
##### `PUT` /sources/oauth/{slug}/ ##### `PUT` /sources/oauth/&#123;slug&#125;/
###### Request: ###### Request:
@ -267,7 +267,7 @@ Changed response : **200 OK**
- `twitch` - `twitch`
##### `PATCH` /sources/oauth/{slug}/ ##### `PATCH` /sources/oauth/&#123;slug&#125;/
###### Request: ###### Request:
@ -291,7 +291,7 @@ Changed response : **200 OK**
- `twitch` - `twitch`
##### `GET` /flows/bindings/{fsb_uuid}/ ##### `GET` /flows/bindings/&#123;fsb_uuid&#125;/
###### Return Type: ###### Return Type:
@ -319,7 +319,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /flows/bindings/{fsb_uuid}/ ##### `PUT` /flows/bindings/&#123;fsb_uuid&#125;/
###### Return Type: ###### Return Type:
@ -347,7 +347,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /flows/bindings/{fsb_uuid}/ ##### `PATCH` /flows/bindings/&#123;fsb_uuid&#125;/
###### Return Type: ###### Return Type:
@ -417,7 +417,7 @@ Changed response : **200 OK**
- `twitch` - `twitch`
##### `GET` /stages/all/{stage_uuid}/ ##### `GET` /stages/all/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -441,7 +441,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/duo/{stage_uuid}/ ##### `GET` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -465,7 +465,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/duo/{stage_uuid}/ ##### `PUT` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -497,7 +497,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/duo/{stage_uuid}/ ##### `PATCH` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -529,7 +529,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/sms/{stage_uuid}/ ##### `GET` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -557,7 +557,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/sms/{stage_uuid}/ ##### `PUT` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -597,7 +597,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/sms/{stage_uuid}/ ##### `PATCH` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -637,7 +637,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/static/{stage_uuid}/ ##### `GET` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -661,7 +661,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/static/{stage_uuid}/ ##### `PUT` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -693,7 +693,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/static/{stage_uuid}/ ##### `PATCH` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -725,7 +725,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/totp/{stage_uuid}/ ##### `GET` /stages/authenticator/totp/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -749,7 +749,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/totp/{stage_uuid}/ ##### `PUT` /stages/authenticator/totp/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -781,7 +781,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/totp/{stage_uuid}/ ##### `PATCH` /stages/authenticator/totp/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -813,7 +813,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/validate/{stage_uuid}/ ##### `GET` /stages/authenticator/validate/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -837,7 +837,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/validate/{stage_uuid}/ ##### `PUT` /stages/authenticator/validate/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -869,7 +869,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/validate/{stage_uuid}/ ##### `PATCH` /stages/authenticator/validate/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -901,7 +901,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/authenticator/webauthn/{stage_uuid}/ ##### `GET` /stages/authenticator/webauthn/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -925,7 +925,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/authenticator/webauthn/{stage_uuid}/ ##### `PUT` /stages/authenticator/webauthn/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -957,7 +957,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/authenticator/webauthn/{stage_uuid}/ ##### `PATCH` /stages/authenticator/webauthn/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -989,7 +989,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/captcha/{stage_uuid}/ ##### `GET` /stages/captcha/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1013,7 +1013,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/captcha/{stage_uuid}/ ##### `PUT` /stages/captcha/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1045,7 +1045,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/captcha/{stage_uuid}/ ##### `PATCH` /stages/captcha/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1077,7 +1077,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/consent/{stage_uuid}/ ##### `GET` /stages/consent/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1101,7 +1101,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/consent/{stage_uuid}/ ##### `PUT` /stages/consent/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1133,7 +1133,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/consent/{stage_uuid}/ ##### `PATCH` /stages/consent/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1165,7 +1165,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/deny/{stage_uuid}/ ##### `GET` /stages/deny/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1189,7 +1189,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/deny/{stage_uuid}/ ##### `PUT` /stages/deny/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1221,7 +1221,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/deny/{stage_uuid}/ ##### `PATCH` /stages/deny/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1253,7 +1253,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/dummy/{stage_uuid}/ ##### `GET` /stages/dummy/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1277,7 +1277,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/dummy/{stage_uuid}/ ##### `PUT` /stages/dummy/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1309,7 +1309,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/dummy/{stage_uuid}/ ##### `PATCH` /stages/dummy/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1341,7 +1341,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/email/{stage_uuid}/ ##### `GET` /stages/email/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1365,7 +1365,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/email/{stage_uuid}/ ##### `PUT` /stages/email/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1397,7 +1397,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/email/{stage_uuid}/ ##### `PATCH` /stages/email/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1429,7 +1429,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/identification/{stage_uuid}/ ##### `GET` /stages/identification/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1453,7 +1453,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/identification/{stage_uuid}/ ##### `PUT` /stages/identification/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1485,7 +1485,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/identification/{stage_uuid}/ ##### `PATCH` /stages/identification/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1517,7 +1517,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/invitation/stages/{stage_uuid}/ ##### `GET` /stages/invitation/stages/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1541,7 +1541,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/invitation/stages/{stage_uuid}/ ##### `PUT` /stages/invitation/stages/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1573,7 +1573,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/invitation/stages/{stage_uuid}/ ##### `PATCH` /stages/invitation/stages/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1605,7 +1605,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/password/{stage_uuid}/ ##### `GET` /stages/password/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1629,7 +1629,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/password/{stage_uuid}/ ##### `PUT` /stages/password/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1661,7 +1661,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/password/{stage_uuid}/ ##### `PATCH` /stages/password/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1693,7 +1693,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/prompt/stages/{stage_uuid}/ ##### `GET` /stages/prompt/stages/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1717,7 +1717,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/prompt/stages/{stage_uuid}/ ##### `PUT` /stages/prompt/stages/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1749,7 +1749,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/prompt/stages/{stage_uuid}/ ##### `PATCH` /stages/prompt/stages/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1781,7 +1781,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/user_delete/{stage_uuid}/ ##### `GET` /stages/user_delete/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1805,7 +1805,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/user_delete/{stage_uuid}/ ##### `PUT` /stages/user_delete/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1837,7 +1837,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/user_delete/{stage_uuid}/ ##### `PATCH` /stages/user_delete/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1869,7 +1869,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/user_login/{stage_uuid}/ ##### `GET` /stages/user_login/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1893,7 +1893,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/user_login/{stage_uuid}/ ##### `PUT` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1925,7 +1925,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/user_login/{stage_uuid}/ ##### `PATCH` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1957,7 +1957,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/user_logout/{stage_uuid}/ ##### `GET` /stages/user_logout/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1981,7 +1981,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/user_logout/{stage_uuid}/ ##### `PUT` /stages/user_logout/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2013,7 +2013,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/user_logout/{stage_uuid}/ ##### `PATCH` /stages/user_logout/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2045,7 +2045,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/user_write/{stage_uuid}/ ##### `GET` /stages/user_write/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -2069,7 +2069,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/user_write/{stage_uuid}/ ##### `PUT` /stages/user_write/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2101,7 +2101,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/user_write/{stage_uuid}/ ##### `PATCH` /stages/user_write/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2193,7 +2193,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /flows/executor/{flow_slug}/ ##### `GET` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:
@ -2298,7 +2298,7 @@ Changed response : **200 OK**
Added 'ak-source-oauth-apple' component: Added 'ak-source-oauth-apple' component:
Added 'ak-source-plex' component: Added 'ak-source-plex' component:
##### `POST` /flows/executor/{flow_slug}/ ##### `POST` /flows/executor/&#123;flow_slug&#125;/
###### Request: ###### Request:
@ -2349,7 +2349,7 @@ Changed response : **200 OK**
Added 'ak-source-oauth-apple' component: Added 'ak-source-oauth-apple' component:
Added 'ak-source-plex' component: Added 'ak-source-plex' component:
##### `GET` /flows/inspector/{flow_slug}/ ##### `GET` /flows/inspector/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:
@ -3269,7 +3269,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ##### `GET` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Return Type: ###### Return Type:
@ -3297,7 +3297,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ##### `PUT` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:
@ -3337,7 +3337,7 @@ Changed response : **200 OK**
* Deleted property `cache_count` (integer) * Deleted property `cache_count` (integer)
##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ##### `PATCH` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:

View File

@ -90,7 +90,7 @@ image:
--- ---
##### `GET` /policies/password/{policy_uuid}/ ##### `GET` /policies/password/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -111,7 +111,7 @@ Changed response : **200 OK**
- Added property `zxcvbn_score_threshold` (integer) - Added property `zxcvbn_score_threshold` (integer)
> If the zxcvbn score is equal or less than this value, the policy will fail. > If the zxcvbn score is equal or less than this value, the policy will fail.
##### `PUT` /policies/password/{policy_uuid}/ ##### `PUT` /policies/password/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -149,7 +149,7 @@ Changed response : **200 OK**
- Added property `zxcvbn_score_threshold` (integer) - Added property `zxcvbn_score_threshold` (integer)
> If the zxcvbn score is equal or less than this value, the policy will fail. > If the zxcvbn score is equal or less than this value, the policy will fail.
##### `PATCH` /policies/password/{policy_uuid}/ ##### `PATCH` /policies/password/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -187,7 +187,7 @@ Changed response : **200 OK**
- Added property `zxcvbn_score_threshold` (integer) - Added property `zxcvbn_score_threshold` (integer)
> If the zxcvbn score is equal or less than this value, the policy will fail. > If the zxcvbn score is equal or less than this value, the policy will fail.
##### `GET` /core/tokens/{identifier}/ ##### `GET` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -211,7 +211,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PUT` /core/tokens/{identifier}/ ##### `PUT` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -235,7 +235,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PATCH` /core/tokens/{identifier}/ ##### `PATCH` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -259,7 +259,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `GET` /core/users/{id}/ ##### `GET` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -279,7 +279,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PUT` /core/users/{id}/ ##### `PUT` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -299,7 +299,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PATCH` /core/users/{id}/ ##### `PATCH` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -319,7 +319,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `GET` /policies/bindings/{policy_binding_uuid}/ ##### `GET` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -343,7 +343,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PUT` /policies/bindings/{policy_binding_uuid}/ ##### `PUT` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -367,7 +367,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ##### `PATCH` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -518,7 +518,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `GET` /core/user_consent/{id}/ ##### `GET` /core/user_consent/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -586,7 +586,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -610,7 +610,7 @@ Changed response : **200 OK**
* Deleted property `users_obj` (array) * Deleted property `users_obj` (array)
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:

View File

@ -176,7 +176,7 @@ image:
--- ---
##### `GET` /stages/captcha/{stage_uuid}/ ##### `GET` /stages/captcha/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -191,7 +191,7 @@ Changed response : **200 OK**
- Changed property `public_key` (string) - Changed property `public_key` (string)
> Public key, acquired your captcha Provider. > Public key, acquired your captcha Provider.
##### `PUT` /stages/captcha/{stage_uuid}/ ##### `PUT` /stages/captcha/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -221,7 +221,7 @@ Changed response : **200 OK**
- Changed property `public_key` (string) - Changed property `public_key` (string)
> Public key, acquired your captcha Provider. > Public key, acquired your captcha Provider.
##### `PATCH` /stages/captcha/{stage_uuid}/ ##### `PATCH` /stages/captcha/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -251,7 +251,7 @@ Changed response : **200 OK**
- Changed property `public_key` (string) - Changed property `public_key` (string)
> Public key, acquired your captcha Provider. > Public key, acquired your captcha Provider.
##### `GET` /flows/executor/{flow_slug}/ ##### `GET` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:
@ -266,7 +266,7 @@ Changed response : **200 OK**
* Added property `js_url` (string) * Added property `js_url` (string)
##### `POST` /flows/executor/{flow_slug}/ ##### `POST` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:

View File

@ -23,21 +23,21 @@ slug: "/releases/2022.9"
--- ---
##### `POST` /stages/authenticator/duo/{stage_uuid}/import_device_manual/ ##### `POST` /stages/authenticator/duo/&#123;stage_uuid&#125;/import_device_manual/
##### `POST` /stages/authenticator/duo/{stage_uuid}/import_devices_automatic/ ##### `POST` /stages/authenticator/duo/&#123;stage_uuid&#125;/import_devices_automatic/
#### What's Deleted #### What's Deleted
--- ---
##### `POST` /stages/authenticator/duo/{stage_uuid}/import_devices/ ##### `POST` /stages/authenticator/duo/&#123;stage_uuid&#125;/import_devices/
#### What's Changed #### What's Changed
--- ---
##### `GET` /stages/authenticator/duo/{stage_uuid}/ ##### `GET` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -47,7 +47,7 @@ Changed response : **200 OK**
- Added property `admin_integration_key` (string) - Added property `admin_integration_key` (string)
##### `PUT` /stages/authenticator/duo/{stage_uuid}/ ##### `PUT` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -65,7 +65,7 @@ Changed response : **200 OK**
- Added property `admin_integration_key` (string) - Added property `admin_integration_key` (string)
##### `PATCH` /stages/authenticator/duo/{stage_uuid}/ ##### `PATCH` /stages/authenticator/duo/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -83,7 +83,7 @@ Changed response : **200 OK**
- Added property `admin_integration_key` (string) - Added property `admin_integration_key` (string)
##### `GET` /flows/executor/{flow_slug}/ ##### `GET` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:
@ -135,7 +135,7 @@ Changed response : **200 OK**
- Property `traceback` (string) - Property `traceback` (string)
##### `POST` /flows/executor/{flow_slug}/ ##### `POST` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:

View File

@ -133,15 +133,15 @@ image:
##### `POST` /policies/haveibeenpwned/ ##### `POST` /policies/haveibeenpwned/
##### `GET` /policies/haveibeenpwned/{policy_uuid}/ ##### `GET` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `PUT` /policies/haveibeenpwned/{policy_uuid}/ ##### `PUT` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `DELETE` /policies/haveibeenpwned/{policy_uuid}/ ##### `DELETE` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `PATCH` /policies/haveibeenpwned/{policy_uuid}/ ##### `PATCH` /policies/haveibeenpwned/&#123;policy_uuid&#125;/
##### `GET` /policies/haveibeenpwned/{policy_uuid}/used_by/ ##### `GET` /policies/haveibeenpwned/&#123;policy_uuid&#125;/used_by/
#### What's Changed #### What's Changed
@ -185,7 +185,7 @@ Changed response : **200 OK**
* Deleted property `authorizations_per_1h` (array) * Deleted property `authorizations_per_1h` (array)
##### `GET` /core/users/{id}/metrics/ ##### `GET` /core/users/&#123;id&#125;/metrics/
###### Return Type: ###### Return Type:
@ -217,7 +217,7 @@ Changed response : **200 OK**
* Deleted property `authorizations_per_1h` (array) * Deleted property `authorizations_per_1h` (array)
##### `GET` /managed/blueprints/{instance_uuid}/ ##### `GET` /managed/blueprints/&#123;instance_uuid&#125;/
###### Return Type: ###### Return Type:
@ -231,7 +231,7 @@ Changed response : **200 OK**
* Added property `content` (string) * Added property `content` (string)
##### `PUT` /managed/blueprints/{instance_uuid}/ ##### `PUT` /managed/blueprints/&#123;instance_uuid&#125;/
###### Request: ###### Request:
@ -255,7 +255,7 @@ Changed response : **200 OK**
* Added property `content` (string) * Added property `content` (string)
##### `PATCH` /managed/blueprints/{instance_uuid}/ ##### `PATCH` /managed/blueprints/&#123;instance_uuid&#125;/
###### Request: ###### Request:
@ -275,7 +275,7 @@ Changed response : **200 OK**
* Added property `content` (string) * Added property `content` (string)
##### `POST` /managed/blueprints/{instance_uuid}/apply/ ##### `POST` /managed/blueprints/&#123;instance_uuid&#125;/apply/
###### Return Type: ###### Return Type:
@ -289,7 +289,7 @@ Changed response : **200 OK**
* Added property `content` (string) * Added property `content` (string)
##### `GET` /outposts/proxy/{id}/ ##### `GET` /outposts/proxy/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -300,7 +300,7 @@ Changed response : **200 OK**
- Added property `intercept_header_auth` (boolean) - Added property `intercept_header_auth` (boolean)
> When enabled, this provider will intercept the authorization header and authenticate requests based on its value. > When enabled, this provider will intercept the authorization header and authenticate requests based on its value.
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -316,7 +316,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp` - `authentik.policies.hibp`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -344,7 +344,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp` - `authentik.policies.hibp`
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -372,7 +372,7 @@ Changed response : **200 OK**
- `authentik.policies.hibp` - `authentik.policies.hibp`
##### `GET` /propertymappings/scope/{pm_uuid}/ ##### `GET` /propertymappings/scope/&#123;pm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -383,7 +383,7 @@ Changed response : **200 OK**
- Changed property `scope_name` (string) - Changed property `scope_name` (string)
> Scope name requested by the client > Scope name requested by the client
##### `PUT` /propertymappings/scope/{pm_uuid}/ ##### `PUT` /propertymappings/scope/&#123;pm_uuid&#125;/
###### Request: ###### Request:
@ -401,7 +401,7 @@ Changed response : **200 OK**
- Changed property `scope_name` (string) - Changed property `scope_name` (string)
> Scope name requested by the client > Scope name requested by the client
##### `PATCH` /propertymappings/scope/{pm_uuid}/ ##### `PATCH` /propertymappings/scope/&#123;pm_uuid&#125;/
###### Request: ###### Request:
@ -419,7 +419,7 @@ Changed response : **200 OK**
- Changed property `scope_name` (string) - Changed property `scope_name` (string)
> Scope name requested by the client > Scope name requested by the client
##### `GET` /providers/proxy/{id}/ ##### `GET` /providers/proxy/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -441,7 +441,7 @@ Changed response : **200 OK**
Items (string): Items (string):
##### `PUT` /providers/proxy/{id}/ ##### `PUT` /providers/proxy/&#123;id&#125;/
###### Request: ###### Request:
@ -471,7 +471,7 @@ Changed response : **200 OK**
* Added property `jwks_sources` (array) * Added property `jwks_sources` (array)
##### `PATCH` /providers/proxy/{id}/ ##### `PATCH` /providers/proxy/&#123;id&#125;/
###### Request: ###### Request:
@ -517,7 +517,7 @@ Changed response : **200 OK**
* Added property `task_duration` (integer) * Added property `task_duration` (integer)
##### `GET` /admin/system_tasks/{id}/ ##### `GET` /admin/system_tasks/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -727,7 +727,7 @@ Changed response : **200 OK**
* Added property `jwks_sources` (array) * Added property `jwks_sources` (array)
##### `GET` /providers/saml/{id}/ ##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -744,7 +744,7 @@ Changed response : **200 OK**
* Added property `url_slo_redirect` (string) * Added property `url_slo_redirect` (string)
##### `PUT` /providers/saml/{id}/ ##### `PUT` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -761,7 +761,7 @@ Changed response : **200 OK**
* Added property `url_slo_redirect` (string) * Added property `url_slo_redirect` (string)
##### `PATCH` /providers/saml/{id}/ ##### `PATCH` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -778,7 +778,7 @@ Changed response : **200 OK**
* Added property `url_slo_redirect` (string) * Added property `url_slo_redirect` (string)
##### `GET` /sources/ldap/{slug}/sync_status/ ##### `GET` /sources/ldap/&#123;slug&#125;/sync_status/
###### Return Type: ###### Return Type:
@ -840,7 +840,7 @@ Added: `has_jwks` in `query`
> Only return sources with JWKS data > Only return sources with JWKS data
##### `GET` /stages/user_write/{stage_uuid}/ ##### `GET` /stages/user_write/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -859,7 +859,7 @@ Changed response : **200 OK**
- Deleted property `can_create_users` (boolean) - Deleted property `can_create_users` (boolean)
> When set, this stage can create users. If not enabled and no user is available, stage will fail. > When set, this stage can create users. If not enabled and no user is available, stage will fail.
##### `PUT` /stages/user_write/{stage_uuid}/ ##### `PUT` /stages/user_write/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -881,7 +881,7 @@ Changed response : **200 OK**
- Deleted property `can_create_users` (boolean) - Deleted property `can_create_users` (boolean)
> When set, this stage can create users. If not enabled and no user is available, stage will fail. > When set, this stage can create users. If not enabled and no user is available, stage will fail.
##### `PATCH` /stages/user_write/{stage_uuid}/ ##### `PATCH` /stages/user_write/&#123;stage_uuid&#125;/
###### Request: ###### Request:

View File

@ -147,19 +147,19 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2023.10
##### `GET` /rbac/permissions/ ##### `GET` /rbac/permissions/
##### `GET` /rbac/permissions/{id}/ ##### `GET` /rbac/permissions/&#123;id&#125;/
##### `GET` /rbac/permissions/assigned_by_roles/ ##### `GET` /rbac/permissions/assigned_by_roles/
##### `POST` /rbac/permissions/assigned_by_roles/{uuid}/assign/ ##### `POST` /rbac/permissions/assigned_by_roles/&#123;uuid&#125;/assign/
##### `PATCH` /rbac/permissions/assigned_by_roles/{uuid}/unassign/ ##### `PATCH` /rbac/permissions/assigned_by_roles/&#123;uuid&#125;/unassign/
##### `GET` /rbac/permissions/assigned_by_users/ ##### `GET` /rbac/permissions/assigned_by_users/
##### `POST` /rbac/permissions/assigned_by_users/{id}/assign/ ##### `POST` /rbac/permissions/assigned_by_users/&#123;id&#125;/assign/
##### `PATCH` /rbac/permissions/assigned_by_users/{id}/unassign/ ##### `PATCH` /rbac/permissions/assigned_by_users/&#123;id&#125;/unassign/
##### `GET` /rbac/permissions/roles/ ##### `GET` /rbac/permissions/roles/
@ -169,21 +169,21 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2023.10
##### `POST` /rbac/roles/ ##### `POST` /rbac/roles/
##### `GET` /rbac/roles/{uuid}/ ##### `GET` /rbac/roles/&#123;uuid&#125;/
##### `PUT` /rbac/roles/{uuid}/ ##### `PUT` /rbac/roles/&#123;uuid&#125;/
##### `DELETE` /rbac/roles/{uuid}/ ##### `DELETE` /rbac/roles/&#123;uuid&#125;/
##### `PATCH` /rbac/roles/{uuid}/ ##### `PATCH` /rbac/roles/&#123;uuid&#125;/
##### `GET` /rbac/roles/{uuid}/used_by/ ##### `GET` /rbac/roles/&#123;uuid&#125;/used_by/
#### What's Changed #### What's Changed
--- ---
##### `GET` /authenticators/admin/totp/{id}/ ##### `GET` /authenticators/admin/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -191,7 +191,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `PUT` /authenticators/admin/totp/{id}/ ##### `PUT` /authenticators/admin/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -199,7 +199,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `DELETE` /authenticators/admin/totp/{id}/ ##### `DELETE` /authenticators/admin/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -207,7 +207,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `PATCH` /authenticators/admin/totp/{id}/ ##### `PATCH` /authenticators/admin/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -215,7 +215,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `GET` /authenticators/totp/{id}/ ##### `GET` /authenticators/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -223,7 +223,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `PUT` /authenticators/totp/{id}/ ##### `PUT` /authenticators/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -231,7 +231,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `DELETE` /authenticators/totp/{id}/ ##### `DELETE` /authenticators/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -239,7 +239,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `PATCH` /authenticators/totp/{id}/ ##### `PATCH` /authenticators/totp/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -247,7 +247,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `POST` /core/groups/{group_uuid}/add_user/ ##### `POST` /core/groups/&#123;group_uuid&#125;/add_user/
###### Parameters: ###### Parameters:
@ -255,7 +255,7 @@ Changed: `group_uuid` in `path`
> A UUID string identifying this Group. > A UUID string identifying this Group.
##### `POST` /core/groups/{group_uuid}/remove_user/ ##### `POST` /core/groups/&#123;group_uuid&#125;/remove_user/
###### Parameters: ###### Parameters:
@ -263,7 +263,7 @@ Changed: `group_uuid` in `path`
> A UUID string identifying this Group. > A UUID string identifying this Group.
##### `GET` /enterprise/license/{license_uuid}/ ##### `GET` /enterprise/license/&#123;license_uuid&#125;/
###### Parameters: ###### Parameters:
@ -271,7 +271,7 @@ Changed: `license_uuid` in `path`
> A UUID string identifying this License. > A UUID string identifying this License.
##### `PUT` /enterprise/license/{license_uuid}/ ##### `PUT` /enterprise/license/&#123;license_uuid&#125;/
###### Parameters: ###### Parameters:
@ -279,7 +279,7 @@ Changed: `license_uuid` in `path`
> A UUID string identifying this License. > A UUID string identifying this License.
##### `DELETE` /enterprise/license/{license_uuid}/ ##### `DELETE` /enterprise/license/&#123;license_uuid&#125;/
###### Parameters: ###### Parameters:
@ -287,7 +287,7 @@ Changed: `license_uuid` in `path`
> A UUID string identifying this License. > A UUID string identifying this License.
##### `PATCH` /enterprise/license/{license_uuid}/ ##### `PATCH` /enterprise/license/&#123;license_uuid&#125;/
###### Parameters: ###### Parameters:
@ -295,7 +295,7 @@ Changed: `license_uuid` in `path`
> A UUID string identifying this License. > A UUID string identifying this License.
##### `GET` /outposts/instances/{uuid}/health/ ##### `GET` /outposts/instances/&#123;uuid&#125;/health/
###### Parameters: ###### Parameters:
@ -303,7 +303,7 @@ Changed: `uuid` in `path`
> A UUID string identifying this Outpost. > A UUID string identifying this Outpost.
##### `GET` /outposts/radius/{id}/ ##### `GET` /outposts/radius/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -314,7 +314,7 @@ Changed response : **200 OK**
- Added property `mfa_support` (boolean) - Added property `mfa_support` (boolean)
> When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. > When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -463,7 +463,7 @@ Changed response : **200 OK**
- `authentik_stages_authenticator_totp.totpdevice` - `authentik_stages_authenticator_totp.totpdevice`
- `authentik_enterprise.license` - `authentik_enterprise.license`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -757,7 +757,7 @@ Changed response : **200 OK**
- `authentik_stages_authenticator_totp.totpdevice` - `authentik_stages_authenticator_totp.totpdevice`
- `authentik_enterprise.license` - `authentik_enterprise.license`
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -1051,7 +1051,7 @@ Changed response : **200 OK**
- `authentik_stages_authenticator_totp.totpdevice` - `authentik_stages_authenticator_totp.totpdevice`
- `authentik_enterprise.license` - `authentik_enterprise.license`
##### `GET` /providers/radius/{id}/ ##### `GET` /providers/radius/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1062,7 +1062,7 @@ Changed response : **200 OK**
- Added property `mfa_support` (boolean) - Added property `mfa_support` (boolean)
> When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. > When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
##### `PUT` /providers/radius/{id}/ ##### `PUT` /providers/radius/&#123;id&#125;/
###### Request: ###### Request:
@ -1080,7 +1080,7 @@ Changed response : **200 OK**
- Added property `mfa_support` (boolean) - Added property `mfa_support` (boolean)
> When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. > When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
##### `PATCH` /providers/radius/{id}/ ##### `PATCH` /providers/radius/&#123;id&#125;/
###### Request: ###### Request:
@ -1117,7 +1117,7 @@ Changed response : **200 OK**
* Added property `oidc_jwks_url` (string) * Added property `oidc_jwks_url` (string)
##### `DELETE` /authenticators/admin/static/{id}/ ##### `DELETE` /authenticators/admin/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1125,7 +1125,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `GET` /authenticators/admin/static/{id}/ ##### `GET` /authenticators/admin/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1133,7 +1133,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `PUT` /authenticators/admin/static/{id}/ ##### `PUT` /authenticators/admin/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1141,7 +1141,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `PATCH` /authenticators/admin/static/{id}/ ##### `PATCH` /authenticators/admin/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1149,7 +1149,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `DELETE` /authenticators/static/{id}/ ##### `DELETE` /authenticators/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1157,7 +1157,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `GET` /authenticators/static/{id}/ ##### `GET` /authenticators/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1165,7 +1165,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `PUT` /authenticators/static/{id}/ ##### `PUT` /authenticators/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1173,7 +1173,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `PATCH` /authenticators/static/{id}/ ##### `PATCH` /authenticators/static/&#123;id&#125;/
###### Parameters: ###### Parameters:
@ -1181,7 +1181,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `GET` /authenticators/static/{id}/used_by/ ##### `GET` /authenticators/static/&#123;id&#125;/used_by/
###### Parameters: ###### Parameters:
@ -1189,7 +1189,7 @@ Changed: `id` in `path`
> A unique integer value identifying this Static Device. > A unique integer value identifying this Static Device.
##### `GET` /authenticators/totp/{id}/used_by/ ##### `GET` /authenticators/totp/&#123;id&#125;/used_by/
###### Parameters: ###### Parameters:
@ -1197,7 +1197,7 @@ Changed: `id` in `path`
> A unique integer value identifying this TOTP Device. > A unique integer value identifying this TOTP Device.
##### `DELETE` /core/groups/{group_uuid}/ ##### `DELETE` /core/groups/&#123;group_uuid&#125;/
###### Parameters: ###### Parameters:
@ -1205,7 +1205,7 @@ Changed: `group_uuid` in `path`
> A UUID string identifying this Group. > A UUID string identifying this Group.
##### `GET` /core/groups/{group_uuid}/ ##### `GET` /core/groups/&#123;group_uuid&#125;/
###### Parameters: ###### Parameters:
@ -1235,7 +1235,7 @@ Changed response : **200 OK**
- Property `name` (string) - Property `name` (string)
##### `PUT` /core/groups/{group_uuid}/ ##### `PUT` /core/groups/&#123;group_uuid&#125;/
###### Parameters: ###### Parameters:
@ -1263,7 +1263,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `PATCH` /core/groups/{group_uuid}/ ##### `PATCH` /core/groups/&#123;group_uuid&#125;/
###### Parameters: ###### Parameters:
@ -1291,7 +1291,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `GET` /core/groups/{group_uuid}/used_by/ ##### `GET` /core/groups/&#123;group_uuid&#125;/used_by/
###### Parameters: ###### Parameters:
@ -1299,7 +1299,7 @@ Changed: `group_uuid` in `path`
> A UUID string identifying this Group. > A UUID string identifying this Group.
##### `GET` /core/tokens/{identifier}/ ##### `GET` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -1317,7 +1317,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PUT` /core/tokens/{identifier}/ ##### `PUT` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -1335,7 +1335,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PATCH` /core/tokens/{identifier}/ ##### `PATCH` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -1353,7 +1353,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `GET` /core/users/{id}/ ##### `GET` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1367,7 +1367,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PUT` /core/users/{id}/ ##### `PUT` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1381,7 +1381,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PATCH` /core/users/{id}/ ##### `PATCH` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1395,7 +1395,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `GET` /enterprise/license/{license_uuid}/used_by/ ##### `GET` /enterprise/license/&#123;license_uuid&#125;/used_by/
###### Parameters: ###### Parameters:
@ -1403,7 +1403,7 @@ Changed: `license_uuid` in `path`
> A UUID string identifying this License. > A UUID string identifying this License.
##### `GET` /events/rules/{pbm_uuid}/ ##### `GET` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1423,7 +1423,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `PUT` /events/rules/{pbm_uuid}/ ##### `PUT` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1443,7 +1443,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `PATCH` /events/rules/{pbm_uuid}/ ##### `PATCH` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1463,7 +1463,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `DELETE` /outposts/instances/{uuid}/ ##### `DELETE` /outposts/instances/&#123;uuid&#125;/
###### Parameters: ###### Parameters:
@ -1471,7 +1471,7 @@ Changed: `uuid` in `path`
> A UUID string identifying this Outpost. > A UUID string identifying this Outpost.
##### `GET` /outposts/instances/{uuid}/ ##### `GET` /outposts/instances/&#123;uuid&#125;/
###### Parameters: ###### Parameters:
@ -1479,7 +1479,7 @@ Changed: `uuid` in `path`
> A UUID string identifying this Outpost. > A UUID string identifying this Outpost.
##### `PUT` /outposts/instances/{uuid}/ ##### `PUT` /outposts/instances/&#123;uuid&#125;/
###### Parameters: ###### Parameters:
@ -1487,7 +1487,7 @@ Changed: `uuid` in `path`
> A UUID string identifying this Outpost. > A UUID string identifying this Outpost.
##### `PATCH` /outposts/instances/{uuid}/ ##### `PATCH` /outposts/instances/&#123;uuid&#125;/
###### Parameters: ###### Parameters:
@ -1495,7 +1495,7 @@ Changed: `uuid` in `path`
> A UUID string identifying this Outpost. > A UUID string identifying this Outpost.
##### `GET` /outposts/instances/{uuid}/used_by/ ##### `GET` /outposts/instances/&#123;uuid&#125;/used_by/
###### Parameters: ###### Parameters:
@ -1518,7 +1518,7 @@ Changed response : **200 OK**
- Added property `mfa_support` (boolean) - Added property `mfa_support` (boolean)
> When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. > When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
##### `GET` /policies/bindings/{policy_binding_uuid}/ ##### `GET` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1556,7 +1556,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PUT` /policies/bindings/{policy_binding_uuid}/ ##### `PUT` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Request: ###### Request:
@ -1605,7 +1605,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ##### `PATCH` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Request: ###### Request:
@ -2134,7 +2134,7 @@ Changed response : **200 OK**
- Added property `mfa_support` (boolean) - Added property `mfa_support` (boolean)
> When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon. > When enabled, code-based multi-factor authentication can be used by appending a semicolon and the TOTP code to the password. This should only be enabled if all users that will bind to this provider have a TOTP device configured, as otherwise a password may incorrectly be rejected if it contains a semicolon.
##### `GET` /providers/saml/{id}/ ##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -2145,7 +2145,7 @@ Changed response : **200 OK**
- Added property `default_relay_state` (string) - Added property `default_relay_state` (string)
> Default relay_state value for IDP-initiated logins > Default relay_state value for IDP-initiated logins
##### `PUT` /providers/saml/{id}/ ##### `PUT` /providers/saml/&#123;id&#125;/
###### Request: ###### Request:
@ -2163,7 +2163,7 @@ Changed response : **200 OK**
- Added property `default_relay_state` (string) - Added property `default_relay_state` (string)
> Default relay_state value for IDP-initiated logins > Default relay_state value for IDP-initiated logins
##### `PATCH` /providers/saml/{id}/ ##### `PATCH` /providers/saml/&#123;id&#125;/
###### Request: ###### Request:
@ -2181,7 +2181,7 @@ Changed response : **200 OK**
- Added property `default_relay_state` (string) - Added property `default_relay_state` (string)
> Default relay_state value for IDP-initiated logins > Default relay_state value for IDP-initiated logins
##### `GET` /sources/oauth/{slug}/ ##### `GET` /sources/oauth/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -2202,7 +2202,7 @@ Changed response : **200 OK**
* Added property `oidc_jwks_url` (string) * Added property `oidc_jwks_url` (string)
##### `PUT` /sources/oauth/{slug}/ ##### `PUT` /sources/oauth/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -2223,7 +2223,7 @@ Changed response : **200 OK**
* Added property `oidc_jwks_url` (string) * Added property `oidc_jwks_url` (string)
##### `PATCH` /sources/oauth/{slug}/ ##### `PATCH` /sources/oauth/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -2326,7 +2326,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `GET` /core/user_consent/{id}/ ##### `GET` /core/user_consent/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -2442,7 +2442,7 @@ Changed response : **200 OK**
* Added property `roles_obj` (array) * Added property `roles_obj` (array)
##### `GET` /oauth2/access_tokens/{id}/ ##### `GET` /oauth2/access_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -2460,7 +2460,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -2478,7 +2478,7 @@ Changed response : **200 OK**
* Added property `uuid` (string) * Added property `uuid` (string)
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -2670,7 +2670,7 @@ Changed response : **200 OK**
* Added property `oidc_jwks_url` (string) * Added property `oidc_jwks_url` (string)
##### `GET` /stages/authenticator/sms/{stage_uuid}/ ##### `GET` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -2681,7 +2681,7 @@ Changed response : **200 OK**
- Changed property `verify_only` (boolean) - Changed property `verify_only` (boolean)
> When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future. > When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
##### `PUT` /stages/authenticator/sms/{stage_uuid}/ ##### `PUT` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2699,7 +2699,7 @@ Changed response : **200 OK**
- Changed property `verify_only` (boolean) - Changed property `verify_only` (boolean)
> When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future. > When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
##### `PATCH` /stages/authenticator/sms/{stage_uuid}/ ##### `PATCH` /stages/authenticator/sms/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2717,7 +2717,7 @@ Changed response : **200 OK**
- Changed property `verify_only` (boolean) - Changed property `verify_only` (boolean)
> When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future. > When enabled, the Phone number is only used during enrollment to verify the users authenticity. Only a hash of the phone number is saved to ensure it is not reused in the future.
##### `GET` /stages/deny/{stage_uuid}/ ##### `GET` /stages/deny/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -2727,7 +2727,7 @@ Changed response : **200 OK**
- Added property `deny_message` (string) - Added property `deny_message` (string)
##### `PUT` /stages/deny/{stage_uuid}/ ##### `PUT` /stages/deny/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -2743,7 +2743,7 @@ Changed response : **200 OK**
- Added property `deny_message` (string) - Added property `deny_message` (string)
##### `PATCH` /stages/deny/{stage_uuid}/ ##### `PATCH` /stages/deny/&#123;stage_uuid&#125;/
###### Request: ###### Request:

View File

@ -123,9 +123,9 @@ image:
--- ---
##### `POST` /core/tokens/{identifier}/set_key/ ##### `POST` /core/tokens/&#123;identifier&#125;/set_key/
##### `GET` /providers/oauth2/{id}/ ##### `GET` /providers/oauth2/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -141,7 +141,7 @@ Changed response : **200 OK**
- `user_id` - `user_id`
##### `PUT` /providers/oauth2/{id}/ ##### `PUT` /providers/oauth2/&#123;id&#125;/
###### Request: ###### Request:
@ -169,7 +169,7 @@ Changed response : **200 OK**
- `user_id` - `user_id`
##### `PATCH` /providers/oauth2/{id}/ ##### `PATCH` /providers/oauth2/&#123;id&#125;/
###### Request: ###### Request:
@ -251,7 +251,7 @@ Changed response : **200 OK**
- `user_id` - `user_id`
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -271,7 +271,7 @@ Changed response : **200 OK**
- `user_id` - `user_id`
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -339,7 +339,7 @@ Changed response : **200 OK**
- `user_id` - `user_id`
##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ##### `GET` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Return Type: ###### Return Type:
@ -353,7 +353,7 @@ Changed response : **200 OK**
* Added property `name` (string) * Added property `name` (string)
##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ##### `PUT` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:
@ -377,7 +377,7 @@ Changed response : **200 OK**
* Added property `name` (string) * Added property `name` (string)
##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ##### `PATCH` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:

View File

@ -108,31 +108,31 @@ image:
##### `POST` /propertymappings/scim/ ##### `POST` /propertymappings/scim/
##### `GET` /propertymappings/scim/{pm_uuid}/ ##### `GET` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `PUT` /propertymappings/scim/{pm_uuid}/ ##### `PUT` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `DELETE` /propertymappings/scim/{pm_uuid}/ ##### `DELETE` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `PATCH` /propertymappings/scim/{pm_uuid}/ ##### `PATCH` /propertymappings/scim/&#123;pm_uuid&#125;/
##### `GET` /propertymappings/scim/{pm_uuid}/used_by/ ##### `GET` /propertymappings/scim/&#123;pm_uuid&#125;/used_by/
##### `GET` /providers/scim/ ##### `GET` /providers/scim/
##### `POST` /providers/scim/ ##### `POST` /providers/scim/
##### `GET` /providers/scim/{id}/ ##### `GET` /providers/scim/&#123;id&#125;/
##### `PUT` /providers/scim/{id}/ ##### `PUT` /providers/scim/&#123;id&#125;/
##### `DELETE` /providers/scim/{id}/ ##### `DELETE` /providers/scim/&#123;id&#125;/
##### `PATCH` /providers/scim/{id}/ ##### `PATCH` /providers/scim/&#123;id&#125;/
##### `GET` /providers/scim/{id}/sync_status/ ##### `GET` /providers/scim/&#123;id&#125;/sync_status/
##### `GET` /providers/scim/{id}/used_by/ ##### `GET` /providers/scim/&#123;id&#125;/used_by/
#### What's Changed #### What's Changed
@ -149,7 +149,7 @@ Changed content type : `application/json`
- Added property `expires` (string) - Added property `expires` (string)
> If not provided, valid for 360 days > If not provided, valid for 360 days
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -165,7 +165,7 @@ Changed response : **200 OK**
- `authentik.providers.scim` - `authentik.providers.scim`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -193,7 +193,7 @@ Changed response : **200 OK**
- `authentik.providers.scim` - `authentik.providers.scim`
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -221,7 +221,7 @@ Changed response : **200 OK**
- `authentik.providers.scim` - `authentik.providers.scim`
##### `GET` /providers/oauth2/{id}/ ##### `GET` /providers/oauth2/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -233,7 +233,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PUT` /providers/oauth2/{id}/ ##### `PUT` /providers/oauth2/&#123;id&#125;/
###### Request: ###### Request:
@ -253,7 +253,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PATCH` /providers/oauth2/{id}/ ##### `PATCH` /providers/oauth2/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -265,7 +265,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /providers/proxy/{id}/ ##### `GET` /providers/proxy/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -277,7 +277,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PUT` /providers/proxy/{id}/ ##### `PUT` /providers/proxy/&#123;id&#125;/
###### Request: ###### Request:
@ -297,7 +297,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PATCH` /providers/proxy/{id}/ ##### `PATCH` /providers/proxy/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -309,7 +309,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /core/groups/{group_uuid}/ ##### `GET` /core/groups/&#123;group_uuid&#125;/
###### Return Type: ###### Return Type:
@ -327,7 +327,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PUT` /core/groups/{group_uuid}/ ##### `PUT` /core/groups/&#123;group_uuid&#125;/
###### Return Type: ###### Return Type:
@ -345,7 +345,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PATCH` /core/groups/{group_uuid}/ ##### `PATCH` /core/groups/&#123;group_uuid&#125;/
###### Return Type: ###### Return Type:
@ -383,7 +383,7 @@ Changed response : **200 OK**
- `light` - `light`
- `dark` - `dark`
##### `GET` /events/rules/{pbm_uuid}/ ##### `GET` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -405,7 +405,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PUT` /events/rules/{pbm_uuid}/ ##### `PUT` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -427,7 +427,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PATCH` /events/rules/{pbm_uuid}/ ##### `PATCH` /events/rules/&#123;pbm_uuid&#125;/
###### Return Type: ###### Return Type:
@ -449,7 +449,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `GET` /policies/bindings/{policy_binding_uuid}/ ##### `GET` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -471,7 +471,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PUT` /policies/bindings/{policy_binding_uuid}/ ##### `PUT` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -493,7 +493,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ##### `PATCH` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -563,7 +563,7 @@ Changed response : **200 OK**
- `authentik.providers.scim` - `authentik.providers.scim`
##### `GET` /providers/ldap/{id}/ ##### `GET` /providers/ldap/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -575,7 +575,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PUT` /providers/ldap/{id}/ ##### `PUT` /providers/ldap/&#123;id&#125;/
###### Request: ###### Request:
@ -595,7 +595,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PATCH` /providers/ldap/{id}/ ##### `PATCH` /providers/ldap/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -679,7 +679,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /providers/saml/{id}/ ##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -691,7 +691,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PUT` /providers/saml/{id}/ ##### `PUT` /providers/saml/&#123;id&#125;/
###### Request: ###### Request:
@ -711,7 +711,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `PATCH` /providers/saml/{id}/ ##### `PATCH` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -723,7 +723,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /stages/invitation/invitations/{invite_uuid}/ ##### `GET` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type: ###### Return Type:
@ -741,7 +741,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PUT` /stages/invitation/invitations/{invite_uuid}/ ##### `PUT` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type: ###### Return Type:
@ -759,7 +759,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `PATCH` /stages/invitation/invitations/{invite_uuid}/ ##### `PATCH` /stages/invitation/invitations/&#123;invite_uuid&#125;/
###### Return Type: ###### Return Type:
@ -865,7 +865,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `GET` /flows/bindings/{fsb_uuid}/ ##### `GET` /flows/bindings/&#123;fsb_uuid&#125;/
###### Return Type: ###### Return Type:
@ -876,7 +876,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean) - Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process. > Evaluate policies during the Flow planning process.
##### `PUT` /flows/bindings/{fsb_uuid}/ ##### `PUT` /flows/bindings/&#123;fsb_uuid&#125;/
###### Request: ###### Request:
@ -894,7 +894,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean) - Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process. > Evaluate policies during the Flow planning process.
##### `PATCH` /flows/bindings/{fsb_uuid}/ ##### `PATCH` /flows/bindings/&#123;fsb_uuid&#125;/
###### Request: ###### Request:
@ -912,7 +912,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean) - Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process. > Evaluate policies during the Flow planning process.
##### `GET` /oauth2/access_tokens/{id}/ ##### `GET` /oauth2/access_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -928,7 +928,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -944,7 +944,7 @@ Changed response : **200 OK**
- `authorization_flow` - `authorization_flow`
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1126,7 +1126,7 @@ Changed response : **200 OK**
* Deleted property `avatar` (string) * Deleted property `avatar` (string)
##### `GET` /stages/user_login/{stage_uuid}/ ##### `GET` /stages/user_login/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1137,7 +1137,7 @@ Changed response : **200 OK**
- Added property `terminate_other_sessions` (boolean) - Added property `terminate_other_sessions` (boolean)
> Terminate all other sessions of the user logging in. > Terminate all other sessions of the user logging in.
##### `PUT` /stages/user_login/{stage_uuid}/ ##### `PUT` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1155,7 +1155,7 @@ Changed response : **200 OK**
- Added property `terminate_other_sessions` (boolean) - Added property `terminate_other_sessions` (boolean)
> Terminate all other sessions of the user logging in. > Terminate all other sessions of the user logging in.
##### `PATCH` /stages/user_login/{stage_uuid}/ ##### `PATCH` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1206,7 +1206,7 @@ Changed response : **200 OK**
- Changed property `evaluate_on_plan` (boolean) - Changed property `evaluate_on_plan` (boolean)
> Evaluate policies during the Flow planning process. > Evaluate policies during the Flow planning process.
##### `GET` /flows/inspector/{flow_slug}/ ##### `GET` /flows/inspector/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:

View File

@ -123,21 +123,21 @@ image:
##### `GET` /outposts/radius/ ##### `GET` /outposts/radius/
##### `GET` /outposts/radius/{id}/ ##### `GET` /outposts/radius/&#123;id&#125;/
##### `GET` /providers/radius/ ##### `GET` /providers/radius/
##### `POST` /providers/radius/ ##### `POST` /providers/radius/
##### `GET` /providers/radius/{id}/ ##### `GET` /providers/radius/&#123;id&#125;/
##### `PUT` /providers/radius/{id}/ ##### `PUT` /providers/radius/&#123;id&#125;/
##### `DELETE` /providers/radius/{id}/ ##### `DELETE` /providers/radius/&#123;id&#125;/
##### `PATCH` /providers/radius/{id}/ ##### `PATCH` /providers/radius/&#123;id&#125;/
##### `GET` /providers/radius/{id}/used_by/ ##### `GET` /providers/radius/&#123;id&#125;/used_by/
##### `POST` /stages/prompt/prompts/preview/ ##### `POST` /stages/prompt/prompts/preview/
@ -145,7 +145,7 @@ image:
--- ---
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -207,7 +207,7 @@ Changed response : **200 OK**
- `authentik.providers.radius` - `authentik.providers.radius`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -327,7 +327,7 @@ Changed response : **200 OK**
- `authentik.providers.radius` - `authentik.providers.radius`
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -447,7 +447,7 @@ Changed response : **200 OK**
- `authentik.providers.radius` - `authentik.providers.radius`
##### `GET` /providers/all/{id}/ ##### `GET` /providers/all/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -458,7 +458,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /providers/oauth2/{id}/ ##### `GET` /providers/oauth2/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -469,7 +469,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /providers/oauth2/{id}/ ##### `PUT` /providers/oauth2/&#123;id&#125;/
###### Request: ###### Request:
@ -487,7 +487,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /providers/oauth2/{id}/ ##### `PATCH` /providers/oauth2/&#123;id&#125;/
###### Request: ###### Request:
@ -505,7 +505,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /providers/proxy/{id}/ ##### `GET` /providers/proxy/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -516,7 +516,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /providers/proxy/{id}/ ##### `PUT` /providers/proxy/&#123;id&#125;/
###### Request: ###### Request:
@ -534,7 +534,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /providers/proxy/{id}/ ##### `PATCH` /providers/proxy/&#123;id&#125;/
###### Request: ###### Request:
@ -552,7 +552,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /core/applications/{slug}/ ##### `GET` /core/applications/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -567,7 +567,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /core/applications/{slug}/ ##### `PUT` /core/applications/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -582,7 +582,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /core/applications/{slug}/ ##### `PATCH` /core/applications/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -597,7 +597,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /outposts/instances/{uuid}/ ##### `GET` /outposts/instances/&#123;uuid&#125;/
###### Return Type: ###### Return Type:
@ -622,7 +622,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /outposts/instances/{uuid}/ ##### `PUT` /outposts/instances/&#123;uuid&#125;/
###### Request: ###### Request:
@ -661,7 +661,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /outposts/instances/{uuid}/ ##### `PATCH` /outposts/instances/&#123;uuid&#125;/
###### Request: ###### Request:
@ -901,7 +901,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /providers/ldap/{id}/ ##### `GET` /providers/ldap/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -912,7 +912,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /providers/ldap/{id}/ ##### `PUT` /providers/ldap/&#123;id&#125;/
###### Request: ###### Request:
@ -930,7 +930,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /providers/ldap/{id}/ ##### `PATCH` /providers/ldap/&#123;id&#125;/
###### Request: ###### Request:
@ -1014,7 +1014,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /providers/saml/{id}/ ##### `GET` /providers/saml/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1025,7 +1025,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PUT` /providers/saml/{id}/ ##### `PUT` /providers/saml/&#123;id&#125;/
###### Request: ###### Request:
@ -1043,7 +1043,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `PATCH` /providers/saml/{id}/ ##### `PATCH` /providers/saml/&#123;id&#125;/
###### Request: ###### Request:
@ -1095,7 +1095,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /core/user_consent/{id}/ ##### `GET` /core/user_consent/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1114,7 +1114,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /oauth2/access_tokens/{id}/ ##### `GET` /oauth2/access_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1129,7 +1129,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1144,7 +1144,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1297,7 +1297,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /stages/user_login/{stage_uuid}/ ##### `GET` /stages/user_login/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1308,7 +1308,7 @@ Changed response : **200 OK**
- Added property `remember_me_offset` (string) - Added property `remember_me_offset` (string)
> Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3) > Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3)
##### `PUT` /stages/user_login/{stage_uuid}/ ##### `PUT` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1326,7 +1326,7 @@ Changed response : **200 OK**
- Added property `remember_me_offset` (string) - Added property `remember_me_offset` (string)
> Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3) > Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3)
##### `PATCH` /stages/user_login/{stage_uuid}/ ##### `PATCH` /stages/user_login/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1367,7 +1367,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /flows/executor/{flow_slug}/ ##### `GET` /flows/executor/&#123;flow_slug&#125;/
###### Return Type: ###### Return Type:
@ -1465,7 +1465,7 @@ Changed response : **200 OK**
- `radio-button-group` - `radio-button-group`
- `dropdown` - `dropdown`
##### `POST` /flows/executor/{flow_slug}/ ##### `POST` /flows/executor/&#123;flow_slug&#125;/
###### Request: ###### Request:
@ -1581,7 +1581,7 @@ Changed response : **200 OK**
- Added property `authentication_flow` (string) - Added property `authentication_flow` (string)
> Flow used for authentication when the associated application is accessed by an un-authenticated user. > Flow used for authentication when the associated application is accessed by an un-authenticated user.
##### `GET` /stages/prompt/prompts/{prompt_uuid}/ ##### `GET` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1621,7 +1621,7 @@ Changed response : **200 OK**
- `radio-button-group` - `radio-button-group`
- `dropdown` - `dropdown`
##### `PUT` /stages/prompt/prompts/{prompt_uuid}/ ##### `PUT` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:
@ -1697,7 +1697,7 @@ Changed response : **200 OK**
- `radio-button-group` - `radio-button-group`
- `dropdown` - `dropdown`
##### `PATCH` /stages/prompt/prompts/{prompt_uuid}/ ##### `PATCH` /stages/prompt/prompts/&#123;prompt_uuid&#125;/
###### Request: ###### Request:

File diff suppressed because it is too large Load Diff

View File

@ -104,7 +104,7 @@ helm upgrade authentik authentik/authentik -f values.yaml --version ^2023.6
--- ---
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -260,7 +260,7 @@ Changed response : **200 OK**
- `authentik_core.application` - `authentik_core.application`
- `authentik_core.token` - `authentik_core.token`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -420,7 +420,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application > - `authentik_core.application` - Application
> - `authentik_core.token` - Token > - `authentik_core.token` - Token
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -580,7 +580,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application > - `authentik_core.application` - Application
> - `authentik_core.token` - Token > - `authentik_core.token` - Token
##### `GET` /outposts/ldap/{id}/ ##### `GET` /outposts/ldap/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -849,7 +849,7 @@ Changed response : **200 OK**
> - `authentik_core.application` - Application > - `authentik_core.application` - Application
> - `authentik_core.token` - Token > - `authentik_core.token` - Token
##### `GET` /providers/ldap/{id}/ ##### `GET` /providers/ldap/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -868,7 +868,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer) - Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber > The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `PUT` /providers/ldap/{id}/ ##### `PUT` /providers/ldap/&#123;id&#125;/
###### Request: ###### Request:
@ -902,7 +902,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer) - Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber > The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `PATCH` /providers/ldap/{id}/ ##### `PATCH` /providers/ldap/&#123;id&#125;/
###### Request: ###### Request:
@ -936,7 +936,7 @@ Changed response : **200 OK**
- Changed property `gid_start_number` (integer) - Changed property `gid_start_number` (integer)
> The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber > The start for gidNumbers, this number is added to a number generated from the group.pk to make sure that the numbers aren't too low for POSIX groups. Default is 4000 to ensure that we don't collide with local groups or users primary groups gidNumber
##### `GET` /sources/ldap/{slug}/ ##### `GET` /sources/ldap/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -950,7 +950,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean) - Added property `sni` (boolean)
##### `PUT` /sources/ldap/{slug}/ ##### `PUT` /sources/ldap/&#123;slug&#125;/
###### Request: ###### Request:
@ -974,7 +974,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean) - Added property `sni` (boolean)
##### `PATCH` /sources/ldap/{slug}/ ##### `PATCH` /sources/ldap/&#123;slug&#125;/
###### Request: ###### Request:
@ -998,7 +998,7 @@ Changed response : **200 OK**
- Added property `sni` (boolean) - Added property `sni` (boolean)
##### `GET` /sources/saml/{slug}/ ##### `GET` /sources/saml/&#123;slug&#125;/
###### Return Type: ###### Return Type:
@ -1013,7 +1013,7 @@ Changed response : **200 OK**
- Changed property `signing_kp` (string) - Changed property `signing_kp` (string)
> Keypair used to sign outgoing Responses going to the Identity Provider. > Keypair used to sign outgoing Responses going to the Identity Provider.
##### `PUT` /sources/saml/{slug}/ ##### `PUT` /sources/saml/&#123;slug&#125;/
###### Request: ###### Request:
@ -1039,7 +1039,7 @@ Changed response : **200 OK**
- Changed property `signing_kp` (string) - Changed property `signing_kp` (string)
> Keypair used to sign outgoing Responses going to the Identity Provider. > Keypair used to sign outgoing Responses going to the Identity Provider.
##### `PATCH` /sources/saml/{slug}/ ##### `PATCH` /sources/saml/&#123;slug&#125;/
###### Request: ###### Request:

View File

@ -169,15 +169,15 @@ image:
##### `POST` /enterprise/license/ ##### `POST` /enterprise/license/
##### `GET` /enterprise/license/{license_uuid}/ ##### `GET` /enterprise/license/&#123;license_uuid&#125;/
##### `PUT` /enterprise/license/{license_uuid}/ ##### `PUT` /enterprise/license/&#123;license_uuid&#125;/
##### `DELETE` /enterprise/license/{license_uuid}/ ##### `DELETE` /enterprise/license/&#123;license_uuid&#125;/
##### `PATCH` /enterprise/license/{license_uuid}/ ##### `PATCH` /enterprise/license/&#123;license_uuid&#125;/
##### `GET` /enterprise/license/{license_uuid}/used_by/ ##### `GET` /enterprise/license/&#123;license_uuid&#125;/used_by/
##### `GET` /enterprise/license/forecast/ ##### `GET` /enterprise/license/forecast/
@ -189,7 +189,7 @@ image:
--- ---
##### `GET` /policies/event_matcher/{policy_uuid}/ ##### `GET` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Return Type: ###### Return Type:
@ -251,7 +251,7 @@ Changed response : **200 OK**
- `authentik.lib` - `authentik.lib`
##### `PUT` /policies/event_matcher/{policy_uuid}/ ##### `PUT` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -371,7 +371,7 @@ Changed response : **200 OK**
- `authentik.lib` - `authentik.lib`
##### `PATCH` /policies/event_matcher/{policy_uuid}/ ##### `PATCH` /policies/event_matcher/&#123;policy_uuid&#125;/
###### Request: ###### Request:
@ -529,7 +529,7 @@ Changed: `tenant_uuid` in `query`
Changed: `web_certificate` in `query` Changed: `web_certificate` in `query`
##### `GET` /core/tokens/{identifier}/ ##### `GET` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -555,7 +555,7 @@ Changed response : **200 OK**
- `service_account` - `service_account`
- `internal_service_account` - `internal_service_account`
##### `PUT` /core/tokens/{identifier}/ ##### `PUT` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -573,7 +573,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `PATCH` /core/tokens/{identifier}/ ##### `PATCH` /core/tokens/&#123;identifier&#125;/
###### Return Type: ###### Return Type:
@ -591,7 +591,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /core/users/{id}/ ##### `GET` /core/users/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -605,7 +605,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `PUT` /core/users/{id}/ ##### `PUT` /core/users/&#123;id&#125;/
###### Request: ###### Request:
@ -629,7 +629,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `PATCH` /core/users/{id}/ ##### `PATCH` /core/users/&#123;id&#125;/
###### Request: ###### Request:
@ -661,7 +661,7 @@ Changed: `managed` in `query`
Changed: `name` in `query` Changed: `name` in `query`
##### `GET` /policies/bindings/{policy_binding_uuid}/ ##### `GET` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -679,7 +679,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `PUT` /policies/bindings/{policy_binding_uuid}/ ##### `PUT` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -697,7 +697,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `PATCH` /policies/bindings/{policy_binding_uuid}/ ##### `PATCH` /policies/bindings/&#123;policy_binding_uuid&#125;/
###### Return Type: ###### Return Type:
@ -941,7 +941,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /core/user_consent/{id}/ ##### `GET` /core/user_consent/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1030,7 +1030,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /oauth2/access_tokens/{id}/ ##### `GET` /oauth2/access_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1048,7 +1048,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /oauth2/authorization_codes/{id}/ ##### `GET` /oauth2/authorization_codes/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1066,7 +1066,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /oauth2/refresh_tokens/{id}/ ##### `GET` /oauth2/refresh_tokens/&#123;id&#125;/
###### Return Type: ###### Return Type:
@ -1124,7 +1124,7 @@ Changed response : **200 OK**
> - `service_account` - Service Account > - `service_account` - Service Account
> - `internal_service_account` - Internal Service Account > - `internal_service_account` - Internal Service Account
##### `GET` /stages/authenticator/static/{stage_uuid}/ ##### `GET` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Return Type: ###### Return Type:
@ -1136,7 +1136,7 @@ Changed response : **200 OK**
- Changed property `token_count` (integer) - Changed property `token_count` (integer)
##### `PUT` /stages/authenticator/static/{stage_uuid}/ ##### `PUT` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Request: ###### Request:
@ -1156,7 +1156,7 @@ Changed response : **200 OK**
- Changed property `token_count` (integer) - Changed property `token_count` (integer)
##### `PATCH` /stages/authenticator/static/{stage_uuid}/ ##### `PATCH` /stages/authenticator/static/&#123;stage_uuid&#125;/
###### Request: ###### Request:

View File

@ -1,7 +1,8 @@
const fs = require("fs").promises; const fs = require("fs").promises;
import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";
/** @type {import('@docusaurus/types').DocusaurusConfig} */ module.exports = async function (): Promise<Config> {
module.exports = async function () {
const remarkGithub = (await import("remark-github")).default; const remarkGithub = (await import("remark-github")).default;
const defaultBuildUrl = (await import("remark-github")).defaultBuildUrl; const defaultBuildUrl = (await import("remark-github")).defaultBuildUrl;
const footerEmail = await fs.readFile("src/footer.html", { const footerEmail = await fs.readFile("src/footer.html", {
@ -122,6 +123,9 @@ module.exports = async function () {
apiKey: "727db511300ca9aec5425645bbbddfb5", apiKey: "727db511300ca9aec5425645bbbddfb5",
indexName: "goauthentik", indexName: "goauthentik",
}, },
prism: {
additionalLanguages: ["python", "diff", "json"],
},
}, },
presets: [ presets: [
[ [
@ -159,7 +163,7 @@ module.exports = async function () {
blogSidebarTitle: "All our posts", blogSidebarTitle: "All our posts",
blogSidebarCount: "ALL", blogSidebarCount: "ALL",
}, },
}, } satisfies Preset.Options,
], ],
], ],
plugins: [ plugins: [

View File

@ -1,6 +1,7 @@
const config = require("./docusaurus.config"); const config = require("./docusaurus.config");
import type { Config } from "@docusaurus/types";
module.exports = async function () { module.exports = async function (): Promise<Config> {
const remarkGithub = (await import("remark-github")).default; const remarkGithub = (await import("remark-github")).default;
const defaultBuildUrl = (await import("remark-github")).defaultBuildUrl; const defaultBuildUrl = (await import("remark-github")).defaultBuildUrl;
const mainConfig = await config(); const mainConfig = await config();
@ -56,6 +57,7 @@ module.exports = async function () {
}, },
colorMode: mainConfig.themeConfig.colorMode, colorMode: mainConfig.themeConfig.colorMode,
tableOfContents: mainConfig.themeConfig.tableOfContents, tableOfContents: mainConfig.themeConfig.tableOfContents,
prims: mainConfig.themeConfig.prism,
}, },
presets: [ presets: [
[ [

View File

@ -38,6 +38,7 @@ _Optionally_, create a new group like `organizr users` to scope access to the or
:::tip :::tip
_Optionally_, bind the group to control access to the organizr to the application. _Optionally_, bind the group to control access to the organizr to the application.
![](./organizr4.png) ![](./organizr4.png)
:::
![](./organizr5.png) ![](./organizr5.png)
::: 3. Add the Application to the authentik Embedded Outpost. ::: 3. Add the Application to the authentik Embedded Outpost.

View File

@ -192,8 +192,8 @@ Select Create New -> SAML2 Authentication
- Client ID: https://phpipam.company/ - Client ID: https://phpipam.company/
- Strict Mode: Off - Strict Mode: Off
- IDP Issuer: https://authentik.company - IDP Issuer: https://authentik.company
- IDP Login url: https://authentik.company/application/saml/<application_name>/sso/binding/redirect/ - IDP Login url: https://authentik.company/application/saml/*application_name*/sso/binding/redirect/
- IDP Logout url: https://authentik.company/application/saml/<application_name>/slo/binding/redirect/ - IDP Logout url: https://authentik.company/application/saml/*application_name*/slo/binding/redirect/
- IDP X.509 public cert: This will be the .pem contents of the cert used as the signing certificate - IDP X.509 public cert: This will be the .pem contents of the cert used as the signing certificate
1. To get this cert, access the authentik installation at authentik.company 1. To get this cert, access the authentik installation at authentik.company
2. Select Applications -> Providers -> phpipam-saml 2. Select Applications -> Providers -> phpipam-saml

View File

@ -37,7 +37,7 @@ to `ldap.searchGroup`.
:::caution :::caution
It seems that QNAP LDAP client configuration has issues with too long password. It seems that QNAP LDAP client configuration has issues with too long password.
Max password length <= 66 characters. Max password length \<= 66 characters.
::: :::
## Deployment ## Deployment

20586
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
"docusaurus": "docusaurus", "docusaurus": "docusaurus",
"watch": "docusaurus start", "watch": "docusaurus start",
"build": "cp ../docker-compose.yml static/docker-compose.yml && cp ../schema.yml static/schema.yaml && docusaurus build", "build": "cp ../docker-compose.yml static/docker-compose.yml && cp ../schema.yml static/schema.yaml && docusaurus build",
"build-docs-only": "docusaurus build --config docusaurus.docs-only.js --out-dir help", "build-docs-only": "docusaurus build --config docusaurus.docs-only.ts --out-dir help",
"swizzle": "docusaurus swizzle", "swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy", "deploy": "docusaurus deploy",
"serve": "docusaurus serve", "serve": "docusaurus serve",
@ -16,20 +16,24 @@
"test": "node --test" "test": "node --test"
}, },
"dependencies": { "dependencies": {
"@docusaurus/plugin-client-redirects": "^2.4.3", "@docusaurus/core": "3.0.0",
"@docusaurus/preset-classic": "^2.4.3", "@docusaurus/plugin-client-redirects": "^3.0.0",
"@docusaurus/theme-mermaid": "^2.4.3", "@docusaurus/plugin-content-docs": "^3.0.0",
"@mdx-js/react": "^1.6.22", "@docusaurus/preset-classic": "^3.0.0",
"@docusaurus/theme-common": "^3.0.0",
"@docusaurus/theme-mermaid": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"clsx": "^2.0.0", "clsx": "^2.0.0",
"disqus-react": "^1.1.5", "disqus-react": "^1.1.5",
"postcss": "^8.4.31", "postcss": "^8.4.31",
"prism-react-renderer": "^2.1.0",
"rapidoc": "^9.3.4", "rapidoc": "^9.3.4",
"react": "^17.0.2",
"react-before-after-slider-component": "^1.1.8", "react-before-after-slider-component": "^1.1.8",
"react-dom": "^17.0.2", "react-dom": "^18.2.0",
"react-feather": "^2.0.10", "react-feather": "^2.0.10",
"react-toggle": "^4.1.3", "react-toggle": "^4.1.3",
"react-tooltip": "^5.22.0", "react-tooltip": "^5.22.0",
"react": "^18.2.0",
"remark-github": "^12.0.0" "remark-github": "^12.0.0"
}, },
"browserslist": { "browserslist": {
@ -45,6 +49,11 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"prettier": "3.0.3" "@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/tsconfig": "3.0.0",
"@docusaurus/types": "3.0.0",
"@types/react": "^18.2.29",
"prettier": "3.0.3",
"typescript": "~5.2.2"
} }
} }