openid / OpenYOLO-Web

Web protocol for credential exchange and update - "You Only Login Once"
http://openid.net/wg/ac/
Apache License 2.0
100 stars 16 forks source link

Pass the preload request parameters for all openyolo APIs. #54

Closed tikurahul closed 6 years ago

tikurahul commented 6 years ago

Calling methods like hintsAvailable() will not send the preloadRequest parameters when making the iframe request. Now that the clientId parameter is required - we need to pass in preloadRequest when available across all openyolo APIs. This will require changes in the API.

TMSCH commented 6 years ago

I think we should indeed send the preloadRequest for hintsAvailable() as the result should be dependent on the parameters passed (esp. supportedAuthMethods).

What API changes to do you have in mind though?