[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.
- [reclaim-ui] 03/459: add gitignore, (continued)
- [reclaim-ui] 03/459: add gitignore, gnunet, 2021/06/11
- [reclaim-ui] 12/459: implemented functionality for redirecting for access_denied #2, gnunet, 2021/06/11
- [reclaim-ui] 05/459: forgot file, gnunet, 2021/06/11
- [reclaim-ui] 13/459: added error desc for access_denied, gnunet, 2021/06/11
- [reclaim-ui] 15/459: See previous commit, gnunet, 2021/06/11
- [reclaim-ui] 16/459: Update README.md, gnunet, 2021/06/11
- [reclaim-ui] 01/459: Initial commit, gnunet, 2021/06/11
- [reclaim-ui] 07/459: readme update, gnunet, 2021/06/11
- [reclaim-ui] 11/459: resolved #1, gnunet, 2021/06/11
- [reclaim-ui] 04/459: add yarn lock, gnunet, 2021/06/11
- [reclaim-ui] 14/459: towards cancel ng,
gnunet <=
- [reclaim-ui] 18/459: hash tag not needed for this image, gnunet, 2021/06/11
- [reclaim-ui] 19/459: update, gnunet, 2021/06/11
- [reclaim-ui] 20/459: Merge branch 'master' of gitlab.com:reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 02/459: Migrated from internal devops without history, gnunet, 2021/06/11
- [reclaim-ui] 17/459: add CI, gnunet, 2021/06/11
- [reclaim-ui] 29/459: update icon again, gnunet, 2021/06/11
- [reclaim-ui] 30/459: clear local storage, gnunet, 2021/06/11
- [reclaim-ui] 22/459: changes, gnunet, 2021/06/11
- [reclaim-ui] 33/459: bugfix, gnunet, 2021/06/11
- [reclaim-ui] 39/459: border, gnunet, 2021/06/11