Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
f-blass authored May 10, 2021
1 parent 449cf7d commit 01ca9f6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,6 @@ Client Library in GoLang for application developers requiring authentication wit
## Requirements
In order to make use of this client library your application should be integrated with the [SAP Identity Authentication Service (IAS)](https://help.sap.com/viewer/6d6d63354d1242d185ab4830fc04feb1/LATEST/en-US/d17a116432d24470930ebea41977a888.html).

## Auth
Parsing claims of the JWT and validation the token signature, audience, issuer, …

## OIDC Client
Any interaction with the Authorization Server e.g. OIDC discovery and fetching token keys

## Env
Parsing of environment provided by the Authorization Server e.g. IAS broker


## Download and Installation
This project is a library for applications or services and does not run standalone.
When integrating, the most important package is `auth`. It contains means for parsing claims of the JWT and validation
Expand Down Expand Up @@ -73,4 +63,4 @@ All prerequisites for a pull request can then be checked with `make pull-request
More information can be found in [CONTRIBUTING.md](./CONTRIBUTING.md)

## Licensing
Please see our [LICENSE](./LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/cloud-security-client-go).
Please see our [LICENSE](./LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the [REUSE tool](https://api.reuse.software/info/github.com/SAP/cloud-security-client-go).

0 comments on commit 01ca9f6

Please sign in to comment.