Skip to content

Enhance BFF documentation with updated migration details, improved claims enrichment examples, and new IUserEndpointClaimsEnricher implementation guidance #3213

Enhance BFF documentation with updated migration details, improved claims enrichment examples, and new IUserEndpointClaimsEnricher implementation guidance

Enhance BFF documentation with updated migration details, improved claims enrichment examples, and new IUserEndpointClaimsEnricher implementation guidance #3213

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: build
run: |
docker build .