c# - Programtically sign into Office 365 OWA using ADFS/MSOSTS tokens -


trying programatically sign owa using adfs 2.0. domain federated , sign in works expected (redirect https://myadfs.server/adfs/ls/?blabla) https://login.microsoftonline.com/.

instead of using adfs redirect, have created own sign in page using code sample here.

but code sharepoint. need owa. guess main thing need change service url office 365 owa return authorization cookies. code uses https://mysharepoint.server/_forms/default.aspx?wa=wsignin1.0 auth cookies

does know equivalent url owa? or code sample?

a different approach can used sign o365. main thing i'm not trying sign o365. need obtain logon token, , present "dashboard" user allows them chose service want use token (or logged in identity) for, of office 365 1 of services.

answered here on so


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -