Auth: Increase name_id and session_id length to 1024 in user_external_session (#95352) Increase name_id and session_id length to 1024 (cherry picked from commit b8b7c7901c) Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
b8b7c7901c
* initial from poc changes * wip * Remove public external session service * Update swagger * Fix merge * Cleanup * Add backgroud service for cleanup * Add auth_module to user_external_session * Add tests for token revocation functions * Add secret migration capabilities for user_external_session fields * Cleanup, refactor to address feedback * Fix test