View Source (routes/ssofy-server.php)
You acknowledged that SSOfy relies on Resource Server to access/read the required data and authenticate users due to its no-store architecture. This Laravel package provides all Resource Server APIs required for SSOfy to securely connect to your server if you use it in Resource Server code.
The following addresses are prototyped for serving endpoints, but you still can change them in the routes/ssofy-server.php
file.
https://DOMAIN/external/ssofy/client
https://DOMAIN/external/ssofy/scopes
https://DOMAIN/external/ssofy/user
https://DOMAIN/external/ssofy/users
https://DOMAIN/external/ssofy/otp-options
https://DOMAIN/external/ssofy/auth/password
https://DOMAIN/external/ssofy/auth/token
https://DOMAIN/external/ssofy/auth/social
https://DOMAIN/external/ssofy/event
Make sure the endpoints are publicly accessible and configured in your SSOfy Panel's Application Profile.
php artisan vendor:publish --tag=ssofy:route