powerdns-admin/powerdnsadmin/models
AdvanticGmbH 5ad384bfe9 Add support for oidc_oauth_metadata_url configuration option
This commit adds support for the `oidc_oauth_metadata_url` configuration
option. This option specifies the URL of the OIDC server's
metadata endpoint, which contains information about the OIDC server's
endpoints, supported scopes, and other configuration details. By using this
option, we can ensure compatibility with different OIDC servers and reduce
the risk of errors due to manual endpoint configuration.
2023-02-23 09:21:01 +01:00
..
__init__.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
account_user.py
account.py feat: Move the account parse calls to a method 2022-06-18 14:30:56 +02:00
api_key_account.py feat: Associate an API Key with accounts (#1044) 2021-12-03 14:12:11 +00:00
api_key.py Update api_key.py 2022-12-09 09:33:17 +08:00
base.py
domain_setting.py
domain_template_record.py
domain_template.py
domain_user.py
domain.py Merge pull request #1380 from raunz/preserve_history 2023-02-17 13:30:02 -05:00
history.py History Tab Overhaul & Domain Record Modifications Changelog (#1042) 2021-11-30 11:02:37 +02:00
record_entry.py
record.py Changed auto_ptr() logic to remove-then-add 2023-02-08 15:27:45 +02:00
role.py Fix back_populate relationships 2022-12-22 22:50:01 +01:00
server.py
setting.py Add support for oidc_oauth_metadata_url configuration option 2023-02-23 09:21:01 +01:00
user.py Fix back_populate relationships 2022-12-22 22:50:01 +01:00