Files
paralus/_kratos
Akshay Gaikwad 01c84a6275 Change fallback name to "Rafay User" for OIDC users
When name cannot fetched from the OIDC response, the default name set
to "Rafay User".
2022-05-20 12:23:34 +05:30
..
2022-03-11 17:28:16 +05:30

Ory Kratos

This directory holds Ory Kratos configurations and scripts required for rcloud-base.

Get Session token for development

Follow Development setup to start the Kratos server.

Create a temporary user and get session token:

go run development/session_main.go
{
  "email": "dev+90197e7d-5f83-45e6-a2a5-86c2c76a42a7@ory.sh",
  "password": "96d968dde1f24dcaad1c6162fa9ae040",
  "sessionToken": "5xKgL33Oom9rmS4v9jkuAERn7yJHTLhY",
  "tokenExpiry": "2022-02-24T07:16:21.169693497Z"
}

How to use token for authentication?

Start rcloud-base server with DEV=false and add token to X-Session-Token header while making request to access resources, for example:

curl -H 'X-Session-Token: 5xKgL33Oom9rmS4v9jkuAERn7yJHTLhY' http://localhost:11000/auth/v3/sso/idp