Hi, I'm Ask INFA!
What would you like to know?
ASK INFAPreview
Please to access Ask INFA.

Microsoft SharePoint Online Connector

Microsoft SharePoint Online Connector

Generate the bearer realm

Generate the bearer realm

A bearer realm is a unique ID provided for each user. Generate the bearer realm to obtain the authorization code.
  1. Open the PostMan application.
  2. Enter the following site or subsite URL in the PostMan application:
    Site:
    https://<sitename.com>/_layouts/15/appregnew.aspx
    Subsite:
    https://<sitename.com>/<subsitedomain>/_layouts/15/appregnew.aspx
    The following image shows the
    BearerToken
    page where you can generate the value of the bearer realm:
    The image shows the BearerToken page where you can generate the
								value of the bearer realm:
  3. Select the
    GET
    method.
  4. On the
    Headers
    tab, enter
    Authorization
    in the
    Key
    field and
    Bearer
    in the
    Value
    field.
  5. Click
    Send
    .
  6. Select the
    Headers
    tab in the
    Response
    header.
    The bearer realm value appears in the
    WWW-Authenticate
    section.
    For example:
    Bearer realm="77baf95d-f3e0-42b-aa08-9b798b8c177b"

0 COMMENTS

We’d like to hear from you!