Jens L e25d03d8f4 Managed objects (#519)
* managed: add base manager and Ops

* core: use ManagedModel for Token and PropertyMapping

* providers/saml: implement managed objects for SAML Provider

* sources/ldap: migrate to managed

* providers/oauth2: migrate to managed

* providers/proxy: migrate to managed

* *: load .managed in apps

* managed: add reconcile task, run on startup

* providers/oauth2: fix import path for managed

* providers/saml: don't set FriendlyName when mapping is none

* *: use ObjectManager in tests to ensure objects exist

* ci: use vmImage ubuntu-latest

* providers/saml: add new mapping for username and user id

* tests: remove docker proxy

* tests/e2e: use updated attribute names

* docs: update SAML docs

* tests/e2e: fix remaining saml cases

* outposts: make tokens as managed

* *: make PropertyMapping SerializerModel

* web: add page for property-mappings

* web: add codemirror to common_styles because codemirror

* docs: fix member-of in nextcloud

* docs: nextcloud add admin

* web: fix refresh reloading data two times

* web: add loading lock to table to prevent double loads

* web: add ability to use null in QueryArgs (value will be skipped)

* web: add hide option to property mappings

* web: fix linting
2021-02-03 21:18:31 +01:00
2021-01-29 10:29:06 +01:00
2021-02-03 21:18:31 +01:00
2021-01-29 10:29:06 +01:00
2021-02-03 21:18:31 +01:00
2021-02-03 21:18:31 +01:00
2021-02-03 21:18:31 +01:00
2021-02-03 21:18:31 +01:00
2020-12-13 19:53:16 +01:00
2021-01-29 10:29:06 +01:00
2020-11-30 12:50:08 +01:00
2020-11-15 16:15:01 +01:00
2021-02-03 21:18:31 +01:00
2021-01-29 10:29:06 +01:00
2020-12-24 16:01:55 +01:00
2020-12-13 21:25:05 +01:00
2020-12-05 22:08:42 +01:00
2020-11-15 16:15:01 +01:00
2020-12-05 22:08:42 +01:00
2020-09-03 00:04:12 +02:00
2020-12-05 22:08:42 +01:00
2020-12-24 14:32:20 +01:00
2021-01-16 22:38:46 +01:00
2020-08-19 10:32:44 +02:00
2021-02-03 21:18:31 +01:00

authentik logo

CI Build status Tests Code Coverage Docker pulls Latest version LGTM Grade

What is authentik?

authentik is an open-source Identity Provider focused on flexibility and versatility. You can use authentik in an existing environment to add support for new protocols. authentik is also a great solution for implementing signup/recovery/etc in your application, so you don't have to deal with it.

Installation

For small/test setups it is recommended to use docker-compose, see the documentation

For bigger setups, there is a Helm Chart in the helm/ directory. This is documented here

Screenshots

Development

See Development Documentation

Security

See SECURITY.md

Languages
Python 51.7%
TypeScript 36.4%
MDX 5.1%
Go 3.7%
JavaScript 1.6%
Other 1.4%