Hi,
I am a react developer I am try to implement
react-openidconnect module in our project but I am unable to find below variable as client_id, token, and scope
Can you help me to find these variable.
var OidcSettings = {
authority: 'https://****/identity',
client_id: 'myclientid',
response_type: 'id_token token',
scope: 'openid profile roles',
};