fedora-infra / flask-oidc

OpenID Connect support for Flask
21 stars 14 forks source link

Feature request: form_post #81

Open oculos opened 2 months ago

oculos commented 2 months ago

Hi!

I wonder if it would be possible to add something like "OIDC_RESPONSE_FORM" that would allow form_post so that the callback would be called by POST and not by GET.

abompard commented 2 months ago

Hmm, I don't think that this library can have any control over how the identity provider is redirecting to your app. Or can it?