I'm not sure if question is the right one but in IDENTITY shouldn't be also provided client_secret ?
authority: process.env.REACT_APP_AUTH_URL, //(string): The URL of the OIDC provider.
client_id: process.env.REACT_APP_IDENTITY_CLIENT_ID, //(string): Your client application's identifier as registered with the OIDC provider.
redirect_uri: process.env.REACT_APP_REDIRECT_URL, //
Unfortunately I don't find anything in documentation something regarding client secret ...
Hello,
I'm not sure if question is the right one but in IDENTITY shouldn't be also provided client_secret ?
Unfortunately I don't find anything in documentation something regarding client secret ...
Many thanks in advance