Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added .htaccess for mod_auth_openidc for name environment
Added a modified .htaccess file that is COPY'd into the image from the Dockerfile. The modified .htaccess file adds three RewriteRule lines to add environment variables OIDC_CLAIM_NAME_GIVEN, OIDC_CLAIM_NAME_FAMILY, and OIDC_CLAIM_NAME_MIDDLE if the standard OIDC claims are asserted so that they can then be consumed during an enrollment flow as the default value for a name entry such as Name (Official, CO Person).
- Loading branch information