File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
docs/my-website/docs/tutorials Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -158,15 +158,12 @@ LiteLLM supports the following app roles (case-insensitive):
158
158
1. Navigate to your App Registration on https://portal.azure.com/
159
159
2. Go to **App roles** > **Create app role**
160
160
161
- <Image img={require('../../img/entra_app_roles_1.png')} style={{ width : ' 800px' , height: 'auto' }} />
162
-
163
161
3. Configure the app role :
164
162
- **Display name**: Proxy Admin (or your preferred display name)
165
163
- **Value**: `proxy_admin` (use one of the supported role values above)
166
164
- **Description**: Administrator access to LiteLLM proxy
167
165
- **Allowed member types**: Users/Groups
168
166
169
- <Image img={require('../../img/entra_app_roles_2.png')} style={{ width : ' 800px' , height: 'auto' }} />
170
167
171
168
4. Click **Apply** to save the role
172
169
@@ -177,7 +174,6 @@ LiteLLM supports the following app roles (case-insensitive):
177
174
3. Go to **Users and groups** > **Add user/group**
178
175
4. Select the user and assign them to one of the app roles you created
179
176
180
- <Image img={require('../../img/entra_app_roles_3.png')} style={{ width : ' 800px' , height: 'auto' }} />
181
177
182
178
# ## 4.4 Test the Role Assignment
183
179
You can’t perform that action at this time.
0 commit comments