Skip to content

Commit df31618

Browse files
committed
doc: readme
1 parent c471b36 commit df31618

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pytest-iam
22
==========
33

4-
pytest-iam spawns a lightweight OAuth2 / OpenID Server (OIDC) in a thread to be used in your test suite.
4+
pytest-iam spawns a lightweight OAuth2 / OpenID Server (OIDC) / SCIM in a thread to be used in your test suite.
55
The machinery involves [Canaille](https://canaille.readthedocs.io) and [Authlib](https://authlib.org).
66

77
- [Repository](https://github.com/pytest-dev/pytest-iam)
@@ -12,15 +12,15 @@ Installation
1212
------------
1313

1414
```console
15-
pip install pytest-iam
15+
uv add pytest-iam
1616
```
1717

1818
Usage
1919
-----
2020

21-
pytest-iam provides tools to test your application authentication mechanism against a OAuth2/OIDC server:
21+
pytest-iam provides tools to test your application authentication mechanism against a OAuth2/OIDC server, with SCIM support:
2222

23-
- It launches a [Canaille](https://canaille.readthedocs.io) instance
23+
- It launches a [Canaille](https://canaille.readthedocs.io) instance on a random port;
2424
- It provides a ``iam_server`` fixture that comes with several features:
2525
- the URL of the IAM server to configure your application
2626
- IAM models (Users, groups, clients, tokens etc.) to prepare your tests and check the side effects.

0 commit comments

Comments
 (0)