#Service Endpoint Migration Guide
#Introduction
The PageroOnline system now offers new OAuth2 endpoints that comply with the latest security standards, ensuring a more secure and reliable system integration..
#1. Migrating Token Endpoint
This section applies to all integrations that authenticate users through the Resource Owner Password Credentials Flow or refresh token pairs using the existing refresh token via the token endpoint.
- Token Endpoint (Legacy) : https://auth.pageroonline.com/oauth2/token
- Token Endpoint (New) : https://sso.pageroonline.com/oauth/v2/oauth-token
Important
Please check the new API structures and token information via the link here
This section applies to all integrations that authenticate users through the Authorization Code Grant Flow, obtaining an authorization code to exchange for a token via the token endpoint
- Authorization Endpoint (Legacy) : https://auth.pageroonline.com/oauth2/authorize
- Authorization Endpoint (New) : https://sso.pageroonline.com/oauth/v2/oauth-authorize