# Radius Authorization

Beginning with release 2.7, you can issue RADIUS authorization requests from routing scripts. To do so, the params\[:authorization] object must be filled with the required RADIUS attributes and [an exception must be raised](/configuration-details/configuration-by-web-portal-category/routing-scripts/development-guides-and-tutorials/radius-authorization.md) with reason :authorization\_required.

When the authorization is completed, the routing script is called again with the result. The params\[:authorization] object will be filled with the RADIUS attributes from the response. The params\[:authorization]\[:result] field will also contain a string indicating the result of the authorization:

* *accept*: The authorization was successful.
* *reject*: The authorization was refused.
* *challenge*: The authorization was challenged.
* *timeout*: The authorization was not answered.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://prosbcdocs.telcobridges.com/configuration-details/configuration-by-web-portal-category/routing-scripts/development-guides-and-tutorials/radius-authorization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
