Skip to content

Commit

Permalink
docs: try to rename images - fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
NikiforovAll committed May 2, 2024
1 parent ee64af8 commit e84a986
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/authorization/authorization-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ When a request to access a resource is made, the PEP intercepts the request and

Remember that to use the PEP endpoint and the Keycloak Authorization Services, you need to enable authorization for your client in the Keycloak admin console.

![authz-arch-overview](/images/authz-arch-overview.png)
![authz-arch-overview](/assets/authz-arch-overview.png)

> [!TIP]
> See Keycloak's documentation - [Authorization Server Architecture](https://www.keycloak.org/docs/latest/authorization_services/index.html#_overview_architecture) for more details.
Expand Down
6 changes: 3 additions & 3 deletions docs/authorization/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@ The *Keycloak Authorization Server* evaluates these policies whenever a user att
💡 Here an example of how to create a permission for scopes:

![permission](/images/read-workspace-permission.png)
![permission](/assets/read-workspace-permission.png)

💡 Here is an example of how to create a resource and associate a scopes with it:

![permission](/images/my-workspace-resource.png)
![permission](/assets/my-workspace-resource.png)

💡 Keycloak provides a UI to evaluate permissions for a given resource, user, scopes, etc. This feature enables you to prototype and troubleshoot more easily. Here is an example of how to evaluate permissions for an admin user:

![permission](/images/evaluate-permissions-for-admin.png)
![permission](/assets/evaluate-permissions-for-admin.png)

## Add to your code

Expand Down
File renamed without changes

0 comments on commit e84a986

Please sign in to comment.