forked from mosip/esignet
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Code merge from develop to release-1.2.x (mosip#436)
* [ES-255] * translation files updated * [ADDED] deeplink URI configuration corrected * [DSD-3416] updated values.yaml file (mosip#389) * [MOSIP-29168] Updated workflows as per reusable workflow format (mosip#391) * [MOSIP-29168] Updated workflows as per reusable workflow format [MOSIP-25631] * [MOSIP-29168] minor fix [MOSIP-25631] --------- Co-authored-by: syed-salman-technoforte <[email protected]> * [MOSIP-29519] added webhook secret in release-changes.yml file (mosip#401) * default configuration for esignet UI updated * [MOSIP-29519] added personal access token in release-changes.yml (mosip#405) Signed-off-by: PRAFUL RAKHADE <[email protected]> * [MOSIP-29519] added webhook secrets in tag.yml file (mosip#409) * [ES-291] added validation in accepted claims and permittedAuthScope request list (mosip#408) * Modified the version * validation for empty acceptedCliams and permittedAuthorizeScopes --------- Co-authored-by: Venkata Saidurga Polamraju <[email protected]> * [ES-291] added test case for controllers (mosip#412) * Modified the version * validation for empty acceptedCliams and permittedAuthorizeScopes * add test case for authcode controler and linkconsent --------- Co-authored-by: Venkata Saidurga Polamraju <[email protected]> * [FIXES] es-303 issue * [ADDED] muliple wellknown endpoint through config * [ES-295] (mosip#413) * [ES-295] * review comments fixed * [MODIFIED] docker & nginx conf according wellknown api * [ES-299] Added validation for codeChallenge (mosip#422) * Modified the version * validation for empty acceptedCliams and permittedAuthorizeScopes * add test case for authcode controler and linkconsent * added codeChallenge validtion * added codeChallenge validation * review changes --------- Co-authored-by: Venkata Saidurga Polamraju <[email protected]> * ES-298 ES-295 ES-310 (mosip#427) * exp as epoch in JWK * ES-295 * ES-310 * ES-298 --------- Co-authored-by: ase-101 <> * [REMOVE] unused environment variable * [MOSIP-29035] Updated esignet onboarder script to fetch value from docker env vars (mosip#414) * [MOSIP-29035] Updated esignet onboarder script to fecth value from docker env vars * [MOSIP-29035] Removed the dummy value for esignet misp key * [MOSIP-29035] Updated dummy value with single quotes --------- Co-authored-by: akilalakshmanan <[email protected]> * [ADDED] openid credential issuer * synced labels with artifactory * [FIXES] spelling mistake * ES-328 (mosip#434) * ES-4 (mosip#432) Co-authored-by: ase-101 <> * ES-328 --------- Co-authored-by: ase-101 <> * ES-328 (mosip#435) Co-authored-by: ase-101 <> --------- Signed-off-by: PRAFUL RAKHADE <[email protected]> Co-authored-by: Venkata Saidurga Polamraju <[email protected]> Co-authored-by: KONIJETI YASWANTHA NAGARJUNA <[email protected]> Co-authored-by: anshulv1401 <[email protected]> Co-authored-by: Zeeshan Mehboob <[email protected]> Co-authored-by: PRAFUL RAKHADE <[email protected]> Co-authored-by: syed salman <[email protected]> Co-authored-by: syed-salman-technoforte <[email protected]> Co-authored-by: anshulv1401 <[email protected]> Co-authored-by: kaifk468 <[email protected]> Co-authored-by: Zeeshan Mehboob <[email protected]> Co-authored-by: pvsaidurga <[email protected]> Co-authored-by: Akila Lakshmanan <[email protected]> Co-authored-by: akilalakshmanan <[email protected]> Co-authored-by: Sasikumar Ganesan <[email protected]> Co-authored-by: ase-101 <>
- Loading branch information
1 parent
a9f2331
commit 3ae6d12
Showing
19 changed files
with
132 additions
and
76 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
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
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
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
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
window._env_ = { | ||
DEFAULT_LANG: "en", | ||
DEFAULT_WELLKNOWN: [ | ||
{ | ||
name: "OpenID Configuration", | ||
value: "/.well-known/openid-configuration", | ||
}, | ||
{ name: "Jwks Json", value: "/.well-known/jwks.json" }, | ||
{ | ||
name: "Authorization Server", | ||
value: "/.well-known/oauth-authorization-server", | ||
}, | ||
{ | ||
name: "OpenID Credential Issuer", | ||
value: "/.well-known/openid-credential-issuer", | ||
}, | ||
], | ||
}; |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.