Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(Identity): made terms of use configurable per domain #1464

Open
hgw77 opened this issue Nov 22, 2024 · 0 comments
Open

Feat(Identity): made terms of use configurable per domain #1464

hgw77 opened this issue Nov 22, 2024 · 0 comments
Assignees

Comments

@hgw77
Copy link
Collaborator

hgw77 commented Nov 22, 2024

We need a possibility to have the option to setup terms of use per domain.

We can adjust the domain_config to disable TermsOfUse with

domains:
  - name: test
    regex: "testtest"
    disabled_features:
      - terms_of_use

to have extra terms of use for special domain

domains:
  - name: test
    regex: "testtest"
    terms_of_use:
      - version: "1.0"
        name: "tou_for_test"
@hgw77 hgw77 self-assigned this Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant