From: Krzysztof B. <kb...@un...> - 2017-09-08 07:21:15
|
Hi Shiraz, W dniu 07.09.2017 o 11:37, Shiraz Memon pisze: > Hi, > > Does unity support OIDC implicit flow[1], if acting as an OIDC Client? > if yes, how can I enable it? No it is not possible and not on a roadmap. Implicit flow is intended for JS public apps, and has many undesired consequences. Unity is not a case here so can use the secure and way more popular authz code flow. Best, Krzysztof |