forked from baron/baron-sso
환경변수 descope관련 값 제거, 비밀번호 변경기능 규격 변경
This commit is contained in:
@@ -40,11 +40,8 @@ It leverages **Descope** for secure, passwordless authentication (Enchanted Link
|
||||
```bash
|
||||
cp .env.sample .env
|
||||
```
|
||||
2. **Crucial**: Edit `.env` and provide your **Descope Project ID**.
|
||||
```env
|
||||
DESCOPE_PROJECT_ID=P2t...
|
||||
```
|
||||
3. Set the **IDP priority and Ory admin endpoints**. The default is Ory first with Descope as fallback.
|
||||
|
||||
2. Set the **IDP priority and Ory admin endpoints**. The default is Ory first with Descope as fallback.
|
||||
```env
|
||||
IDP_PROVIDER=ory,descope
|
||||
KRATOS_ADMIN_URL=http://kratos:4434
|
||||
|
||||
Reference in New Issue
Block a user