-
Notifications
You must be signed in to change notification settings - Fork 181
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
- Loading branch information
Showing
4 changed files
with
8 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |