wultra / powerauth-webflow

PowerAuth Web Authentication - Federated Authentication and Authorization Server for Web
GNU Affero General Public License v3.0
9 stars 8 forks source link

Implement OIDC token generator #689

Open romanstrobl opened 4 years ago

romanstrobl commented 4 years ago

In order to complete the OIDC support we need to generate the JWT token for OIDC, sign/encrypt it and store it as id_token parameter during authorization response.

romanstrobl commented 4 years ago

Let's postpone this issue to the next release.