Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.06 KB

Elixir Client Demo App

Quality Availability

This is a very simple app to that tests the Client Credentials Flow in the Curity Identity Server using the scrogson / oauth2 client library.

Running the example

  1. Set configurations in config/config.exs to match your deployment of the Curity Identity Server
  2. Run mix deps.get to download dependencies
  3. Run mix test

The output on the console should be similar to:

Getting token from Curity using Client Credentials...
{
  "access_token" => "dcde70ab-4a0f-43ef-8d98-d7b36d0ed17a",
  "expires_in" => 300,
  "scope" => "",
  "token_type" => "bearer"
}

License

This sample code is licensed under the Apache v. 2 license.

Questions

For questions, contact Curity AB:

[email protected]

https://curity.io

Copyright (C) 2020 Curity AB.