Git Product home page Git Product logo

Comments (4)

SaibabaBalapur-MSFT avatar SaibabaBalapur-MSFT commented on July 25, 2024

@MithunChopda
Thanks for your feedback! We will investigate and update as appropriate.

from entra-docs.

Naveenommi-MSFT avatar Naveenommi-MSFT commented on July 25, 2024

@MithunChopda
In your first example, the payload includes type information for each value in the SecondarySubjects array, so it should be valid. However, the error message suggests that the type information may not be correctly formatted or included in the payload.

In your second example, the payload does not include any type information for the SecondarySubjects array, which is likely the cause of the error. To fix this, you can include the type information for each value in the array using the following format:

"SecondarySubjects": [
  {
    "$ref": "urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:Subject",
    "value": "Maths"
  },
  {
    "$ref": "urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:Subject",
    "value": "History"
  }
]

This format includes a $ref property that specifies the type of the value, and a value property that contains the actual value. You can replace urn:ietf:params:scim:schemas:extension:CustomExtensionName:2.0:Subject with the appropriate type name for your custom attribute.

I hope this helps! if there are any further questions regarding the documentation, please tag me in your reply and we will be happy to continue the conversation.

from entra-docs.

MithunChopda avatar MithunChopda commented on July 25, 2024

Thank you, @Naveenommi-MSFT for quick response. I will try this.

from entra-docs.

Naveenommi-MSFT avatar Naveenommi-MSFT commented on July 25, 2024

@MithunChopda
We are going to close this thread, if there are any further questions regarding the documentation, please tag me in your reply and we will be happy to continue the conversation.

#Please-close

from entra-docs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.