Skip to content

v0.0.2 Adapt RBAC

Pre-release
Pre-release
Compare
Choose a tag to compare
@simeng-li simeng-li released this 19 Jan 06:58
· 27 commits to master since this release
7723757

What's Changed

Remove the hard-coded scope param of the getAccessToken request payload in Logto Client. Use OIDC-Provider's default behavior.

  • if no resource indicator is provided, an IdToken and an opaque Access Token will be issued.
  • if a valid resource indicator is present, a JWT Access Token will be issued with all the scopes pre-granted for that target resource.
  • refactor(dart): remove scope from getAccessToken payload by @simeng-li in #30

Full Changelog: v0.0.1...v0.0.2