Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ES-328 #434

Merged
merged 2 commits into from
Oct 9, 2023
Merged

ES-328 #434

merged 2 commits into from
Oct 9, 2023

Conversation

ase-101
Copy link
Contributor

@ase-101 ase-101 commented Oct 9, 2023

POST /client-mgmt/v2/oidc-client renamed to /client-mgmt/oauth-client

PUT /client-mgmt/v2/oidc-client/{clientId} renamed to /client-mgmt/oauth-client/{clientId}

Note: it is just the rename of the endpoint, functionality remains the same

ase-101 and others added 2 commits October 9, 2023 10:47
Co-authored-by: ase-101 <>
@ase-101 ase-101 merged commit d4c00f6 into mosip:develop Oct 9, 2023
ase-101 added a commit that referenced this pull request Oct 9, 2023
* [ES-255]

* translation files updated

* [ADDED] deeplink URI configuration corrected

* [DSD-3416] updated values.yaml file (#389)

* [MOSIP-29168] Updated workflows as per reusable workflow format (#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 (#401)

* default configuration for esignet UI updated

* [MOSIP-29519] added personal access token in release-changes.yml (#405)

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* [MOSIP-29519] added webhook secrets in tag.yml file (#409)

* [ES-291] added validation in accepted claims and permittedAuthScope request list (#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 (#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] (#413)

* [ES-295]

* review comments fixed

* [MODIFIED] docker & nginx conf according wellknown api

* [ES-299] Added validation for codeChallenge (#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 (#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 (#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 (#434)

* ES-4 (#432)

Co-authored-by: ase-101 <>

* ES-328

---------

Co-authored-by: ase-101 <>

* ES-328 (#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 <>
ase-101 added a commit that referenced this pull request Oct 9, 2023
* [ES-255]

* translation files updated

* [ADDED] deeplink URI configuration corrected

* [DSD-3416] updated values.yaml file (#389)

* [MOSIP-29168] Updated workflows as per reusable workflow format (#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 (#401)

* default configuration for esignet UI updated

* [MOSIP-29519] added personal access token in release-changes.yml (#405)

Signed-off-by: PRAFUL RAKHADE <[email protected]>

* [MOSIP-29519] added webhook secrets in tag.yml file (#409)

* [ES-291] added validation in accepted claims and permittedAuthScope request list (#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 (#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] (#413)

* [ES-295]

* review comments fixed

* [MODIFIED] docker & nginx conf according wellknown api

* [ES-299] Added validation for codeChallenge (#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 (#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 (#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 (#434)

* ES-4 (#432)

Co-authored-by: ase-101 <>

* ES-328

---------

Co-authored-by: ase-101 <>

* ES-328 (#435)

Co-authored-by: ase-101 <>

* ES-271

---------

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 <>
ase-101 added a commit to ase-101/idp that referenced this pull request Nov 5, 2023
* [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 <>

* ES-271

---------

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 <>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 22, 2024
* [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 <>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 22, 2024
* [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 <>

* ES-271

---------

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 <>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 22, 2024
* ES-4 (mosip#432)

Co-authored-by: ase-101 <>

* ES-328

---------

Co-authored-by: ase-101 <>

Signed-off-by: ase-101 <[email protected]>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 23, 2024
* [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 <>
Signed-off-by: ase-101 <[email protected]>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 23, 2024
* [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 <>

* ES-271

---------

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 <>
Signed-off-by: ase-101 <[email protected]>
ase-101 added a commit to ase-101/idp that referenced this pull request Jan 23, 2024
* ES-4 (mosip#432)

Co-authored-by: ase-101 <>

* ES-328

---------

Co-authored-by: ase-101 <>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant