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

Show OIDC items on entity details #256

Merged
merged 2 commits into from
May 16, 2019

Conversation

MKodde
Copy link
Contributor

@MKodde MKodde commented May 14, 2019

If the entity protocol is oidc, the oidc attributes are shown on the entity detail screen. This entails:

  1. A list of the redirect uris (new: list field)
  2. The grant type (text field)
  3. Playground enabled (new: boolean field)

The field labels are being made into translatable messages. They are key -> translation:

  • entity.detail.metadata.redirect_uris: Redirect URIs
  • entity.detail.metadata.grant_type: Grant type
  • entity.detail.metadata.playground_enabled: Playground enabled?

See: https://www.pivotaltracker.com/story/show/164598856

@MKodde MKodde requested a review from pablothedude May 14, 2019 12:39
If the entity protocol is oidc, the oidc attributes are shown on the
entity detail screen. This entails:

 1. A list of the redirect uris (new: list field)
 2. The grant type (text field)
 3. Playground enabled (new: boolean field)

The field labels are being made into translatable messages. They are
key -> translation:

 - entity.detail.metadata.redirect_uris: Redirect URIs
 - entity.detail.metadata.grant_type: Grant type
 - entity.detail.metadata.playground_enabled: Playground enabled?

See: https://www.pivotaltracker.com/story/show/164598856
@MKodde MKodde force-pushed the bugfix/show-oidc-entity-details branch from f4ac6b7 to a056fae Compare May 14, 2019 13:11
@@ -29,6 +29,9 @@ entity:
metadata_url: Metadata URL
acs_location: ACS location
entity_id: Entity ID
grant_type: Grant type
redirect_uris: Redirect URIs
playground_enabled: Playground enabled?
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering; why only here a question mark?

@pablothedude
Copy link
Contributor

LGTM!

@pablothedude pablothedude merged commit f9b1a4a into develop May 16, 2019
@pablothedude pablothedude deleted the bugfix/show-oidc-entity-details branch May 16, 2019 08:38
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.

2 participants