Redirect URIs and Error redirect URIs - Prenly
Prenly does not currently use URIs for redirection.
The following redirect URIs can be configured in your authorization server to prevent attack-in-the-middle attacks.
Prenly will use query parameters defined by the authorization flow, but the redirect URI should be configured in the authorization server without them.
If you need more information, you can contact Prenly customer service at hello@prenly.com.
Logging in
Prenly supports the OAuth2 authorization flow with the grant authorization code.
Prenly will use the following redirect URIs upon successful login.
- Android: {package-name}://auth/oauth2-authorization-code/login-with-code
- iOS: {package ID}://auth/oauth2-authorization-code/login-with-code
- Web: {web app URL}/authorization/auth-code
For example https://your.epaper.url/authorization/auth-code
Log out
Prenly will use the following redirect URIs upon successful logout, where logout is an authorization request to end the current user session on the authorization server.
- Android: {bundle-name}://auth/oauth2-authorization-code/logout
- iOS: {bundle ID}://auth/oauth2-authorization-code/logout
- Web: {web app URL}/authorization/auth-code