wultra / powerauth-restful-integration

Integration libraries used when building PowerAuth protected RESTful
GNU Affero General Public License v3.0
4 stars 4 forks source link

OIDC: Implement activation using OAuth 2.0, openid scope #532

Closed romanstrobl closed 2 weeks ago

romanstrobl commented 2 months ago

OAuth 2.0 Parameters:

Direct Activation Type Parameters

Following parameters are used during OIDC activation:

Direct Activation Request:

{
  "type": "DIRECT",
  "identityAttributes": {
      "method": "oidc",
      "clientId": "1234567890abcdef",
      "code": "1234567890abcdef",
      "nonce": "K1mP3rT9bQ8lV6zN7sW2xY4dJ5oU0fA1gH29o"
  },
  "customAttributes": {
  },
  "activationData": "..."
}

Default implementation:

banterCZ commented 2 weeks ago

@kopovan Most probably will be tested end-to-end with the mobile application.

kopovan commented 5 days ago

Waiting for PR https://github.com/orgs/wultra/projects/29/views/1?pane=issue&itemId=79549824

then @Hopsaheysa will build testing app

kopovan commented 2 days ago

iOS done: https://github.com/wultra/mtoken-ios/pull/1069#issuecomment-2378837685 waiting for Android build