Skip to content

Single session per user while integrating with Omniauth Azure AD #885

@sithara

Description

@sithara

Is there a workaround to prevent concurrent user signs while using Azure AD for authentication

The below code snippet is likely to work only if the default sign in mechanism is used

  def sign_in(user)
    user.reset_remember_token! if user
    super
  end 

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions