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:
@ -38,6 +38,7 @@ _Optionally_, create a new group like `organizr users` to scope access to the or
|
||||
:::tip
|
||||
_Optionally_, bind the group to control access to the organizr to the application.
|
||||

|
||||
:::
|
||||
|
||||

|
||||
::: 3. Add the Application to the authentik Embedded Outpost.
|
||||
|
||||
@ -192,8 +192,8 @@ Select Create New -> SAML2 Authentication
|
||||
- Client ID: https://phpipam.company/
|
||||
- Strict Mode: Off
|
||||
- IDP Issuer: https://authentik.company
|
||||
- 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 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 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
|
||||
2. Select Applications -> Providers -> phpipam-saml
|
||||
|
||||
@ -37,7 +37,7 @@ to `ldap.searchGroup`.
|
||||
|
||||
:::caution
|
||||
It seems that QNAP LDAP client configuration has issues with too long password.
|
||||
Max password length <= 66 characters.
|
||||
Max password length \<= 66 characters.
|
||||
:::
|
||||
|
||||
## Deployment
|
||||
|
||||
Reference in New Issue
Block a user