Update nonceCheck.ts
This commit is contained in:
parent
e7de3ee4a7
commit
1736debae1
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ export class NonceCheckController {
|
||||||
const contentType = res.getHeader("Content-Type");
|
const contentType = res.getHeader("Content-Type");
|
||||||
|
|
||||||
// 1️⃣ Authorization 요청: scope=openid 포함
|
// 1️⃣ Authorization 요청: scope=openid 포함
|
||||||
if (url.includes("/authorize") && /response_type=/.test(query) && /scope=openid/.test(query)) {
|
if (url.includes("/authorize") && /response_type=/.test(query) && (/scope=openid/.test(query)) ){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue