Skip to content

Commit

Permalink
feat: oidc client - In Encryption/Signing page populate the algorithm…
Browse files Browse the repository at this point in the history
…s select dropdown with algos from openid discovery data
  • Loading branch information
duttarnab committed Sep 27, 2021
1 parent 61aaf43 commit 722f3b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/redux/sagas/OidcDiscoverySaga.js
Expand Up @@ -12,6 +12,7 @@ import {
import { isFourZeroOneError } from '../../utils/TokenController'
import OidcDiscoveryApi from '../api/OidcDiscoveryApi'
import { getClient } from '../api/base'
import { getAPIAccessToken } from '../actions/AuthActions'
const JansConfigApi = require('jans_config_api')

function* newFunction() {
Expand Down

0 comments on commit 722f3b8

Please sign in to comment.