Граф коммитов

399 Коммитов

Автор SHA1 Сообщение Дата
Pan Li dd9421d6bd
Update master version to 2.1.3. (#569)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-14 01:24:25 -06:00
Pan Li 4657ea5520
Hash account name of storage when telemetry. (#567)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-13 20:31:55 -06:00
Pan Li 974a59ba22
Use post for oauth2 client authentication method, #559. (#562)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-13 20:09:26 -06:00
Pan Li b3dec05f90
Update aad b2c sample. (#566)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-13 01:56:47 -06:00
Pan Li c60bac36fd
Add BI collection for aad b2c. (#563)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-12 02:25:13 -06:00
Pan Li 5d2a247879
Add handler for sign page forgot password defect (#561)
* Take care of service defect of forgot password scenario.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-11 21:34:09 -06:00
Pan Li da7e856996
Add password reset and profile edit policy (#557)
* Add policies as oauth2 client registration.
* Make profile-edit and password-reset optional.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-11 01:39:45 -06:00
Pan Li b9779a7ee0
Add sample code and README.md for b2c. (#558)
* Add sample code and README.md for b2c.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-02-11 00:47:59 -06:00
Pan Li 281f80e646
Add b2c logout success handler (#554)
* Add logout success handler for b2c.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-31 03:42:23 -06:00
Pan Li 1b49018a30
Add b2c autoconfiguration for OIDC. (#552)
* Add b2c autoconfiguration bean for OIDC.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-30 22:32:49 -06:00
Pan Li 77ff356846
Add b2c properties for user configuration. (#551)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-29 18:42:58 -06:00
Darren Forsythe 529c3c57f1 Allow configuration of UserGroup mapping. (#510)
* Allow configuration of UserGroup mapping.

Currently the Windows vs Microsoft return a different response. There
is no method of easily the configuring the AAD Starter to use
different keys within the JSON Node.

This PR adds a new nested configuration property to handle this.

This also loosens the validation of the properties for the deprecated
allowed-groups property which could be removed at a later date.
2019-01-29 15:18:41 +08:00
Pan Li c75a96774a
Support spring relaxed binding names, #538. (#550)
* Support spring relaxed binding names, #538.
* Only keep one record in serects map.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-24 20:12:04 -06:00
Pan Li c12d650db6
Update master version to 2.1.3.BUILD-SNAPSHOT. (#547)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-22 20:18:23 -06:00
Pan Li 84dfdd0f9b
Update master version to 2.1.2. (#545)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-22 00:02:22 -06:00
Pan Li 5d7f2cd4ed
Update azure-dependencies-bom version to 2.1.0.M2. (#543)
Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-21 23:36:32 -06:00
Darren Forsythe 0af1fedb17 Improve testing (#514)
* Improve testing of AzureAD Starter.
* Remove usage of powermock.
* Include AzureADGraphClient in coverage again.
2019-01-21 23:22:02 -06:00
weiping 70a23a5445 update snapshot version for 2.1.x (#536) 2019-01-21 22:48:32 -06:00
Pan Li 9a470ce4da
Add VcapProcessor referenced dependency as required, #534. (#535)
* Add VcapProcessor referenced dependency as required, #534.
* Remove the dependency of jackson in VcapProcessor.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-16 20:24:27 -06:00
Pan Li 09f3038f6b
Update readme for `Support Spring Boot` (#528)
* Add support for spring boot 2.1.x.
* Update doc of branch and release.

Signed-off-by: Pan Li <panli@microsoft.com>
2019-01-08 19:32:07 -06:00
Kevin Zhao bae5f3b3da
Fix telemetry docs for AAD starter (#527) 2019-01-02 14:26:55 +08:00
weiping 84929ec2fc
add missing commons-io dependency (#524) 2018-12-27 10:15:51 +08:00
Pan Li b67c304832
Upgrade version to 2.1.1.BUILD-SNAPSHOT. (#518)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 21:12:03 -06:00
Pan Li cbaa229d0c
Add jackson to service bus and gremlin starter. (#517)
* Fix command line sample failure.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 20:07:48 -06:00
Pan Li 28209c6fad
Update version to 2.1.0, #485. (#516)
* Update version to 2.1.0, #485.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 04:12:11 -06:00
Pan Li 81ec7f7e21
Upgrade spring boot to 2.1.0 485 (#515)
* Update spring boot version to 2.1.0.RELEASE, resolve #485.
* Ajust test code due to assertj-core API change.
* Workaround adal4j dependency conflicit.
* Adjust autoconfigure code for spring data gremlin 2.1.0.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-20 02:48:43 -06:00
Darren Forsythe 0cda54a580 Bug/fix javadoc doclint (#508)
* Fix doclint option.
* Remove unneeded configuration
2018-12-18 23:57:13 -06:00
Darren Forsythe 4045eab8d7 Clean up code base. (#507)
* Update Deprecated APIs to new imports.
* Add javadoc to document missing AAD properties
* Fixing build. Delcaring var as final
2018-12-18 08:08:03 -06:00
Darren Forsythe 417dd5a7b2 Refactor UserPrincipalManager to derive Key, resolve #472. (#504)
* Refactor UserPrincipalManager to derive Key.
2018-12-17 19:17:41 -06:00
Darren Forsythe 03825fe895 Cannot override ServiceEndpoint Properties (#503)
Remove Yml YamlFileApplicationContextInitializer. Remap yml to properties file. Add PropertySource to ADD Autoconfiguration. Use BeanDefinition constants for scope. Add tests to verify expected behavior
2018-12-18 09:11:12 +08:00
weiping f36ac06d52
fix incorrect badge url for cosmosdb starter url (#505) 2018-12-17 10:31:30 +08:00
Pan Li 8f3a4592a0
Upgrade version to 2.0.9.BUILD-SNAPSHOT. (#499)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 15:45:27 +08:00
Pan Li 1c056812e6
Update version to 2.0.8, #446. (#498)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 14:39:13 +08:00
Pan Li e0c84152ae
Adjust media service sample due to sdk upgrade, resolve #496. (#497)
* Adjust media service sample due to sdk upgrade, resolve #496.

Signed-off-by: Pan Li <panli@microsoft.com>
2018-12-13 11:35:35 +08:00
mkdirJava 89ff92cc92 Enable HTTP/S toggling (#495)
* allow toggle in Http or Https, set Http to default
2018-12-13 08:50:45 +08:00
Pan Li 519f6aa537
Add account name to storage BI, fix #447. (#478)
Signed-off-by: Pan Li <panli@microsoft.com>
2018-11-30 22:34:50 +08:00
weiping 4ee2d3907f
use pfx certificate to authenticate with keyvault (#474)
* use pfx certificate to authenticate with keyvault
2018-11-30 13:14:25 +08:00
weiping c1524ebdab
implement Ordered for PostProcessor (#461)
* implement Ordered for PostProcessor
2018-11-21 09:41:16 +08:00
LennartHaggkvistHM 73d9e1d3e5 Added support for MSI in VMs (fix #396 #432) (#456) 2018-11-13 09:10:56 +08:00
Thomas Schmidt e6738b80ed Extended UserPrincipal with methods to fetch upn, unique name, name and claim via claim name (#459) 2018-11-09 22:21:02 +08:00
Dhaval Doshi 602c7698e1 update Micrometer dependency to 1.1.0-m.1 (#452) 2018-11-02 08:40:08 +08:00
Davi Alves 02124999a9 Update dependency version and add gradle example (#394)
The last version for this dependency available in maven central is 2.0.4.
2018-11-01 11:03:22 +08:00
Denny e34a171e50 Fixes #436. Add MediaService configurable connect/read timeout properties (#446) 2018-11-01 10:40:49 +08:00
weiping bc65a45bc1
change spring framework log level to INFO (#453)
* change spring framework log level to INFO
2018-11-01 10:37:52 +08:00
weiping 55ee345976
add validation to property azure.cosmosdb.database (fix #449) #450 2018-10-30 15:21:54 +08:00
weiping dc5459940d
Fix incorrect items (#445)
* fix incorrect boot version, missing dependency and readme text
2018-10-26 15:08:52 +08:00
weiping b88d13d230
update sample to release version 2.0.7 (#443)
* update sample and dev version after 2.0.7 release
2018-10-26 13:29:19 +08:00
weiping 5ee3e8f69f
remove unused props as already defined in dependencies bom (#442) 2018-10-25 16:17:20 +08:00
Bhanu Jalan e4e322d285 enabled MSI support in KeyVault module (#407)
* enabled MSI support in KeyVault module
2018-10-18 15:14:01 +08:00
weiping e019be73c3
update storage README with latest properties (#438) 2018-10-12 15:28:49 +08:00