Skip to content

Allow to configure clientId as sub in RequestMapping #68

Allow to configure clientId as sub in RequestMapping

Allow to configure clientId as sub in RequestMapping #68

Workflow file for this run

name: Test PR
on: [pull_request]
jobs:
test_pr:
runs-on: ubuntu-latest
steps:
- name: Checkout latest code
uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: 'zulu'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build