This article describes how to connect your Standalone CAS to your website via API.
...
Tip |
---|
At this point, you should already have an existing (and operating) Standalone CAS installation. |
...
(Optional) Inspect the connection using Postman:
...
API access is ready to use.
...
Warning |
---|
This article is intended for advanced Operators. If you are unfamiliar with Java, website development, or addressing ports via IP, then STOP ! |
Overview:
Clone the GB repository.
Compile the CAS extension (JAR).
Copy that JAR to the right destination in your CAS host.
Test it.
1. Clone the GB repository:
...
Warning |
---|
If you’ve previously cloned the repository (e.g. for the SSH wallet tunnel), the operators_sample_website directory (and contents) may not exist. Fix that to continue. You’ll have to either:
To reset Git, use: |
...