oidc-react-app icon indicating copy to clipboard operation
oidc-react-app copied to clipboard

Client_secret

Open ricristian opened this issue 4 years ago • 0 comments

Hello,

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 ...

Many thanks in advance

ricristian avatar Jun 25 '20 11:06 ricristian