We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When listing providers using the REST api, we see that proxy providers are also listed as oauth2 type providers.
To Reproduce Steps to reproduce the behavior:
Query proxy providers:
curl -H "Authorization: Bearer $AUTHENTIK_API_TOKEN" \ 'https://<someurl>/api/v3/providers/proxy/' | \ jq -r '.results | .[] | [.pk, .name, .meta_model_name] | @tsv ' 1 prov1 authentik_providers_proxy.proxyprovider 2 prov2 authentik_providers_proxy.proxyprovider 9 prov3 authentik_providers_proxy.proxyprovider 6 prov4 authentik_providers_proxy.proxyprovider
Query oauth2 providers:
curl -H "Authorization: Bearer $AUTHENTIK_API_TOKEN" \ 'https://<someurl>/api/v3/providers/oauth2/' | \ jq -r '.results | .[] | [.pk, .name, .meta_model_name] | @tsv ' 1 prov1 authentik_providers_oauth2.oauth2provider 2 prov2 authentik_providers_oauth2.oauth2provider 9 prov3 authentik_providers_oauth2.oauth2provider 6 prov4 authentik_providers_oauth2.oauth2provider
Compare lists and observe: Same providers seem to have changed type.
Expected behavior
Disjunct lists.
Version and Deployment (please complete the following information):
Please let me know if I can provider additional information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
When listing providers using the REST api, we see that proxy providers are also listed as oauth2 type providers.
To Reproduce
Steps to reproduce the behavior:
Query proxy providers:
Query oauth2 providers:
Compare lists and observe: Same providers seem to have changed type.
Expected behavior
Disjunct lists.
Version and Deployment (please complete the following information):
Please let me know if I can provider additional information.
The text was updated successfully, but these errors were encountered: