What secures access credentials inside a single page webapp (SPA)?

前端 未结 1 1216
粉色の甜心
粉色の甜心 2021-01-28 23:30

Scenario

Suppose a hacker using a single page webapp https://example.com?secure=maybe has authenticated and obtained a OpenID Connect token that is used t

相关标签:
1条回答
  • 2021-01-29 00:02

    You can and perhaps should use the Authorization Code Grant with SPA apps along with the (Since there is no client Secret) Proof Key for Code Exchange by OAuth Public Clients.

    0 讨论(0)
提交回复
热议问题