File: //homepages/oneclick/WordPress/6.8.3/601/custom/wordpress/wp-content/plugins/ionos-sso/README.md
# IONOS Single Sign-On (SSO) Plugin
## Xdebug
- Add server in Settings | PHP | Servers with `localhost` as Host, `8076` as port and `Xdebug` as Debugger.
- Enable path mappings and set `/var/www/html` as server path for the `wp` directory and `/var/www/html/wp-content/plugins/ionos-sso` as the `ionos-sso` server path.
- Hit the `Start Listening for PHP Debug Connections` in the Editor toolbar (the phone-like icon on the left of the Git icons group).
- Add a breakpoint in your code and open the website.
## Build locally: Build assets & dependencies
- Build/Update the _*.po_ languages files
- Include the Composer library
```
$ npm run grunt build
```