Skip to content

Instantly share code, notes, and snippets.

@jei0486
Created January 10, 2023 02:20
Show Gist options
  • Save jei0486/1a07353bfde5eb326bcbb27cdc16969a to your computer and use it in GitHub Desktop.
Save jei0486/1a07353bfde5eb326bcbb27cdc16969a to your computer and use it in GitHub Desktop.
opaque-token
# application.yml
spring:
  security:
    oauth2:
      resourceserver:
        opaquetoken:
          introspection-uri: http://localhost:8080/auth/realms/demo/protocol/openid-connect/token/introspect
          client-id: demo-client
          client-secret: 83f3e948-3f8c-49da-af7f-87a42d5ea6fd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment