-
Notifications
You must be signed in to change notification settings - Fork 300
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
Service Principal improvements #481
Conversation
b864d50
to
18ab55a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
f51157c
to
30f948c
Compare
18ab55a
to
94f7c7f
Compare
bf3eba5
to
04f52e4
Compare
aa6b757
to
21d8c20
Compare
- accept_mapped_claims - known_client_applications - requested_access_token_version
…scope_ids` attributes
**Service Principals** - Support the `account_enabled` field - Support the `alternative_names` field - Support the `description` field - Support the `login_url` field - Support the `notes` field - Support the `notification_email_addresses` field - Support the `preferred_single_sign_on_mode` field - Support the `use_existing` field - Export the `application_tenant_id` attribute - Export the `display_name` attribute - Export the `homepage_url` attribute - Export the `logout_url` attribute - Export the `redirect_uris` attribute - Export the `saml_metadata_url` attribute - Export the `service_principal_names` attribute - Export the `sign_in_audience` attribute - Export the `type` attribute **Applications** - New data source: `azuread_application_published_app_ids` **Bug fixes** - `azuread_application` - `identifier_uris` is now a TypeSet (was TypeList) **Breaking Change** - `azuread_application` - fix a bug parsing the `implicit_grant` block
04f52e4
to
6b43716
Compare
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Note: This PR currently targets
f/user-group-improvements
since there are dependent changes in there - once that PR is merged this can go tomain
Bug fixes
azuread_application
-identifier_uris
is now a TypeSet (was TypeList) [breaking change]azuread_application
- fix a bug parsing theimplicit_grant
blockApplications
azuread_application_published_app_ids
azuread_application_password
- support thekeepers
propertyService Principals
azuread_service_principal
- support theaccount_enabled
fieldazuread_service_principal
- support thealternative_names
fieldazuread_service_principal
- support thedescription
fieldazuread_service_principal
- support thelogin_url
fieldazuread_service_principal
- support thenotes
fieldazuread_service_principal
- support thenotification_email_addresses
fieldazuread_service_principal
- support thepreferred_single_sign_on_mode
fieldazuread_service_principal
- support theuse_existing
fieldazuread_service_principal
- export theapp_role_ids
andoauth2_permission_scope_ids
attributesazuread_service_principal
- export theapplication_tenant_id
attributeazuread_service_principal
- export thedisplay_name
attributeazuread_service_principal
- export thehomepage_url
attributeazuread_service_principal
- export thelogout_url
attributeazuread_service_principal
- export theredirect_uris
attributeazuread_service_principal
- export thesaml_metadata_url
attributeazuread_service_principal
- export theservice_principal_names
attributeazuread_service_principal
- export thesign_in_audience
attributeazuread_service_principal
- export thetype
attributeazuread_service_principal_password
- support thekeepers
propertyCloses: #480
Possibly closes: #173