Skip to content
Snippets Groups Projects
Commit b1076c7c authored by OZGCloud's avatar OZGCloud
Browse files

OZG-164 deactivate silent-refresh

parent c0fd3c6f
No related branches found
No related tags found
No related merge requests found
......@@ -54,8 +54,8 @@ export class AppComponent implements OnInit {
redirectUri: window.location.origin + window.location.pathname,
// URL of the SPA to redirect the user after silent refresh
silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html',
useSilentRefresh: true,
// silentRefreshRedirectUri: window.location.origin + '/silent-refresh.html',
// useSilentRefresh: true,
// The SPA's id. The SPA is registerd with this id at the auth-server
clientId: 'goofy',
......
import { Component, Input, OnInit } from '@angular/core';
import { Component, Input } from '@angular/core';
import { KeyValue } from '@angular/common';
@Component({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment