Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Entra Id password changes #342

Closed
dmulder opened this issue Jan 14, 2025 · 0 comments · Fixed by #344
Closed

Implement Entra Id password changes #342

dmulder opened this issue Jan 14, 2025 · 0 comments · Fixed by #344
Labels
enhancement New feature or request

Comments

@dmulder
Copy link
Collaborator

dmulder commented Jan 14, 2025

Summary
Right now if a new user hasn't yet set their password, and if they're logging in for the first time using an admin provided generated password, we are unable to handle the request, and recommend a DAG. We should simply handle this request and allow them to set the password.

Problem Statement
New users logging in with a generated password face difficulties as Himmelblau does not support in-session password changes. This limitation requires a workaround, such as using a separate device.

Proposed Solution
Implement password changes that can happen during the authentication flow. Most of the change will happen in libhimmelblau.

Benefits
Simplifies new user setup.

Alternatives Considered
None.

Additional Context
https://github.com/Gerenios/AADInternals/blob/b23a7845f6dc5ea8c57b10351421a4d00466cd90/AccessToken_utils.ps1#L2336

@dmulder dmulder added the enhancement New feature or request label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant