Enterprise OAuth 2.0

Enterprise OAuth 2.0 - OAuth2.0OpenID Connect For the Enterprise(4)

OAuth 2.0 and OpenID Connect

OAuth 2.0 Best Practices
  • Prefer Authorization Code Grant with PKCE
  • Prefer Client Credentials Grant for Cron Jobs
  • Avoid using Implicit Grant
  • Avoid using Resource Owner Password Grant
  • Store the secrets in a Safe place
  • Rotate the secrets regularly
  • Keep Access tokens short (5 min)
  • Avoid using local users of the Authorization Server
  • Do not associate users with more scopes than needed
  • Use the enterprise logout (all sessions)
  • Do not store tokens or secrets in the browser or Mobile Devices
相信未来 - 该面对的绝不逃避,该执著的永不怨悔,该舍弃的不再留念,该珍惜的好好把握。
原文地址:https://www.cnblogs.com/keepmoving1113/p/14732674.html