You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add the ability to get all of the currently configured providers for a specific application when provided with only the public application key? Or the private key if there are security concerns (For the server-side).
However it looks like this requires authentication using the website's user/password (Correct me if I am wrong).
The use case I am seeing is that this would add the possibility of dynamically populated the list of configured providers on the front end without having to manually add them.
The text was updated successfully, but these errors were encountered:
However, you are right about the authentication. We may want to modify this endpoint so that i can be accessible with the website's user/password but also with the app client_id and client_secret as there is not so much security concerns for this method.
Would it be possible to add the ability to get all of the currently configured providers for a specific application when provided with only the public application key? Or the private key if there are security concerns (For the server-side).
It looks like there is something similar in the web api (https://oauth.io/docs/api-reference/default/rest#providers-get-list).
However it looks like this requires authentication using the website's user/password (Correct me if I am wrong).
The use case I am seeing is that this would add the possibility of dynamically populated the list of configured providers on the front end without having to manually add them.
The text was updated successfully, but these errors were encountered: