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

III-6402 - Remove auth0 specific code #1552

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

Conversation

simon-debruijn
Copy link
Contributor

@simon-debruijn simon-debruijn commented Nov 25, 2024

Removed

  • Remove auth0 specific code

Ticket: https://jira.uitdatabank.be/browse/III-6402

@@ -258,7 +258,7 @@ public function toArray(): array
'urls' => $this->urls,
'organization' => $this->organization,
'organizers' => $this->udbOrganizers,
'authClients' => $this->auth0Clients,
'authClients' => $this->keycloakClients,
Copy link
Contributor

@LucWollants LucWollants Nov 25, 2024

Choose a reason for hiding this comment

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

This is a bit weird because keycloakClients is also still inside the array

Copy link
Contributor Author

@simon-debruijn simon-debruijn Nov 25, 2024

Choose a reason for hiding this comment

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

I left keycloakClients there so it can be removed in the backend PR's, to not break anything. But I think it is not used anywhere else

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.

2 participants