Closed FarhadF closed 1 month ago
@FarhadF We currently do not have domain based filtering support in the pac4j druid extension. Would you be interested in contributing this feature?
Hi is there any workaround that has been used currently to enable domain based authorization?
This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the dev@druid.apache.org list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.
I have setup pac4j oidc authentication with google as provider. I am wondering how I can limit the users authenticating to a certain email domain.
Other software do it like following allowing to whitelist the email domains that you want to allow to authenticate (grafana example):
Current behavior: anyone can authenticate with a google account:
Expected behavior: setup example.com in the settings so only users with example.com domain can authenticate