Stwissel commented on PR #1465: URL: https://github.com/apache/couchdb-fauxton/pull/1465#issuecomment-2453862494
any format will do my thought was a fixed URL (e.g. /_idp) that delivers some content. We need: - the IdP URL - the application Id (we could hardcode it to "fauxton", so we only need one valuea0 So 1-2 lines of plain text would do. Whatever is available. In case there is no option in current config, I can modify the code to first check an URL (in a future version of CouchDB) e.g. `/_idp` and if that's not available fall back to a local config. Another thought: as a stopgap measure: use `http(s)://couchdburl/idp/fauxton`. It wouldn't work with `require_valid_user=1`, but prove the approach. What options do you see? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org