You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It complicates local development environments where HTTP might be preferred.
Question
What was the rationale behind introducing this change?
Why does the Authentik provider use a hardcoded HTTPS protocol, while other providers (e.g., Keycloak, which is a selfhosted alternative) don't have this restriction?
Please, consider making the protocol configurable, allowing users to specify either HTTP or HTTPS based on their requirements.
The text was updated successfully, but these errors were encountered:
Description
In the v2 release of Arctic, the Authentik provider has hardcoded the
https://
protocol in the constructor:arctic/src/providers/authentik.ts
Lines 20 to 23 in cd93e6d
This implementation causes two main issues:
Question
Please, consider making the protocol configurable, allowing users to specify either HTTP or HTTPS based on their requirements.
The text was updated successfully, but these errors were encountered: