akshata-auth.test.secweb.nl Open in urlscan Pro
45.129.61.40  Public Scan

Submitted URL: https://akshata-auth.test.secweb.nl/
Effective URL: https://akshata-auth.test.secweb.nl/docs
Submission: On February 21 via automatic, source certstream-suspicious — Scanned from NL

Form analysis 0 forms found in the DOM

Text Content

ReDoc requires Javascript to function. Please enable it to browse the
documentation.
 * Receive notification
   * postRecv Notification
 * Authorize Request
   * getSign In
   * getAuthorize

API docs by Redocly





SECWEB AUTHORIZATION SERVER (V1)

Download OpenAPI specification:Download






RECEIVE NOTIFICATION


RECV NOTIFICATION

Receive a notification that the allowlist for a Site was updated. This endpoint
is called by the SecWeb API to let the Authorization Proxy know that the
allowlist for a specific site was updated, if the token is present and valid the
token_version is incremented by 1. Any next attempt to access (part of) the
domain thus requires getting a new access- and refresh-token.

AUTHORIZATIONS:

bearerToken


RESPONSES

204

Successful Response

post/v1/notify/
https://akshata-auth.test.secweb.nl/v1/notify/


AUTHORIZE REQUEST


SIGN IN

Redirect the client to the login URL.

QUERY PARAMETERS

restriction_id
string (Restriction Id)

site_id
string (Site Id)

rd
string (Rd)

scope
string (Scope)



RESPONSES

204

Successful Response

422

Validation Error

get/v1/oauth2/sign-in
https://akshata-auth.test.secweb.nl/v1/oauth2/sign-in


RESPONSE SAMPLES

 * 422

Content type
application/json
Copy
Expand all Collapse all
{
 * "detail": [
    * {
       * "loc": [
          * "string"
         
         ],
       * "msg": "string",
       * "type": "string"
      
      }
   
   ]

}


AUTHORIZE

Decides whether the client is authorized. The ingress controller goes to this
endpoint to check if a client request is authorized.

QUERY PARAMETERS

restriction_id
string (Restriction Id)

site_id
string (Site Id)

scope
string (Scope)



RESPONSES

204

Successful Response

422

Validation Error

get/v1/oauth2/auth
https://akshata-auth.test.secweb.nl/v1/oauth2/auth


RESPONSE SAMPLES

 * 422

Content type
application/json
Copy
Expand all Collapse all
{
 * "detail": [
    * {
       * "loc": [
          * "string"
         
         ],
       * "msg": "string",
       * "type": "string"
      
      }
   
   ]

}