/ue-authentications


  Method: Post 
    Request Body: 
      Content: 
        Application/JSON: 
          Schema: 
            Reference: '#/components/schemas/AuthenticationInfo' 
      Required/Optional: true 
 
    Responses: 
      '201': 
        Description: UEAuthenticationCtx 
        Content: 
          application/3gppHal+json: 
            Schema: 
              Reference: '#/components/schemas/UEAuthenticationCtx' 
        Headers: 
          Location: 
            description: 'Contains the URI of the newly created resource according to the structure: {apiRoot}/nausf-auth/v1/ue-authentications/{authCtxId}' 
            Required/Optional: true 
            Schema: 
              Type: string 
      '400': 
        Description: Bad Request from the AMF 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '403': 
        Description: Fordidden due to serving network not authorized 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails' 
      '500': 
        Description: Internal Server Error 
        Content: 
          application/problem+json: 
            Schema: 
              Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'