Is your feature request related to a problem? Please describe.
When using Tinyauth as an OIDC provider for trusted self-hosted applications, every login flow shows the authorization screen:
"Would you like to continue to this app?"
For a homelab / single-admin setup, this adds an extra click for every OIDC app even though all OIDC clients are explicitly configured by the administrator via trusted redirect URIs.
Describe the solution you'd like.
TINYAUTH_OIDC_CLIENTS_[NAME]_SKIPCONSENT=true
That will skip this authorize screen per app. Defaults to false ( current behavior )
Describe alternatives you've considered.
No response
Additional context
No response
Human Written Confirmation
Is your feature request related to a problem? Please describe.
When using Tinyauth as an OIDC provider for trusted self-hosted applications, every login flow shows the authorization screen:
"Would you like to continue to this app?"
For a homelab / single-admin setup, this adds an extra click for every OIDC app even though all OIDC clients are explicitly configured by the administrator via trusted redirect URIs.
Describe the solution you'd like.
That will skip this authorize screen per app. Defaults to false ( current behavior )
Describe alternatives you've considered.
No response
Additional context
No response
Human Written Confirmation