James Hodgkinson
2be83a635d
Showing the TOTP URI to the user when doing a TOTP cred reset ( #855 )
...
* Console TOTP registration - present registration URI to the user (Fixes #853 )
* 📎 -happiness
2022-06-26 18:08:24 +10:00
Firstyear
b97d13d284
383 170 164 authentication updates - credential update webui! ( #809 )
2022-06-05 16:30:08 +10:00
James Hodgkinson
7d27612174
Windows automagical buildingtons ( #798 )
...
* windows build automation
* making fmt happy, fixing windows-related bug
* disabled cargo_incremental when using `sccache`, added build options ARG to Dockerfile, limit docker build to one job
2022-05-31 14:13:21 +10:00
Firstyear
12852cf0a0
383 170 164 authentication updates 4 ( #739 )
...
* Codes and TOTP done!
* Cleanup
2022-05-06 09:52:58 +10:00
Firstyear
3a07842d56
20220501 fix logging ( #730 )
2022-05-01 13:34:19 +10:00
James Hodgkinson
fefcff2bc4
ref #725 - updated comment to note it's still failing ( #727 )
2022-04-30 20:11:47 +10:00
Firstyear
53f3260285
Remove async references ( #724 )
2022-04-29 13:23:46 +10:00
Firstyear
8dc0199380
383 170 164 authentication updates 3 ( #723 )
2022-04-29 13:03:21 +10:00
Euan Kemp
0c3ce226cf
Add 'account person set' command ( #667 )
...
* Add 'account person set' command
This command allows a user to modify, say, their legal name in a
self-service fashion.
This wasn't possible before by default since the 'extend' operation
required additional ACPs in order to operate which not every user would
have.
The new "person set" api is compatible with the default self_write ACP,
and so allows self-service modification.
* Add a short section on people attributes to the book
2022-04-02 13:24:07 +10:00
James Hodgkinson
134235ef7f
Specifying MSRV in package now ( #664 )
...
* specifying MSRV in package now
2022-03-31 14:12:53 +10:00
Firstyear
5213ed4e01
Improve client diagnostics ( #660 )
2022-03-28 13:32:12 +10:00
Firstyear
bd41ef8f91
Add design doc, revive the domain wide enc token ( #649 )
...
* Add design doc, revive the domain wide enc token, use jwt from our lib instead of bundy, update docs
2022-03-14 17:29:04 +10:00
Firstyear
f252d91e13
20220219 webui updates + source refactor + clippy go clip clip ( #642 )
2022-02-20 12:43:38 +10:00
Firstyear
d25e3b338a
Pre-release update and cleanup ( #631 )
2021-12-31 09:11:20 +10:00
Firstyear
c6c564cebb
Finalise email changes for oidc ( #629 )
2021-12-25 09:47:14 +10:00
Firstyear
22682279aa
20211216 tracing cleanup ( #627 )
2021-12-17 13:54:13 +10:00
Firstyear
42df4bf1a3
Refactor of value and addition of base types for business attributes ( #626 )
2021-12-16 10:13:03 +10:00
Firstyear
0f4189a57e
278 603 OIDC implementation ( #608 )
2021-11-21 16:41:49 +10:00
Firstyear
c62b39c338
509 oauth2 scope mapping ( #586 )
2021-10-07 18:31:48 +10:00
Firstyear
573e346476
Add support for storing security token key in domain config ( #581 )
2021-09-25 11:24:00 +10:00
James Hodgkinson
c09ebccbda
adding useragent based on client version ( #564 )
2021-08-12 09:13:33 +10:00
James Hodgkinson
8737a7ad78
making 📎 slightly happier ( #551 )
2021-08-02 10:54:55 +10:00
Firstyear
1791f12adf
Oauth2 ui flows ( #527 )
2021-07-25 10:51:37 +10:00
cuberoot74088
8306c3bc6a
Rename to SetCredentialRequest::BackupCodeGenerate ( #524 )
2021-07-22 12:04:56 +10:00
James Hodgkinson
bea2ce76ba
Relates to comments in #528 - pops error now instead of debug message ( #529 )
2021-07-22 10:58:36 +10:00
cuberoot74088
620a1717a8
495 backup codes cli extension ( #517 )
2021-07-08 12:50:55 +10:00
Firstyear
e134fa5b40
Fix totp registration workflow with broken authenticators ( #516 )
2021-07-03 14:39:22 +10:00
James Hodgkinson
554ff3bb1b
Fixing kanidm windows client build ( #507 )
2021-06-30 10:34:45 +10:00
Firstyear
1de1b2db3b
Add the ability to configure and provide Oauth2 authentication for Kanidm. ( #485 )
2021-06-29 14:23:39 +10:00
Quinn
c2d74ced2b
Removed OperationResponse
( #489 )
2021-06-21 12:32:39 +10:00
Quinn
03d2fc841a
kanidm_client
bool/return values (#479 )
2021-06-17 12:59:34 +10:00
James Hodgkinson
6b696b1923
unixd will now bail if startup tests fail ( #476 )
2021-06-15 11:54:04 +10:00
Firstyear
ea34dc08a9
Add email syntax ( #465 )
...
Part one of #461 - this adds the syntax to support email addresses and validation of their content, and a method to serialise to the DB that can be extended with attribute tagging in the future. Part two will address administration of these values.
2021-06-12 10:01:44 +10:00
Firstyear
807af81184
64 120 session claims ( #462 )
2021-06-02 09:30:37 +10:00
James Hodgkinson
35c1de4c45
Calming clippy's nerves, Friday edition ( #448 )
...
* whoa clippy you are very helpful
2021-05-21 16:35:09 +10:00
James Hodgkinson
1f98018513
444 - client's config URI missing and more file open handling ( #446 )
2021-05-21 15:19:36 +10:00
Firstyear
78f780910e
Fix proxy usage in tests ( #443 )
2021-05-20 07:58:11 +10:00
James Hodgkinson
1229669785
adding env vars, making clippy happier, cleaning up some error messages ( #438 )
2021-05-09 22:06:58 +10:00
Firstyear
6901a5a545
Orca - a load testing framework for Kanidm ( #431 )
2021-05-06 21:15:12 +10:00
James Hodgkinson
e6f34d5dc5
Adding a new verb group remove_members ( #434 )
...
Co-authored-by: William Brown <william@blackhats.net.au>
2021-05-06 20:47:28 +10:00
James Hodgkinson
77381c1a2a
User feedback improvements, also handling a permissions issue ( #424 )
2021-04-26 11:52:13 +10:00
James Hodgkinson
de431451f4
Making clippy happy ( #420 )
2021-04-25 11:35:56 +10:00
Firstyear
8da89613e3
Rough working login page ( #417 )
2021-04-24 10:53:19 +10:00
James Hodgkinson
f97a3bf596
Make clippy happy ( #415 )
2021-04-19 10:20:24 +10:00
James Hodgkinson
495113e607
merging upstream ( #411 )
2021-04-15 08:54:28 +10:00
James Hodgkinson
f466e2a521
Docs update ( #400 )
...
* I couldn't help it - minor spelling fixes
2021-04-06 10:08:36 +10:00
Firstyear
988944a085
Add auth session header type ( #398 )
2021-04-01 07:14:15 +10:00
Firstyear
ff61c37ae3
Add credential display command ( #370 )
...
Fixes #364 - this adds a credential display command to the cli, and the api so it can be used later.
2021-03-11 11:17:13 +10:00
Firstyear
3137e3d682
Complete MFA and Webauthn handlers ( #360 )
...
Fixes #357 - this allows the password MFA handler to correct handle a mixed totp or webauthn credential with passwords. This is likely the "majority" of accounts we will see on the service.
2021-02-20 12:41:22 +10:00
Firstyear
8006142c9e
202 totp cli enrollment ( #348 )
...
Fixes #202 - This adds support for enrolling and removing totp on the cli, as well as a rebuilt work flow for login to allow dynamic prompting of what credetials are required.
2021-02-08 13:31:31 +10:00