- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
Problem Summary
After implementation of#5925 user logins are getting appropriately audited, however if a NEW OIDC users logs in that does not have a local Coder user profile yet, the audit log shows "an unknown user logged in" creating a less than useful audit log message.
Expected Behavior
Coder should likely be creating the local user profile and then creating the audit record.
Steps To Reproduce The Problem
- Install coder and setup OIDC Authentication
- login with OIDC as a new user