zartan icon indicating copy to clipboard operation
zartan copied to clipboard

Zartan is a master of make-up and disguise and so is this demo.

Results 28 zartan issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Terraform scripts missing provisioning for inline hooks Currently this is being deployed manually

question
needs-review

**Is your feature request related to a problem? Please describe.** The streaming demo "streamingservice" was created before the Device Authorization Grant existed. Now we can leverage the native Okta Device...

type: feature

**Describe the bug** I'm logged in as Juan.Doe and I navigate to Manage User screen. I should not be able to suspend my self! **To Reproduce** Steps to reproduce the...

type: bug
size/S

Hi Dan, The "application landing page after login" configuration has a hardcoded path for the UDP apps. As a result, it caused a 404 error on the redirect after authenticated.

type: bug
needs-investigation

The fromURI parameter will soon be deprecated, so it is better to use the [logout endpoint](https://developer.okta.com/docs/reference/api/oidc/) Here's how I've implemented this locally: ``` def gbac_logout(): logger.debug("gbac_logout()") id_token = TokenUtil.get_id_token(request.cookies) iss...

type: feature

In the finance demo, the step-up authentication for money transfer does not support WebAuthN factors. It appears to be something to do with the iframe embedding of the step-up Okta...

needs-investigation

**Is your feature request related to a problem? Please describe.** Need to update and clean up how we use both the AuthJS and OktaSignInWidget to be OIE and Classic Compatible....

type: feature

**Describe the bug** There are collection places in the Jinja template files that reference custom s3 url for now official Okta CDN js libs. ```bash ▶ ack cdn-zartan.s3.us-east-2.amazonaws.com/static/js/okta-auth-js.min.js _admin/templates/admin/index.html 2:...

type: bug

**Describe the solution you'd like** Okta has introduced an extension to the Oauth/OIDC Spec called the Interaction Code Grant. The InteractionCode Grant relates to how client interactions (MFA challenges) are...

type: feature

It wasn't clear to me that using Terraform or setting variables in a .env file are 2 separate but effective ways to set up a local instance of an application....

type: maintenance