Skip to content

Commit

Permalink
Updated Authorisation Server git clone command
Browse files Browse the repository at this point in the history
  • Loading branch information
CDR-AndrewG authored Mar 23, 2023
2 parents 659832f + 87a970e commit cb7ff37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0


## [Unreleased]
### Changed
- Updated Authorisation Server git clone command in readme

## [1.2.0] - 2023-03-21
### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ git clone https://github.com/ConsumerDataRight/mock-data-holder.git

Starting from version 1.2.0, the Mock Data Holder now utilises the [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) as an Identity Provider. The [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) also needs to be running when running the Mock Data Holder. The [Authorisation Server](https://github.com/ConsumerDataRight/authorisation-server) repository can be cloned using following command.
```
git clone https://github.com/ConsumerDataRight/authorisation-server.git
git clone https://github.com/ConsumerDataRight/authorisation-server.git ./cdr-auth-server
```
To get help on launching and debugging the solution, see the [help guide](https://github.com/ConsumerDataRight/mock-data-holder/blob/main/Help/debugging/HELP.md).

Expand Down

0 comments on commit cb7ff37

Please sign in to comment.