Index of PDF files for OA4MP

File

QDL

Description

claim_source_examples.pdf

Y

Examples of writing QDL to get claims.

oa4mp_running_qdl_scripts.pdf

Y

How to write QDL scripts for an OA4MP server. This includes how they are called and what the runtime environment contains.

rfc6749_4_4.pdf


Support in OA4MP for client credentials and how to use them.

creating_claim_sources2.pdf

Y

Introduction to writing QDL to get claims from various sources, such as LDAP, a file, SAML headers and such.

jwt-util.pdf


Reference manual for the command line JWT tool

policies.pdf


Introduction to server-side OA4MP policies. These are set per client and are human readable documents of how permissions, authorization and such are to work.

rfc7523_intro.pdf


Enabling and using public/private key access for a client.

filestore-migration.pdf


Reference manual for migrating old file stores in OA4MP to a Derby database.

oa2-client.pdf


The reference manual for OA4MP command line client (CLC). The CLC allows you to do every operation using your client’s credentials from the command line. This is a great debugging tool.

qdl_clc_ini.pdf

Y

Reference manual for the CLC to read QDL ini files.

scopes.pdf


Document about what scopes are and are not. If you are new to OAuth or OA4MP, this is a great place to start reading about them.

forking_a_flow_quickstart.pdf


Quick introduction with lots of examples for using an OA4MP ersatz client to fork an OAuth flow.

oa4mp-modules.pdf

Y

Quick reference sheet for the various QDL modules you can use with OA4MP

qdl_oa4mp_store_access.pdf

Y

Reference manual for accessing the underlying OA4MP stores using QDL.

token_handler_configuration.pdf

Y

Reference manul for how token handlers in the client configuration (which resides on the server and is applied to each client as requests are processed). It is possible to use this without recourse to QDL as well via templates.