colossal-carpenter-42980
12/09/2022, 1:15 PMemail
, other_key
] should be unique.
E.g. this is valid
• [<mailto:test@test.com|test@test.com>
, key1
]
• [<mailto:test@test.com|test@test.com>
, key2
]
But not this
• [<mailto:test@test.com|test@test.com>
, key1
]
• [<mailto:test@test.com|test@test.com>
, key1
]
Does anyone now if this is supported and if so point me in the right direction where I should look for info? ❤️magnificent-energy-493
colossal-carpenter-42980
12/09/2022, 3:52 PM<mailto:test@test.com|test@test.com>
, app1
].
Later the same user enters app2.domain.com and should be able to do the same but with [<mailto:test@test.com|test@test.com>
, app2
] as a unique identifier.
Do you follow? 🙂colossal-carpenter-42980
12/09/2022, 3:54 PMWhile credentials must be unique per type, there can be duplicates amongst multiple types...
- so I suppose this means that this is not possible?magnificent-energy-493
app1
be the password? Or is app1
something like an “invitation code” that you need to be able to create an account?
If you have multiple apps you can also choose to have 2 seperate userstores (for example 2 Ory Network projects, or 2 databases when self-hosting). Then you dont run into any conflicts.
Or should all apps under “domain.com” serve the same userstore?