Skip to content

Commit

Permalink
NAA SSO updates (#754)
Browse files Browse the repository at this point in the history
* Initial commit

* naa auth working

* writes files to spreadsheet

* refactoring work

* Add user identity support

* add support for word and powerpoint

* add readme and refactor

* UI fixes and code fixes

* fix missing code segment.

* add gitignore

* initial commit

* gitignore

* initial commit

* Some suggested updates. (#729)

* some minor updates

* Update Samples/auth/Office-Add-in-NAA/README.md

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/README.md

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/src/taskpane/authConfig.ts

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/src/taskpane/authConfig.ts

Co-authored-by: David Chesnut <[email protected]>

* update readme

---------

Co-authored-by: Adam Krantz <[email protected]>
Co-authored-by: David Chesnut <[email protected]>

* NAA working

* update readmes and debug tasks

* update readme

* Change parent folder name

* Change parent folder name

* add security report info

* Some more improvements (#730)

* some minor updates

* Update Samples/auth/Office-Add-in-NAA/README.md

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/README.md

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/src/taskpane/authConfig.ts

Co-authored-by: David Chesnut <[email protected]>

* Update Samples/auth/Office-Add-in-NAA/src/taskpane/authConfig.ts

Co-authored-by: David Chesnut <[email protected]>

* update readme

* more improvements

---------

Co-authored-by: Adam Krantz <[email protected]>
Co-authored-by: David Chesnut <[email protected]>

* Apply review feedback code updates

* Apply suggestions from code review

Co-authored-by: Linda Cannon <[email protected]>

* minor edits

* Add steps for browser support

* remove unnecessary id

* code cleanup to work online.

* remove note

* add security section

* minor fixes

---------

Co-authored-by: Adam Krantz <[email protected]>
Co-authored-by: Adam Krantz <[email protected]>
Co-authored-by: Linda Cannon <[email protected]>
  • Loading branch information
4 people authored Apr 9, 2024
1 parent b0d082e commit 9c50991
Show file tree
Hide file tree
Showing 48 changed files with 29,907 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Samples/auth/Office-Add-in-SSO-NAA/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"plugins": [
"office-addins"
],
"extends": [
"plugin:office-addins/recommended"
]
}
Loading

0 comments on commit 9c50991

Please sign in to comment.