Skip to content

Oauth2 Authentication not working #869

Answered by naveen8384
naveen8384 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks @tchiotludo ,
This configuration worked.

      oauth2:
          enabled: true
          clients:
            oauth:
              client-id: "<client-id>"
              client-secret: "<secret>"
              scopes: 
                - email
                - openid
                - groups
                - profile              
              openid:
                issuer: "<issuer>"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@naveen8384
Comment options

@tchiotludo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by tchiotludo
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 #862 on October 20, 2021 05:48.