@axa-fr/react-oidc 6.0.1 → 6.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -9
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -527,15 +527,7 @@ const configuration = {
|
|
|
527
527
|
redirect_uri: 'http://localhost:3001/#authentication/callback',
|
|
528
528
|
silent_redirect_uri: 'http://localhost:3001/#authentication/silent-callback', // Optional activate silent-login that use cookies between OIDC server and client javascript to restore the session
|
|
529
529
|
scope: 'openid profile email api offline_access',
|
|
530
|
-
authority: 'https://demo.duendesoftware.com'
|
|
531
|
-
authority_configuration: {
|
|
532
|
-
authorization_endpoint: 'https://demo.duendesoftware.com/connect/authorize',
|
|
533
|
-
token_endpoint: 'https://demo.duendesoftware.com/connect/token',
|
|
534
|
-
userinfo_endpoint: 'https://demo.duendesoftware.com/connect/userinfo',
|
|
535
|
-
end_session_endpoint: 'https://demo.duendesoftware.com/connect/endsession',
|
|
536
|
-
revocation_endpoint: 'https://demo.duendesoftware.com/connect/revocation',
|
|
537
|
-
check_session_iframe: 'https://demo.duendesoftware.com/connect/checksession'
|
|
538
|
-
},
|
|
530
|
+
authority: 'https://demo.duendesoftware.com'
|
|
539
531
|
};
|
|
540
532
|
|
|
541
533
|
const onEvent=(configurationName, eventName, data )=>{
|