Replies: 2 comments
-
Hello @lortabac
No, and I think it it also would not make sense to implement
|
Beta Was this translation helpful? Give feedback.
-
Thanks for your response! I think there is a misunderstanding. I am not referring to the Authorization Endpoint ( I am talking about the We can close this discussion as far as I'm concerned. |
Beta Was this translation helpful? Give feedback.
-
Hello,
We have some clients who want to call the discovery endpoint programmatically from the browser.
As far as I understand, in order to allow this flow we would need to set
allowed_origins: [*]
in the settings of the public API.The problem is that I don't want to enable the same policy on all the public endpoints. I would like to allow any origin on the discovery endpoint, and have a more granular per-client policy on the other endpoints (
/oauth2/token
,/userinfo
,/oauth2/revoke
).Is this currently possible? If not, does is make sense as a feature request?
Beta Was this translation helpful? Give feedback.
All reactions