David Chesnut
David Chesnut
Reviewing the sample it was getting stale and had several issues. I submitted a PR to bring it up to date. See #750
Hi @jimbarrett33, Yep, great question! We're working with the identity team to update these samples and be sure they are 100% correct from a security pattern perspective. When you use...
#441 adds fallback to the Outlook SSO sample, and uses latest MSAL libraries. Once approved I'll also use this same pattern in the Office SSO sample.
Hi @jimbarrett33, unfortunately I haven't had a chance to update this sample yet. However I would basically copy the pattern from this [Outlook auth sample](https://github.com/OfficeDev/Office-Add-in-samples/tree/main/Samples/auth/Outlook-Add-in-SSO/AttachmentDemo-ASPNETCore) which does have fallback implemented....
Hi @DavidTheProgrammer, thanks for letting us know about this issue! @millerds can you please help with this issue? Thanks!
Hi @GrumpyAL, thanks for reporting this! I see this issue as well. @millerds, can you please help with this issue? Thanks!
@millerds (and @GrumpyAL ) doing a bit more research on the linting here I notice the template uses .eslintrc.json to configure the linter. This is deprecated according to linter docs:...
Hi @mgjeffries and @AbidRahman-MSFT I updated the spreadsheet in PR #5. Looks like when VS sideloads it attempts to always sideload the content pane into the 3rd sheet which causes...
Hi @hn3000, thanks for reporting this issue! I'm also seeing this same behavior. @millerds can you please help with this issue? Thanks!
Hi @glr0221, glad to hear this is working now! You can get it to work in the browser, but you have to add a second redirect. See step 7 in...