-
I want to specify multiple client_ids. I want to divide one into multiple and specify a different client_id for each . example: The reasons for this are as follows. There is only one login session (because there is also one OP) regardless of the path in https://hoge.example.com/ as a whole. Is this possible with the mod_auth_openidc setting? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
no, multiple client id's per Location is not possible, you'd need multiple vhosts for that; anyhow, typically your use case is solved by adding custom parameters to the authentication request (or using a different scope), see: https://github.com/zmartzone/mod_auth_openidc/wiki#13-how-can-i-add-custom-parameters-to-the-authorization-request |
Beta Was this translation helpful? Give feedback.
no, multiple client id's per Location is not possible, you'd need multiple vhosts for that; anyhow, typically your use case is solved by adding custom parameters to the authentication request (or using a different scope), see: https://github.com/zmartzone/mod_auth_openidc/wiki#13-how-can-i-add-custom-parameters-to-the-authorization-request