authentik fork
This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
Ken Sternberg 0bba3ae97f web: ak-application-wizard-authentication-by-oauth, and many fixes!
1. Fixed `eventEmitter` so that if the detail object is a scalar, it will not attempt to "objectify"
   it.  This was causing a bug where retrofitting the eventEmitter to some older components resulted
   in a detail of "some" being translated into ['s', 'o', 'm', 'e'].  Not what is wanted.
2. Removed the "transitional form" from the existing components; they had a two-step where the web
   component class was just a wrapper around an independent rendering function.  While this worked,
   it was only to make the case that they *were* independent rendering objects and could be
   supported with the right web component framework.  We're halfway there now; the last step will be
   to transform the horizontal-element and various input CSS into componentized CSS, the way
   Patternfly-Elements is currently doing.
3. Fixed the `help` field so that it could take a string or a TemplateResult, and if the latter,
   don't bother wrapping it in the helper text functionality; just let it be its own thing.  This
   supports the multi-line help of redirectURI as well as the `ak-utils-time-delta` capability.
4. Transform Oauth2ProviderForm to use the new components, to the best of our ability.  Also used
   the `provider = this.wizard.provider` and `provider = this.instance` syntax to make the render
   function *completely portable*; it's the exact same text that is dropped into...
5. The complete `ak-application-wizard-authentication-by-oauth` component. They're so similar part
   of me wonders if I could push them both out to a common reference, or a collection of common
   references.  Both components use the PropertyMapping and Sources, and both use the same
   collection of searches (Crypto, Flow).
6. A Storybook for `ak-application-wizard-authentication-by-oauth`, showing the works working.
7. New mocks for `authorizationFlow`, `propertyMappings`, and `hasJWKs`.

This sequence has revealed a bug in the radio control.  (It's always the radio control.)  If the
default doesn't match the current setting, the radio control doesn't behave as expected; it won't
change when you fully expect that it should.  I'll investigate how to harmonize those tomorrow.
2023-08-02 15:36:20 -07:00
.github translate: Updates for file locale/en/LC_MESSAGES/django.po in fr on branch main (#6376) 2023-07-26 11:03:37 +02:00
.vscode root: celery refactor (#6095) 2023-06-28 16:44:50 +02:00
authentik api: re-fix url import logging (#6400) 2023-07-27 12:56:51 +02:00
blueprints api: re-fix url import logging (#6400) 2023-07-27 12:56:51 +02:00
cmd cmd: use live endpoint instead of ready for inbuild healthcheck 2023-05-08 22:04:18 +02:00
internal outposts: make metrics compliant with Prometheus best-practices (#6398) 2023-07-27 18:51:08 +02:00
lifecycle root: partial Live-updating config (#5959) 2023-07-19 23:13:22 +02:00
locale web: app icons v2 (#6410) 2023-07-28 14:25:56 +02:00
schemas providers: SCIM (#4835) 2023-03-06 19:39:08 +01:00
scripts root: fix generate_config script not setting debug (#5465) 2023-05-03 23:52:59 +03:00
tests outposts: support json patch for Kubernetes (#6319) 2023-07-22 02:29:28 +02:00
web web: ak-application-wizard-authentication-by-oauth, and many fixes! 2023-08-02 15:36:20 -07:00
website website/blogs: this weeks blog (#6415) 2023-07-28 13:36:11 -07:00
.bumpversion.cfg release: 2023.6.1 2023-07-10 13:20:22 +02:00
.dockerignore enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
.editorconfig website: codespell with custom dictionary and CI (#5062) 2023-03-24 00:24:55 +01:00
.gitignore enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
CODE_OF_CONDUCT.md root: rework and expand security policy 2022-11-28 12:10:53 +01:00
CODEOWNERS root: Test codeowners (#5586) 2023-05-11 20:26:04 +02:00
CONTRIBUTING.md website/developer-docs: move contributing to dev docs index and link contributing file (#5554) 2023-05-09 20:26:55 +02:00
docker-compose.yml release: 2023.6.1 2023-07-10 13:20:22 +02:00
Dockerfile core: bump maxmind/geoipupdate from v5.1 to v6.0 (#6240) 2023-07-13 12:51:37 +02:00
go.mod core: bump goauthentik.io/api/v3 from 3.2023061.5 to 3.2023061.6 (#6407) 2023-07-28 11:08:57 +02:00
go.sum core: bump goauthentik.io/api/v3 from 3.2023061.5 to 3.2023061.6 (#6407) 2023-07-28 11:08:57 +02:00
ldap.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
LICENSE enterprise: initial license (#5293) 2023-04-19 16:13:45 +02:00
Makefile web: basic cleanup of buttons (#6107) 2023-07-18 08:29:42 -07:00
manage.py root: update deprecation warnings 2022-11-25 11:47:28 +01:00
poetry.lock core: bump pylint from 2.17.4 to 2.17.5 (#6396) 2023-07-27 11:29:52 +02:00
proxy.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
pyproject.toml outposts: support json patch for Kubernetes (#6319) 2023-07-22 02:29:28 +02:00
radius.Dockerfile core: bump golang from 1.20.5-bullseye to 1.20.6-bullseye (#6226) 2023-07-12 11:48:11 +02:00
README.md web: Add storybook (#5865) 2023-06-07 13:05:33 +02:00
schema.yml api: re-fix url import logging (#6400) 2023-07-27 12:56:51 +02:00
SECURITY.md root: Update security policy (#6222) 2023-07-12 06:56:37 -06:00

authentik logo


Join Discord GitHub Workflow Status GitHub Workflow Status GitHub Workflow Status Code Coverage Docker pulls Latest version

What is authentik?

authentik is an open-source Identity Provider that emphasizes flexibility and versatility. It can be seamlessly integrated into existing environments to support new protocols. authentik is also a great solution for implementing sign-up, recovery, and other similar features in your application, saving you the hassle of dealing with them.

Installation

For small/test setups it is recommended to use Docker Compose; refer to the documentation.

For bigger setups, there is a Helm Chart here. This is documented here.

Screenshots

Light Dark

Development

See Developer Documentation

Security

See SECURITY.md

Adoption and Contributions

Your organization uses authentik? We'd love to add your logo to the readme and our website! Email us @ hello@goauthentik.io or open a GitHub Issue/PR! For more information on how to contribute to authentik, please refer to our CONTRIBUTING.md file.

Sponsors

This project is proudly sponsored by:

DigitalOcean provides development and testing resources for authentik.