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

Update auth.ts to return user info for storage from Keycloak #271

Open
1 task
linear bot opened this issue Jan 13, 2025 · 1 comment
Open
1 task

Update auth.ts to return user info for storage from Keycloak #271

linear bot opened this issue Jan 13, 2025 · 1 comment

Comments

@linear
Copy link

linear bot commented Jan 13, 2025

Description:

In order to populate the user management table, we will need to extract some of the information that is returned from Keycloak and load it into the table. As such, we need to return user credentials for storage, potentially leveraging Auth.js database adapter, and create a session, likely with database.

A follow up ticket will actually add the retrieved user info to the database. The scope of this ticket is only for retrieval.

Acceptance Criteria:

  • When a user authenticate via Keycloak, their username/email is retrieved
Copy link
Author

linear bot commented Jan 13, 2025

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

No branches or pull requests

0 participants