Skip to content

Releases: himmelblau-idm/himmelblau

0.3.3

09 May 19:32
c2197d7
Compare
Choose a tag to compare

Add an option for disabling Windows Hello

0.3.2

07 May 18:13
de9f5b5
Compare
Choose a tag to compare

Fixes bug #111

0.3.1

29 Apr 19:39
359a8d0
Compare
Choose a tag to compare

Adds Windows Hello support.
Fixes SFA authentication issues.

0.2.1

29 Feb 20:32
3317252
Compare
Choose a tag to compare
Merge pull request #74 from himmelblau-idm/dmulder/stable-0.2.x_updates

stable 0.2.x updates

0.2.0

14 Feb 20:36
309b99d
Compare
Choose a tag to compare

Implements an authentication Broker, receiving PRTs and TGTs (which are unused at the moment).

0.1.1

27 Oct 19:44
6d2f645
Compare
Choose a tag to compare

Minor release.

0.1.0

14 Sep 17:01
6cde780
Compare
Choose a tag to compare

First stable release.

This version supports MFA authentication via the DeviceAuthorizationGrant flow.
Himmelblau uses hardware TPM for offline password hash caching.
Communication to Entra ID is performed using Microsoft's stable Python MSAL library. All other code is written in Rust.
Himmelblau utilizes systemd DynamicUser, so the himmelblaud daemon is sandboxed without root access.
The pam_allow_groups config entry restricts authentication strictly to authorized users or groups.

alpha-0.0.4

07 Aug 19:54
Compare
Choose a tag to compare
alpha-0.0.4 Pre-release
Pre-release
TODO: Policy application has been added

This isn't feature complete, but the basics
are now present.

Signed-off-by: David Mulder <[email protected]>

alpha-0.0.3

17 Jul 15:59
Compare
Choose a tag to compare
alpha-0.0.3 Pre-release
Pre-release
Update lib versions to match package version

Signed-off-by: David Mulder <[email protected]>

alpha-0.0.2

28 Jun 16:54
5bfbedd
Compare
Choose a tag to compare
alpha-0.0.2 Pre-release
Pre-release
Merge pull request #6 from openSUSE/dmulder/filecache

cache: Make the cache persistent