OAuth2.0 configuration
Basic parameters for OAuth 2.0 Service Configuration
Parameter | Description |
---|---|
| URL for authentication and authorization requests Test environment: eidas-demo.eparaksts.lv Production: eidas.eparaksts.lv |
Client_ID | Service provider ID generated by LVRTC |
Client_secret | Service provider Access Password generated by LVRTC |
Scopes |
|
Authorization Endpoint | https://{Host}/trustedx-authserver/oauth/{as}? response_type=code& |
Access Token Endpoint | https://{Host}/trustedx-authserver/oauth/{as}/token Important! Refresh token functionality is not supported, the expired session must be restored using the full authentication process. |
User Info Endpoint | https://{Host}/trustedx-resources/openid/v1/users/me |
{as} |
|
Updated 27 days ago