Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Sep 19, 2024
1 parent 3d21e7b commit 78b8d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The service will decrypt/decode the JWE, then:

1. Check whether the `iss` claim of the token matches one of the configured `allowed_iss`
2. Extract the userid from the claims (first non-empty claim of the configured `userid_claims`)
3. Validate whether the userid exists using the configured `userid_verify_sql` query.
3. Validate whether the userid exists using the configured `userid_verify_sql` query, or check whether the userid shall be autoregistered using `autoregistration_allowed_query` and `autoregistration_query`.
4. Issue a JWT for QWC

Configuration
Expand Down

0 comments on commit 78b8d0a

Please sign in to comment.