|
|
|
@ -1,12 +1,12 @@ |
|
|
|
/* eslint-disable sort-keys */ |
|
|
|
/* eslint-disable sort-keys */ |
|
|
|
export const metaData: any = { |
|
|
|
export const metaData: any = { |
|
|
|
issuer: 'https://api.auth.test.insports.tv', |
|
|
|
issuer: 'https://www.auth.test.insports.tv', |
|
|
|
authorization_endpoint: 'https://api.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://api.auth.test.insports.tv/token', |
|
|
|
token_endpoint: 'https://www.auth.test.insports.tv/token', |
|
|
|
userinfo_endpoint: 'https://api.auth.test.insports.tv/userinfo', |
|
|
|
userinfo_endpoint: 'https://www.auth.test.insports.tv/userinfo', |
|
|
|
revocation_endpoint: 'https://api.auth.test.insports.tv/certs', |
|
|
|
revocation_endpoint: 'https://www.auth.test.insports.tv/certs', |
|
|
|
jwks_uri: 'https://api.auth.test.insports.tv/certs', |
|
|
|
jwks_uri: 'https://www.auth.test.insports.tv/certs', |
|
|
|
response_types_supported: ['id_token token', 'id_token'], |
|
|
|
response_types_supported: ['id_token token', 'id_token'], |
|
|
|
subject_types_supported: [], |
|
|
|
subject_types_supported: [], |
|
|
|
id_token_signing_alg_values_supported: ['RS256'], |
|
|
|
id_token_signing_alg_values_supported: ['RS256'], |
|
|
|
@ -15,5 +15,5 @@ export const metaData: any = { |
|
|
|
claims_supported: ['email', 'iat', 'iss', 'name', 'sub'], |
|
|
|
claims_supported: ['email', 'iat', 'iss', 'name', 'sub'], |
|
|
|
code_challenge_methods_supported: [], |
|
|
|
code_challenge_methods_supported: [], |
|
|
|
grant_types_supported: ['refresh_token', 'password'], |
|
|
|
grant_types_supported: ['refresh_token', 'password'], |
|
|
|
end_session_endpoint: 'https://api.auth.test.insports.tv/logout', |
|
|
|
end_session_endpoint: 'https://www.auth.test.insports.tv/logout', |
|
|
|
} |
|
|
|
} |
|
|
|
|