webworm
webworm

Reputation: 11019

IdentityServer3 & Implicit flow with Javascript - How is client_secret handled

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

Answers (1)

Brock Allen
Brock Allen

Reputation: 7435

The implicit flow does not require a client secret.

Upvotes: 1

Related Questions