Skip to content

Commit

Permalink
MOSIP-30180 (#1464)
Browse files Browse the repository at this point in the history
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
  • Loading branch information
ase-101 authored Nov 9, 2023
1 parent b12efab commit 275e1d0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 48 deletions.
40 changes: 2 additions & 38 deletions kernel/kernel-authcodeflowproxy-api/README.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,5 @@
## Kernel Authcodeflowproxy Api
## [DEPRECATED]

## Overview
This library provides server side functions related login using authorization code flow. The Authorization Code grant type is used by confidential and public clients to exchange an authorization code for an access token. For an overview on Authorization Code grant type [refer](https://oauth.net/2/grant-types/authorization-code/).

## Technical features
- Provides REST APIs for login, logout and online token validate funtionalities.

## Usage
1. To use this api, add this to dependency list:

```
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-authcodeflowproxy-api</artifactId>
<version>1.2.0</version>
</dependency>
```


2. Properties to be added:

```
auth.server.admin.validate.url=https://<host>/v1/authmanager/authorize/admin/validateToken
mosip.iam.module.clientID=<module-client-id>
mosip.iam.module.clientsecret=<module-client-secret>
mosip.iam.module.redirecturi=https://<host>/<context-path>/login-redirect/
mosip.iam.module.admin_realm_id=<realm-id>
mosip.iam.base-url=<iam-bas-url>
mosip.iam.authorization_endpoint=${mosip.iam.base-url}/auth/realms/{realmId}/protocol/openid-connect/auth
mosip.iam.token_endpoint=${mosip.iam.base-url}/auth/realms/{realmId}/protocol/openid-connect/token
```

3. Add following package to scan for beans

```
io.mosip.kernel.authcodeflowproxy.api.*
```

4. When the server is up it will have 4 new rest apis.
THIS MODULE IS MOVED TO https://github.com/mosip/mosip-openid-bridge

2 changes: 2 additions & 0 deletions kernel/kernel-bioapi-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Kernel Bioapi Provider

## [DEPRECATED]

THIS MODULE IS MOVED TO https://github.com/mosip/bio-utils
9 changes: 2 additions & 7 deletions kernel/kernel-biometrics-api/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
# Kernel Biometrics Api
[MOVED TO mosip/bio-utils]
## [DEPRECATED]

## Overview
This library provides core funtions related to biometrics.

## Technical features
- Creation and conversion of XML and BIR models.
- Biometric opertions like matching and quality assessment.
THIS MODULE IS MOVED TO https://github.com/mosip/bio-utils
5 changes: 2 additions & 3 deletions kernel/kernel-otpmanager-service/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Kernel Otp Manager Service
## [DEPRECATED]

## Overview
This service provides funtions to generate and validate OTP.

THIS MODULE IS MOVED TO https://github.com/mosip/otp-manager

0 comments on commit 275e1d0

Please sign in to comment.