Kamil Pajdzik
|
3afd5f4e30
|
Add support for topic credentials (#17)
* Add Topic Credentials
* Update changelog
Bump the version to 0.5.1
|
2018-09-19 11:24:36 -07:00 |
Kamil Pajdzik
|
399d3d65ef
|
Update support for MSI authentication (#13)
* Add TSLint rule to limit classes per file to one
* Add d.ts and js.map files to gitignore
* Ignore dist directory
* Add empty MSI credential classes
* Update MSIOptions and MSIAppServiceOptions
* Update MsiTokenCredentials
* Add implementation of MSI* credentials
* Fix extra whitespace
* Add typings for ADAL library
* Fix TSLint credential issues
* Temporary commit for fixing overloads
* Fix _withMSI declaration
* Fix loginWithMSI overloads
* Fix loginWithVmMSI overloads
* Fix _withMSI declaration
* Fix loginWithAppServiceMSI overloads
* Fix _withAppServiceMSI declaration
* Fix missing TypeScript types in MSI logging methods
* Make MSITokenCredentials abstract
* Fix TSLint problems in token credential classes
* Remove loginWithMSI method
* Remove dist/lib files from tracking
* Bootstrap test directory
* Add unit tests
* Add tokenClientCredentials class
* Update exports
* Fix extra whitespace
* Move options to corresponding classes
* Adjusting types to newer model
* Updating tests
* Fix compiler errors in unit tests
* Enable injecting custom HttpClient to MSI credentials classses
* Update MSI tests
* Fix promise return type
* Fix tests
* Uncomment tests
* Remove unused package
* Update headers to contain MIT license
* Remove commented code
* Update documentation
* Fix slashes in RM endpoint
* Rempve @types/adal-angular package
* Update missing documentation
* Update README.md
|
2018-09-05 10:44:46 -07:00 |
Kamil Pajdzik
|
ef62ed15cc
|
Merge pull request #12 from Azure/feature/kamip/mocha-update
Update vulnerable packages
|
2018-08-29 09:39:27 -07:00 |
Kamil Pajdzik
|
54dec2fbef
|
Update vulnerable packages
|
2018-08-29 08:49:07 -07:00 |
Kamil Pajdzik
|
f7711336ac
|
Merge pull request #11 from Azure/feature/kamip/msioptions
Make domain optional for logging with MSI
|
2018-08-27 14:32:20 -07:00 |
Kamil Pajdzik
|
7dc80fbe29
|
Change export convention
|
2018-08-27 14:28:34 -07:00 |
Kamil Pajdzik
|
232c9c66ce
|
Remove .d.ts files
|
2018-08-27 14:23:54 -07:00 |
Kamil Pajdzik
|
95f29c08b0
|
Remove all js.map files
|
2018-08-27 14:06:50 -07:00 |
Kamil Pajdzik
|
d3928e7fee
|
Address code review comments
|
2018-08-27 14:06:22 -07:00 |
Kamil Pajdzik
|
0f1c07d945
|
Make domain parameter optional for MSI logging
|
2018-08-27 13:43:20 -07:00 |
Kamil Pajdzik
|
68c830292f
|
Rename LoginWithMSIOptions to MSIOptions
|
2018-08-27 12:58:21 -07:00 |
Amar Zavery
|
8b258591b1
|
Merge pull request #8 from alexeldeib/master
Open up token audience for authentication
|
2018-08-24 17:19:59 -07:00 |
Ace Eldeib
|
3102fbdbfe
|
bump ms-rest-azure-env to 0.1.1, add comment fixes that apparently got missed
|
2018-08-24 15:53:26 -07:00 |
Ace Eldeib
|
6bd8f01f61
|
fix comments, graph -> batch
|
2018-08-24 15:34:35 -07:00 |
Ace Eldeib
|
df2dec9729
|
revert bad authConstant change
|
2018-08-24 15:32:54 -07:00 |
Ace Eldeib
|
0b1c9cc8f4
|
add more batch files
|
2018-08-24 15:31:48 -07:00 |
Ace Eldeib
|
3618e51913
|
add batch, remove graph context, add interactive login token audiences
|
2018-08-24 15:22:16 -07:00 |
Ace Eldeib
|
fe03b464f5
|
Update parameter comments for token audience to reflect accepting URLs
|
2018-08-24 14:18:44 -07:00 |
Ace Eldeib
|
af44747e04
|
fix interactive login
|
2018-08-24 14:04:40 -07:00 |
Ace Eldeib
|
6153d3a870
|
Remove static array of management plane ops.
|
2018-08-24 11:45:15 -07:00 |
Ace Eldeib
|
fd59a0d5e1
|
fix login.js
|
2018-08-23 19:56:12 -07:00 |
Ace Eldeib
|
ceb118827c
|
fix base class function
|
2018-08-23 19:36:56 -07:00 |
Ace Eldeib
|
f0d64def58
|
attempt a fix at node auth
|
2018-08-23 18:59:02 -07:00 |
Rikki Gibson
|
ab69a7ad16
|
Merge pull request #7 from Azure/UpdateMsRest
Update ms-rest-js and bump to v0.5
|
2018-08-16 09:13:52 -07:00 |
Rikki Gibson
|
e5b78cef7d
|
Update ms-rest-js and bump to v0.5
|
2018-08-16 09:12:15 -07:00 |
Rikki Gibson
|
367252d3d3
|
Merge pull request #6 from Azure/UpdateMsRest
Bump to v0.4 and update ms-rest-js to 0.18
|
2018-08-08 17:18:40 -07:00 |
Rikki Gibson
|
79adab2331
|
Bump to v0.4 and update ms-rest-js to 0.18
|
2018-08-08 17:17:35 -07:00 |
Rikki Gibson
|
f01c548c58
|
Merge pull request #4 from Azure/UpdateMsRest
Update ms-rest-js to v0.17 and bump to v0.3
|
2018-08-06 12:26:39 -07:00 |
Rikki Gibson
|
c114e7820e
|
Update ms-rest-js to v0.17 and bump to v0.3
|
2018-08-06 12:24:33 -07:00 |
Amar Zavery
|
f0ef007db7
|
Merge pull request #3 from RikkiGibson/UpdateMsRest
Update ms rest
|
2018-06-27 20:08:36 -07:00 |
Rikki Gibson
|
bd020c1667
|
Update build products
|
2018-06-27 12:29:07 -07:00 |
Rikki Gibson
|
58f94a1f52
|
Fix build errors
|
2018-06-27 12:27:59 -07:00 |
Rikki Gibson
|
3035da7674
|
Update to ms-rest-js@~0.14
|
2018-06-27 12:27:34 -07:00 |
Amar Zavery
|
a1a78c2ec0
|
finalize things
|
2017-09-17 11:52:21 -07:00 |
Amar Zavery
|
a037205062
|
Merge pull request #1 from amarzavery/initial
Initial PR
|
2017-09-08 19:52:54 -07:00 |
Amar Zavery
|
d47311d2fc
|
fix looping over AzureEnvironment
|
2017-09-08 19:51:26 -07:00 |
Amar Zavery
|
86f76ce6ce
|
added typings and a sample for authentication via auth file
|
2017-09-08 18:42:34 -07:00 |
Amar Zavery
|
ba9c401961
|
added samples to readme and rectified the device flow login
|
2017-09-08 18:14:00 -07:00 |
Amar Zavery
|
83644491cf
|
changes made after running basic tests for userTokenCreds and applicationTokenCreds
|
2017-09-08 15:11:54 -07:00 |
Amar Zavery
|
aa74328046
|
initial commit
|
2017-09-08 11:25:16 -07:00 |
Microsoft Open Source
|
f7fab73679
|
Initial commit
|
2017-09-06 16:29:08 -07:00 |
Microsoft Open Source
|
ba7830915f
|
Initial commit
|
2017-09-06 16:29:08 -07:00 |
Microsoft GitHub User
|
c610b97a58
|
Initial commit
|
2017-09-06 16:29:01 -07:00 |