website: Bump prettier from 3.3.3 to 3.4.1 in /website (#12205)
* website: Bump prettier from 3.3.3 to 3.4.1 in /website Bumps [prettier](https://github.com/prettier/prettier) from 3.3.3 to 3.4.1. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](https://github.com/prettier/prettier/compare/3.3.3...3.4.1) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * update formatting Signed-off-by: Jens Langhammer <jens@goauthentik.io> * sigh Signed-off-by: Jens Langhammer <jens@goauthentik.io> * disable flaky test 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:
@ -19,7 +19,7 @@ This integration leverages authentik's LDAP for the identity provider to achieve
|
||||
|
||||
The following placeholders will be used:
|
||||
|
||||
- `authentik.company` is the FQDN of the authentik install.
|
||||
- `authentik.company` is the FQDN of the authentik install.
|
||||
|
||||
## authentik Configuration
|
||||
|
||||
@ -41,17 +41,17 @@ _If you are unfamiliar with LDAP_: A bind account is used for authentication aga
|
||||
|
||||
In authentik, create a LDAP provider (under _Applications/Providers_). This is an example for the settings:
|
||||
|
||||
- Name : `provider-ldap` - or choose any
|
||||
- Bind DN : `DC=ldap,DC=goauthentik,DC=io`
|
||||
- Search group : `LDAPServiceUsers`
|
||||
- Certificate : `authentik Self-signed Certificate`
|
||||
- Name : `provider-ldap` - or choose any
|
||||
- Bind DN : `DC=ldap,DC=goauthentik,DC=io`
|
||||
- Search group : `LDAPServiceUsers`
|
||||
- Certificate : `authentik Self-signed Certificate`
|
||||
|
||||
### Step 3 - Application
|
||||
|
||||
In authentik, create an application (under _Resources/Applications_) with these settings :
|
||||
|
||||
- Name: `FTP` - or choose any
|
||||
- Provider: Choose the provider you created in _Step 2_
|
||||
- Name: `FTP` - or choose any
|
||||
- Provider: Choose the provider you created in _Step 2_
|
||||
|
||||
### Step 4 - Outpost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user