Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Feb 13, 2018
1 parent 94df023 commit 2a6d34a
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# esia-oauth
Аутентификация OAuth для ЕСИА. ESIA OAuth authentiaction

## Установка

1. Загрузите код или [готовую сборку](https://github.com/intersystems-ru/esia-oauth/releases)
2. Скомпилируйте классы командой: `do $system.OBJ.Compile("isc.esia.*,isc.utils.ESIAUtils")`
3. Создайте SSL конфигурацию: `write $System.Status.GetErrorText(##class(isc.util.ESIAUtils).createSSLConfig())`
4. Создайте веб приложение: `write $System.Status.GetErrorText(##class(isc.util.ESIAUtils).сreateWebApp())`

## Настройка

1. Отнаследуйтесь от `isc.esia.configuration.Test` и преопределите параметр `CLIENTID`.
2. Отнаследуйтесь от `isc.esia.signer.OpenSSL` и преопределите методы `getKey` и `getCertificate`. Ключ должен быть без пароля.
3. Выполните: `do ##class(isc.esia.Settings).install()` и выберите созданные вами классы.

## Использование

1. Для входа откройте: `http://localhost:57772/esia/login`
2. Для выхода откройте: `http://localhost:57772/esia/logout`

## Разработка

Разработка в [Cache-Tort-Git UDL](https://github.com/MakarovS96/cache-tort-git).

0 comments on commit 2a6d34a

Please sign in to comment.