fix(core): Make OAuth1/OAuth2 callback not require auth (#10263)
This commit is contained in:
committed by
GitHub
parent
2a09a036d2
commit
a8e2774f53
@@ -42,10 +42,6 @@ const skipBrowserIdCheckEndpoints = [
|
||||
|
||||
// We need to exclude binary-data downloading endpoint because we can't send custom headers on `<embed>` tags
|
||||
`/${restEndpoint}/binary-data/`,
|
||||
|
||||
// oAuth callback urls aren't called by the frontend. therefore we can't send custom header on these requests
|
||||
`/${restEndpoint}/oauth1-credential/callback`,
|
||||
`/${restEndpoint}/oauth2-credential/callback`,
|
||||
];
|
||||
|
||||
@Service()
|
||||
|
||||
Reference in New Issue
Block a user