Files
test-keycloak-auth-app/README.md

23 lines
537 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### Описание
Приложение для тестовой работы с авторизацией, для проведения обучающих лекций
#### Данные для keycloak
```typescript
const keycloak = new Keycloak({
url: 'https://auth.vigdorov.ru',
realm: 'dev-apps',
clientId: 'test-localapp',
});
```
#### Credentials для тестового пользователя
```
login: testuser
password: 1
```
#### Разрешенные URL
```
http://localhost:3000
http://localhost:3050
```