👔(oidc) generate required claims in user_info

Because SATOSA defaults to list-valued attributes, I had to add
a custom attribute processor to return strings in the userinfo
response.
This commit is contained in:
Jonathan Perret
2024-04-25 13:42:42 +02:00
parent b8037e7b69
commit 94cdbc9497
12 changed files with 88 additions and 36 deletions
-1
View File
@@ -87,7 +87,6 @@ jobs:
defaults:
run:
working-directory: src/satosa
steps:
- name: Checkout repository
uses: actions/checkout@v2