Skip to content

PreAuthorise in Resource server not working #237

Discussion options

You must be logged in to vote

Thanks for all your help with this.

It's working!!!!

If this helps anyone else, here is what I did:

  • add each of the resource servers to the BFF "security-matches" setting.
    So in my case, I added my two test servers called querymanagerquery, and querymanagercommand to the security-matches section in the settings as follows:
security-matchers:
          - /querymanagerquery/**
          - /querymanagercommand/**

So here is what my full settings looks like:

com:
  c4-soft:
    springaddons:
      oidc:
        # Trusted OpenID Providers configuration (with authorities mapping)
        ops:
        - iss: ${issuer}
          authorities:
          - path: ${authorities-json-path}
         …

Replies: 4 comments 9 replies

Comment options

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

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
7 replies
@ch4mpy
Comment options

@intrepidtechnology
Comment options

@ch4mpy
Comment options

@intrepidtechnology
Comment options

@ch4mpy
Comment options

Comment options

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

Answer selected by intrepidtechnology
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