Re: [Architecture] Identity Server 5.3.0 New Feature - Prompt for missing predefined user attributes in the authentication flow

2016-10-27 Thread Ishara Karunarathna
Hi, On Wed, Oct 26, 2016 at 4:42 PM, Darshana Gunawardana wrote: > For federated users, it's ok to prompt missing attributes every time > (unless they are associated and assert with a local user). I think we > should display a message like [1]. +1 > > What happens when we try federated login t

Re: [Architecture] Use multiple table-sets to store messages (& metadata) to improve performance of message broker

2016-10-27 Thread Udaka Manawadu
Hi all, When we Allow users to have multiple table sets (for metadata and message content), each message should go to separate tables according to the queue ID. Currently I’m choosing the table for each queue in a round-robin manner (tableID = queueID % numberOfTables). Eg: If queueID is 3 and Num