Simple authorization of authenticated users by linux groups or roles in a file? #709
-
I need to restrict which openidc-authenticated users can access a web site. I read about mod-auth-openidc authorization here: https://github.com/zmartzone/mod_auth_openidc/wiki/Authorization Please tell me, is there a basic option to restrict users based on local resources such as flat files or linux groups? Maybe a separate Apache HTTPD module that will mesh well with open id connect? I see from the documentation that I can restrict authenticated users based on claims provided by the provider or from an LDAP server via mod_authnz_ldap. My internal provider doesn't support authorization claims like this, just authentication of everyone in the company. If there is no simple option, maybe I can stand up a LDAP server; do you have a recommendation? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Whatever you'd put into that file, you can put directly in the Apache config. |
Beta Was this translation helpful? Give feedback.
Whatever you'd put into that file, you can put directly in the Apache config.