gnunet-svn
[Top][All Lists]
Advanced

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

[reclaim-ui] 205/459: login via omejdn:api works


From: gnunet
Subject: [reclaim-ui] 205/459: login via omejdn:api works
Date: Fri, 11 Jun 2021 23:24:57 +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 b1a78789fed5c68e717a4435296a59316dff379b
Author: anna wimbauer <anna.wibauer@gmx.de>
AuthorDate: Tue Jun 2 10:02:30 2020 +0200

    login via omejdn:api works
---
 src/app/oauth-helper.service.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/oauth-helper.service.ts b/src/app/oauth-helper.service.ts
index 6cd6014..5f54b3a 100644
--- a/src/app/oauth-helper.service.ts
+++ b/src/app/oauth-helper.service.ts
@@ -12,11 +12,11 @@ export class OauthHelperService {
       issuer: localStorage.getItem('idProvider'),
   
       // URL of the SPA to redirect the user to after login
-      redirectUri: window.location.origin + '/index.html',
+      redirectUri: window.location.origin,
   
       // The SPA's id. The SPA is registerd with this id at the auth-server
       // clientId: 'server.code',
-      clientId: 'reclaim:ID',
+      clientId: 'reclaimid',
   
       // Just needed if your auth server demands a secret. In general, this
       // is a sign that the auth server is not configured with SPAs in mind

-- 
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]