I have a separate UI node built with react. when u...
# talk-kratos
b
I have a separate UI node built with react. when using browser flow, I can't use whoami api, but when using api flow, can't use oidc. Am I doing it wrong ?
p
Hi @big-monitor-15923 Are you including cookies on the request to whoami? Can you give me more details on the error / request you are doing to whoami. With api flows, do you mean ajax requests from browser? or api without browser? Without a browser it is currently not supported to do OIDC.
Social Sign Up is currently not possible for API clients. It will be possible in a future version, which is partially tracked as kratos#273
Source
b
Thanks a lot, It's api with browser. I saw it's not supported on the kratos doc.