In short I want to achieve the following, but cannot find how:
- People navigate to my (internal) site, no login required
- Someone clicks a button stating "Pinterest"
- I redirect them to Pinterest and automatically log them into 'my' account
For an internal project I want to circumvent the hassle of requiring every user to login to Pinterest individually so they can access a specific private board. Instead, I want to allow everyone to use 'my' account (I trust all my users).
To make sure nobody has to remember the user credentials, I want to hardcode them into my site, submitting these credentials (presumably using the URL) whenever someone clicks the Pinterest link on my site.
I have reviewed the Pinterest API but cannot distinguish any such approach. Also reviewing the login form of Pinterest and tracing their submit routine didn't work out.
Other sites sometimes specify and/or allow a URL approach: example.
A more generic approach was discussed (see below), but does not apply to this specific case. How to automatically login to the site using url parameters?