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

Add Ldap2Azure #117

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

Add Ldap2Azure #117

wants to merge 41 commits into from

Conversation

Kipjr
Copy link
Member

@Kipjr Kipjr commented Jan 20, 2024

No description provided.

@Kipjr Kipjr force-pushed the main_add_Ldap2Azure branch from 422926c to 9b2e7a1 Compare January 21, 2024 15:00
@Jannyboy313
Copy link
Contributor

Comments die op MAJOR PR staan zijn hier niet in verwerkt.

@Kipjr
Copy link
Member Author

Kipjr commented Jan 22, 2024

Je geeft me wel veel werk zo :p

@Jannyboy313
Copy link
Contributor

Je geeft me wel veel werk zo :p

Mwa veel comments, maar weinig werk om op te lossen.

@Kipjr
Copy link
Member Author

Kipjr commented Jan 27, 2024

Voor nu is het meeste muv User.php gefixt of in andere PR

@Jannyboy313
Copy link
Contributor

Voor nu is het meeste muv User.php gefixt of in andere PR

Ik zie geen veranderingen in de PR staan?

@Kipjr
Copy link
Member Author

Kipjr commented Jan 28, 2024

Ik wel:

bb246d4

@Kipjr Kipjr force-pushed the main_add_Ldap2Azure branch from 8a90fdd to 66788a4 Compare June 22, 2024 17:33
@Kipjr Kipjr force-pushed the main_add_Ldap2Azure branch from 08fc303 to 6b805c4 Compare September 8, 2024 17:26
$dbUser = null;
try {
// We first check if we already have this user in our database
$dbUser = \App\Models\User::findOrFail($user->description);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Betekent dit dat het lidnummer in 'description' staat? Ik zag ergens anders in de code ook 'employeeNumber', waarom hier description en in LoginController.php employeeNumber?

$this->surname = $content['surname'];
$this->givenName = $content['givenName'];
$this->userPrincipalName = $content['userPrincipalName'];
$this->description = Arr::has($content,$descriptionProperty) ? Arr::join( $content[$descriptionProperty] , ',' ) : null;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beetje dezelfde vraag als in Application.php: wat zit eigenlijk in deze property? Vooral vergeleken met de employeeNumber


$user = $this->getLdapUserBy('description', $lidnummer);
$azureAppInfo = new azureAppInfo;
$user = $azureAppInfo->getAzureUserBy('description', $lidnummer);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Zelfde vraag met description/employeeNumber

@Raeolu
Copy link

Raeolu commented Apr 1, 2025

@Kipjr Ik heb alles gereviewed! Eigenlijk maar 1 dingetje waar ik vragen over heb (de comments hierboven) maar als dat opgelost is dan zal ik hem goedkeuren :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants