|
|
|
@ -1,7 +1,7 @@ |
|
|
|
/* eslint-disable sort-keys */ |
|
|
|
/* eslint-disable sort-keys */ |
|
|
|
export const metaData: any = { |
|
|
|
export const metaData: any = { |
|
|
|
issuer: 'https://www.auth.test.insports.tv', |
|
|
|
issuer: 'https://www.auth.test.insports.tv', |
|
|
|
authorization_endpoint: 'https://www.auth.test.insports.tv/authorize', |
|
|
|
authorization_endpoint: 'https://api.auth.test.insports.tv/authorize', |
|
|
|
// device_authorization_endpoint: null,
|
|
|
|
// device_authorization_endpoint: null,
|
|
|
|
token_endpoint: 'https://www.auth.test.insports.tv/token', |
|
|
|
token_endpoint: 'https://www.auth.test.insports.tv/token', |
|
|
|
userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo', |
|
|
|
userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo', |
|
|
|
|