Zuul-Gateway-Authentifizierung mit Azure: Übergeben Sie von https://graph.windows.net an https://graph.microsoft.com/Java

Java-Forum
Anonymous
 Zuul-Gateway-Authentifizierung mit Azure: Übergeben Sie von https://graph.windows.net an https://graph.microsoft.com/

Post by Anonymous »

Ich benutze Zuul-Gateway, um sich mit Microsoft Azure zu authentifizieren.

Code: Select all

https://graph.windows.net/me/memberOf?api-version=1.6 (obsolete)
< /code>
zu < /p>
https://graph.microsoft.com/v1.0/me/memberOf
< /code>
Mein Pom verwendet diese Eigenschaften: < /p>
    java.version: 1.8
azure.version: 2.1.2
spring-cloud.version: Greenwich.SR1
< /code>
Und diese Abhängigkeiten: < /p>
    groupId: org.springframework.cloud
artifactId: spring-cloud-starter-netflix-zuul
groupId: org.springframework.cloud

groupId: org.springframework.cloud
artifactId: spring-cloud-starter-netflix-zuul

groupId: org.springframework.cloud

artifactId: spring-cloud-starter-netflix-eureka-client
groupId: org.springframework.boot

artifactId: spring-boot-starter-security
groupId: org.springframework.boot
artifactId: spring-boot-starter-web

groupId: com.microsoft.azure
artifactId: azure-active-directory-spring-boot-starter

groupId: org.springframework.security
artifactId: spring-security-test

groupId: org.springframework.security
artifactId: spring-security-oauth2-client

groupId: org.springframework.security
artifactId: spring-security-oauth2-jose

groupId: com.nimbusds
artifactId: oauth2-oidc-sdk
version: 5.64.4

groupId: com.microsoft.azure
artifactId: azure-spring-boot-bom
version: ${azure.version}

Quick Reply

Change Text Case: 
   
  • Similar Topics
    Replies
    Views
    Last post