Skip to main content
Solved

Allow space delimiters in Figma REST Oauth scope

  • July 12, 2023
  • 2 replies
  • 395 views

Aditya_More

Hi there! I am trying to set up Oauth using the REST API. I might need multiple scopes for the application that I am thinking of. According to the documentation I have to pass a comma-separated list of scopes. Due to some limitations of the SDK that I am working with I can only pass a space-separated list of scopes. But according to the RFC 6749 framework, the scopes list has to be space-separated and I am wondering if you could support that in any way.

This has been a blocker for me and I want to avoid changing the SDK because they are following the clearly established standard.

Best answer by James_Yang

Hi @Aditya_More, the OAuth authentication flow should support space-delimited scopes now. Can you try again?

This topic has been closed for replies.

2 replies

James_Yang
Figmate
  • Figmate
  • 82 replies
  • July 12, 2023

Thanks for bringing this up! We’ll look into this.


James_Yang
Figmate
  • Figmate
  • 82 replies
  • Answer
  • July 17, 2023

Hi @Aditya_More, the OAuth authentication flow should support space-delimited scopes now. Can you try again?