forked from baron/baron-sso
offline 스코프 제거, rp_claims 값 표준화
This commit is contained in:
@@ -105,14 +105,6 @@ Tenant/RP 단위로 묶어서 전달한다.
|
||||
"employeeNo": "E1001"
|
||||
}
|
||||
}
|
||||
],
|
||||
"rp_profiles": [
|
||||
{
|
||||
"client_id": "sample-rp",
|
||||
"fields": {
|
||||
"approvalLevel": "A"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -64,12 +64,12 @@ sequenceDiagram
|
||||
|
||||
### 자동 등록된 `devfront` 명세
|
||||
```bash
|
||||
hydra clients create
|
||||
--endpoint http://hydra:4445
|
||||
--id devfront
|
||||
--grant-types authorization_code,refresh_token
|
||||
--response-types code
|
||||
--scope openid,offline_access,profile,email
|
||||
hydra clients create
|
||||
--endpoint http://hydra:4445
|
||||
--id devfront
|
||||
--grant-types authorization_code,refresh_token
|
||||
--response-types code
|
||||
--scope openid,profile,email
|
||||
--token-endpoint-auth-method none \ # Public Client (PKCE 사용)
|
||||
--callbacks http://localhost:5174/auth/callback;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user