add in - How to open the URL for authentication inside the iFrame? -


i trying use rest api authentication in outlook add-in being redirected separate browser window instead of rendering in iframe , control never comes back.

because of security constraints cannot implement oauth flow within addin sandboxed iframe, popup window necessary workaround.

here best solution achieve oauth flow in popup.

microsoft aware of problem , has started work on dialogapi avoid popup window (that may turned off).

edit (september 2016):

at keluro released open source code sample leverage sign-in technicalities. used more connecting azure ad/office 365 client side using dialogapi , popup fall can reused


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -