1

I created a extension in B2C to hold some information and reach up the limit of 256 characters. Can I extend or there is a alternative to extension?

Documentation about: https://learn.microsoft.com/en-us/graph/api/resources/extensionproperty?view=graph-rest-1.0#properties

Reni Dantas
  • 117
  • 10

1 Answers1

0

No, you can't make it bigger.

You could use a StringCollection and store the information over multiple attributes.

rbrayb
  • 46,440
  • 34
  • 114
  • 174
  • Sorry, but I need create the extension through Microsoft Graph, and MS Graph doesn't support stringCollection data type yet. – Reni Dantas May 27 '22 at 06:07