We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b4dffc commit 45ad29bCopy full SHA for 45ad29b
src/Auth/applicationusermanager.js
@@ -3,12 +3,12 @@ import { UserManager } from 'oidc-client'
3
class ApplicationUserManager extends UserManager {
4
constructor () {
5
super({
6
- authority: 'http://localhost:5002',
+ authority: 'http://ids.neters.club',
7
client_id: 'blogvuejs',
8
- redirect_uri: 'http://localhost:6688/callback',
+ redirect_uri: 'http://vueblog.neters.club/callback',
9
response_type: 'id_token token',
10
scope: 'openid profile roles blog.core.api',
11
- post_logout_redirect_uri: 'http://localhost:6688'
+ post_logout_redirect_uri: 'http://vueblog.neters.club'
12
})
13
}
14
0 commit comments