Skip to content

unable to get oauth enabled with azure ad , #1172

Answered by tchiotludo
hari819 asked this question in Q&A
Discussion options

You must be logged in to vote

@hari819

secrets:
  micronaut:
    security:
      enabled: true
      oauth2:
        enabled: true
        clients:
          oauth:
            client-id: xxxx
            client-secret: xxxx
            scopes:
              - email
              - openid
              - groups
              - profile
            openid:
              issuer: xxxx
  security:
    oidc:
      enabled: true
      providers:
        azuread:
          label: "Login with Azure AD"
          username-field: email
          use-oidc-claim: true

  akhq:
    connections:
      kafka-cluster:
        properties:
          bootstrap.servers: "kafka-service:9092"

    security:
      default-group: no-roles # d…

Replies: 6 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by tchiotludo
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@hari819
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #1169 on August 15, 2022 18:44.