Skip to content

Commit 1341d35

Browse files
committed
Bind /logout to RPInitiatedLogoutRequest#handle (oidc-op), instead of
LogoutRequest#handle (oidc-auth-manager)
1 parent b568142 commit 1341d35

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/api/authn/webid-oidc.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ function middleware (oidc) {
8080
router.get('/account/password/change', PasswordChangeRequest.get)
8181
router.post('/account/password/change', bodyParser, PasswordChangeRequest.post)
8282

83-
router.get('/logout', LogoutRequest.handle)
84-
router.post('/logout', LogoutRequest.handle)
8583
router.get('/.well-known/solid/logout/', (req, res) => res.redirect('/logout'))
8684

8785
router.get('/goodbye', (req, res) => { res.render('auth/goodbye') })

0 commit comments

Comments
 (0)