Reputation: 11019
In looking for examples/guides on using IdentityServer3 with Javascript web applications (aka SPA), the Implicit OAuth flow
seems to be the recommended. However, the Implicit flow requires a client_secret
. How is this accomplished with Javascript and HTML alone since the source code can always be viewed by others?
Upvotes: 0
Views: 55