'Can we use multiple application for Mod_auth_openidc, such that we can use different client ids in one apache

I am working on Mod_auth_openidc with okta integration, where we need to provide OIDCClientID, OIDCClientSecret in the apache configurations that is linked with OIDC app from okta but i want to use multiple application, i.e multiple client ids.

Any suggestions?



Solution 1:[1]

This is doable if you put each site needing its own OIDCClientID and OIDCClientSecret in its own virtual host. I am currently able to manage logins to 6 different relying parties with a single originating party.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Christopher Everett