Open-EO / openeo-web-editor

An interactive and easy to use web-based editor for the OpenEO API.
https://editor.openeo.org
Apache License 2.0
12 stars 17 forks source link

Allow enforcing a re-login with OIDC provider #307

Closed soxofaan closed 1 year ago

soxofaan commented 1 year ago

PR for https://github.com/openEOPlatform/architecture-docs/issues/337 to allow enforcing a re-login through URL parameter

soxofaan commented 1 year ago

great, thanks for the feedback

oidc~prompt

I'm going to assume you just meant oidc-prompt, or is that tilde intended?

m-mohr commented 1 year ago

Tilde is intentional :-) Tilde is for a group of options in the Web Editor (such as in wizard~), assuming we could have more oidc~ options in the future.

soxofaan commented 1 year ago

Addressed the review notes.

Not necessarily for this PR: would it also be possible/feasible to automatically add this prompt parameter when the web editor receives catches a PermissionsInsufficient error, e.g. as a one-time fallback mechanism?