mirror of
https://github.com/unraid/api.git
synced 2025-12-21 08:39:38 -06:00
fix: remove unraid-api sso users & always apply sso modification on < 7.2 (#1595)
This commit is contained in:
@@ -1,14 +0,0 @@
|
||||
export interface SsoUserService {
|
||||
/**
|
||||
* Get the current list of SSO user IDs
|
||||
* @returns Array of SSO user IDs
|
||||
*/
|
||||
getSsoUsers(): Promise<string[]>;
|
||||
|
||||
/**
|
||||
* Set the complete list of SSO user IDs
|
||||
* @param userIds - The list of SSO user IDs to set
|
||||
* @returns true if a restart is required, false otherwise
|
||||
*/
|
||||
setSsoUsers(userIds: string[]): Promise<boolean>;
|
||||
}
|
||||
Reference in New Issue
Block a user