Franpastoragusti / oidc-react-app

Oidc Client implementation with React Context and react-router-dom, to manage the auth process and manage private and public routes
43 stars 23 forks source link

Client_secret #14

Open ricristian opened 4 years ago

ricristian commented 4 years ago

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