Skip to content

Releases: himmelblau-idm/himmelblau

0.4.2

30 May 18:59
ded33bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.4.2

0.4.1

29 May 19:29
41dd0dc
Compare
Choose a tag to compare

What's Changed

  • Normalize idmap inputs by @dmulder in #139
  • Fix a refresh token leak in debug from msal (stable-0.4.x) by @dmulder in #141
  • Backports of MFA fixes to 0.4.x stable by @dmulder in #147

Full Changelog: 0.4.0...0.4.1

0.4.0

20 May 19:19
Compare
Choose a tag to compare

Highlights

  • Fix "Device authentication failed" when authenticating too quickly after enrollment by @dmulder in #117
  • Fake user token and fix NSS by @dmulder in #128
  • SSSD Idmapping with upn mapping by @dmulder in #131
  • When faking a uuid for NSS, use a random uuid by @dmulder in #133
  • Fix group lookup failure by @dmulder in #136

This update replaces the default idmapping. Previously idmapping was based on object id (uuid), but it is now based on user upn by default. The default idmap range has also changed. To return to the previous default (in order to keep idmapping consistent with version 0.3.x), set the following configuration variables:

[global]
id_attr_map = uuid
idmap_range = 1000000-6999999

Be aware that reverting to uuid idmapping prevents users from accessing the host via SSH (on systems which use OpenSSH Server).

0.3.4

15 May 15:16
01d099f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.3...0.3.4

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.