gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[reclaim-ui] 14/459: towards cancel ng


From: gnunet
Subject: [reclaim-ui] 14/459: towards cancel ng
Date: Fri, 11 Jun 2021 23:21:46 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.

commit cdfbdcb0768edd62bed05f4f222952026ff42fab
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Wed Nov 28 08:46:13 2018 +0100

    towards cancel ng
---
 src/app/open-id.service.ts | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/app/open-id.service.ts b/src/app/open-id.service.ts
index 8e5230e..85d8f98 100644
--- a/src/app/open-id.service.ts
+++ b/src/app/open-id.service.ts
@@ -37,9 +37,10 @@ export class OpenIdService {
   }
 
   cancelAuthorization(): any {
-  window.location.href = this.params['redirect_uri'] + '?error=access_denied' +
-    '&error_description=user denied access' +
-    '&state=' + this.params['state'];
+    const httpOptions = {
+      withCredentials: true
+    };
+    return this.http.post(this.config.get().apiUrl + '/openid/login', { 
'identity': 'Denied'}, httpOptions);
   }
 
   inOpenIdFlow(): any {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]