Everifin Backend
auth
GETGet Everifin Auth Code
{{everifin-idp-url}}/realms/{{idp-realm}}/protocol/openid-connect/auth?client_id={{client_id}}&redirect_uri={{redirect_uri}}&response_type=code
Endpoint for initiating authentication to Everifin Web Application
PARAMS
client_id
redirect_uri
response_type
POSTGet Access Token
{{everifin-idp-url}}/realms/{{idp-realm}}/protocol/openid-connect/token
Endpoint to obtain access token using various grant types (authorisation_code, password)
HEADERS
Content-Type
Bodyurlencoded
grant_type
code
client_id
redirect_uri
client_secret
username
password
POSTGet Access Token Asseco
{{everifin-idp-url}}/realms/{{idp-realm}}/protocol/openid-connect/token
Endpoint to obtain access token using various grant types (authorisation_code, password)
HEADERS
Content-Type
Bodyurlencoded
grant_type
code
client_id
redirect_uri
client_secret
username
password
Loading