# Change Log All notable changes to this project will be documented in this file. ## [1.0.2] - 2018-03-05 ### Added - support for "client_credentials" `grant_type` - new `update_site` command - new `remove_site` command - new `introspect_access_token` command - new `introspect_rpt` command - `client_frontchannel_logout_uris` and `claims_redirect_uri` parameters in `setup_client` and `register_site` commands - `op_discovery_path` parameter in `get_client_token` command ### Removed - `update_site_registration` command - `client_logout_uris` and `oxd_rp_programming_language` parameters from `setup_client` command - `oxd_id`, `authorization_redirect_uri`, `post_logout_redirect_uri`, `application_type`, `response_types`, `grant_types`, `acr_values`, `client_name`, `client_jwks_uri`, `client_token_endpoint_auth_method`, `client_request_uris`, `client_sector_identifier_uri`, `contacts`, `ui_locales`, `claims_locales`, `client_logout_uris` and `oxd_rp_programming_language` parameters from `get_client_token` command - `client_logout_uris` parameter from `register_site` command ## [0.1.9] - 2017-10-17 ### Added - support for oxd-to-https - Introduced UMA 2 support - `setup_client` command - `get_client_token` command - `get_access_token_by_refresh_token` command - `uma_rp_get_claims_gathering_url` UMA - RP command ### Removed - `uma_rp_authorize_rpt` UMA command - `uma_rp_get_gat` UMA command ## [0.1.8] - 2017-05-16 ### Added - support for oxd-to-http ## [0.1.7] - 2017-03-10 ### Added - `state` parameter in `get_tokens_by_code` command ### Changes - changed `get_logout_uri` command to use `id_token` generated by `get_tokens_by_code` command for `id_token_hint` parameter ### Removed - `access_token` parameter from `get_logout_uri` command ### Bug Fix - "String can't be coerced into Integer" while using `get_logout_uri` command ## [0.1.6] - 2016-08-25 ### Added - `client_secret_expires_at` parameter in `update_registration_site` command - `prompt : login` parameter in `get_authorization_url` command - `client_id` and `client_secret` parameter in `register_site` command ### Removed - `config.redirect_uris` parameter from configuration - `redirect_uris` parameter from `register_site` and `update_registr_site` commands - `state` and `scopes` parameters from `get_tokens_by_code` command ## [0.1.5] - 2016-07-20 ### Added - support for https protocol ## [0.1.4] - 2016-06-25 ### Added - support for oxd-server 2.4.4 - support for UMA - `config.op_host` parameter in configuration - added scopes "uma_protection","uma_authorization"