Open
Description
Update Steam provider to use authorization code grant
Problem
The steam provider uses the documented steam oauth grant of implicit (response_type=token
): https://partner.steamgames.com/doc/webapi_overview/oauth
Per internal discussions with a client, the authorization code grant is also supported, though undocumented (response_type=code
).
Solution
Update the steam implementation to use the (undocumented) authorization code grant.
Alternatives/workarounds
Leave things be.
Additional context
Internal: Ticket 72049
Community guidelines
All issues filed in this repository must abide by the FusionAuth community guidelines.
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.